Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setTotalAnswerText: Difference between revisions

From Catglobe Wiki
Cg pham (talk | contribs)
No edit summary
Cg pham (talk | contribs)
Undo revision 24852 by Cg pham (talk)
Line 1: Line 1:
<p><span class="fck_mw_template">{{HelpFiles}}</span>
{{HelpFiles}}
</p>
 
<h5> Tabulation_setTotalAnswerText </h5>
===== Tabulation_setTotalAnswerText =====
<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".  
 
</p><p><b>Syntax</b>
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>Tabulation_setTotalAnswersText(text)  
 
</p><p><b>Arguments</b>
'''Syntax'''
</p>
 
<ul><li>text: is string
Tabulation_setTotalAnswersText(text)
</li></ul>
 
<p><b>Return value</b>
'''Arguments'''
</p><p>empty  
 
</p><p><b>Example</b>
*text: is string
</p><p><i>Tabulation_setCountAnswer(true);</i>
 
</p><p><i>createFrequenceDiagram("Multi"); </i>
'''Return value'''
</p><p><i>//Result:</i>
 
</p><p><img src="/images/5/51/GetTotalAnswerText-Multi.jpg" _fck_mw_filename="GetTotalAnswerText-Multi.jpg" alt="" />
empty
</p><p><i>Tabulation_setTotalAnswerText("Total answers text"); </i>
 
</p><p><i>createFrequenceDiagram("Multi"); </i>
'''Example'''
</p><p><i>//Result: </i>
 
</p><p><img src="/images/3/36/SetTotalAnswerText.jpg" _fck_mw_filename="SetTotalAnswerText.jpg" alt="" />
''Tabulation_setCountAnswer(true);''
</p><p><span class="fck_mw_template">{{note}}</span>This script should be paired with script "Tabulation_setCountAnswer".  
 
</p><p><b>Availability</b>
''createFrequenceDiagram("Multi");''
</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>
''//Result:''
 
[[File:GetTotalAnswerText-Multi.jpg]]
 
''Tabulation_setTotalAnswerText("Total answers text");''
 
''createFrequenceDiagram("Multi");''
 
''//Result:''
 
[[File:SetTotalAnswerText.jpg]]
 
{{note}}This script should be paired with script "Tabulation_setCountAnswer".
 
'''Availability'''
 
Version 5.8.1 __NOTOC__
<!-- imported from file: 8144.htm-->

Revision as of 09:48, 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:

Tabulation_setTotalAnswerText("Total answers text");

createFrequenceDiagram("Multi");

//Result:

Note Note: This script should be paired with script "Tabulation_setCountAnswer".

Availability

Version 5.8.1