Difference between revisions of "Tabulation setTotalAnswerText"
Line 1: | Line 1: | ||
− | {{HelpFiles}} | + | <p><span class="fck_mw_template">{{HelpFiles}}</span> |
− | + | </p> | |
− | + | <h5> Tabulation_setTotalAnswerText </h5> | |
− | + | <p>Set the text for the total answers row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total answers". | |
− | Set the text for the total answers row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total answers". | + | </p><p><b>Syntax</b> |
− | + | </p><p>Tabulation_setTotalAnswersText(text) | |
− | + | </p><p><b>Arguments</b> | |
− | + | </p> | |
− | Tabulation_setTotalAnswersText(text) | + | <ul><li>text: is string |
− | + | </li></ul> | |
− | + | <p><b>Return value</b> | |
− | + | </p><p>empty | |
− | + | </p><p><b>Example</b> | |
− | + | </p><p><i>Tabulation_setCountAnswer(true);</i> | |
− | + | </p><p><i>createFrequenceDiagram("Multi"); </i> | |
− | + | </p><p><i>//Result:</i> | |
− | empty | + | </p><p><img src="/images/5/51/GetTotalAnswerText-Multi.jpg" _fck_mw_filename="GetTotalAnswerText-Multi.jpg" alt="" /> |
− | + | </p><p><i>Tabulation_setTotalAnswerText("Total answers text"); </i> | |
− | + | </p><p><i>createFrequenceDiagram("Multi"); </i> | |
− | + | </p><p><i>//Result: </i> | |
− | + | </p><p><img src="/images/3/36/SetTotalAnswerText.jpg" _fck_mw_filename="SetTotalAnswerText.jpg" alt="" /> | |
− | + | </p><p><span class="fck_mw_template">{{note}}</span>This script should be paired with script "Tabulation_setCountAnswer". | |
− | + | </p><p><b>Availability</b> | |
− | + | </p><p>Version 5.8.1 <span class="fck_mw_magic" _fck_mw_customtag="true" _fck_mw_tagname="NOTOC" _fck_mw_tagtype="c">_</span> <!-- imported from file: 8144.htm--> | |
− | + | </p> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{note}}This script should be paired with script "Tabulation_setCountAnswer". | ||
− | |||
− | |||
− | |||
− | Version 5.8.1 | ||
− | |||
− |
Revision as of 10:47, 24 October 2013
Tabulation_setTotalAnswerText
Set the text for the total answers row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total answers".
Syntax
Tabulation_setTotalAnswersText(text)
Arguments
- text: is string
Return value
empty
Example
Tabulation_setCountAnswer(true);
createFrequenceDiagram("Multi");
//Result:
<img src="/images/5/51/GetTotalAnswerText-Multi.jpg" _fck_mw_filename="GetTotalAnswerText-Multi.jpg" alt="" />
Tabulation_setTotalAnswerText("Total answers text");
createFrequenceDiagram("Multi");
//Result:
<img src="/images/3/36/SetTotalAnswerText.jpg" _fck_mw_filename="SetTotalAnswerText.jpg" alt="" />
Note: This script should be paired with script "Tabulation_setCountAnswer".
Availability
Version 5.8.1 _