Actions

Translations

Expression Manager/201/en: Difference between revisions

From LimeSurvey Manual

(Importing a new version from external source)
 
(外部ソースから新しい版を取り込み中)
 
Line 33: Line 33:
**INSERTANS is no longer needed.  You can refer to a variable by its SGQA code (without prefixing it with INSERTANS:), or by its question code.
**INSERTANS is no longer needed.  You can refer to a variable by its SGQA code (without prefixing it with INSERTANS:), or by its question code.
*[http://ideas.limesurvey.org/ideatorrent/idea/137 Informed Consent and Authorization Functionality]
*[http://ideas.limesurvey.org/ideatorrent/idea/137 Informed Consent and Authorization Functionality]
**You can show show the informed consent on the welcome page, then ask any additional questions needed (to ensure they meet the study inclusion/exclusion criteria), and ask them a Yes/No question whether they give their consent.  Then, make all of the remaining questions conditional on that yesNo.  For example, if the question is named ''consent'', you would set the relevance to the remaining questions to ''consent == "Y"'' (possibly ''and''ing that with whatever additional conditions you needed to support your branching needs.
**You can show the informed consent on the welcome page, then ask any additional questions needed (to ensure they meet the study inclusion/exclusion criteria), and ask them a Yes/No question whether they give their consent.  Then, make all of the remaining questions conditional on that yesNo.  For example, if the question is named ''consent'', you would set the relevance to the remaining questions to ''consent == "Y"'' (possibly ''and''ing that with whatever additional conditions you needed to support your branching needs).
*[http://ideas.limesurvey.org/ideatorrent/idea/199 Show codes instead of of answers using INSERTANS]
*[http://ideas.limesurvey.org/ideatorrent/idea/199 Show codes instead of of answers using INSERTANS]
**{Qcode} returns the code instead of the response text (which you can get via {INSERTANS:SGQA}, or {Qcode.shown}
**{Qcode} returns the code instead of the response text (which you can get via {INSERTANS:SGQA}, or {Qcode.shown})
*[http://ideas.limesurvey.org/ideatorrent/idea/204 Need group mean or calculations for assessments]
*[http://ideas.limesurvey.org/ideatorrent/idea/204 Need group mean or calculations for assessments]
**Say you have N variables of which N-X were answered, you could compute the mean of the answered variables as {sum(var1, var2, ..., varN) / count(var1, var2, ..., varN)}
**Say you have N variables of which N-X were answered, you could compute the mean of the answered variables as {sum(var1, var2, ..., varN) / count(var1, var2, ..., varN)}
Line 42: Line 42:
**Tailoring lets you conjugate verbs and decline nouns in each language
**Tailoring lets you conjugate verbs and decline nouns in each language
*[http://ideas.limesurvey.org/ideatorrent/idea/225 Surveyors should approve their answers]
*[http://ideas.limesurvey.org/ideatorrent/idea/225 Surveyors should approve their answers]
**Custom Questions with tailoring, or the showAllResponsesExcept() function will let Surveyors see all of the questions and responses before clicking Submit. If the Navigation Menu option is enabled, it is easy to go back and correct answers.
**Custom Questions with tailoring, or the showAllResponsesExcept() function will let respondants see all of the questions and responses before clicking Submit. If the Navigation Menu option is enabled, it is easy to go back and correct answers.
*[http://ideas.limesurvey.org/ideatorrent/idea/1.92 Suppliment to #answernnXnnXnnn method of targetting form elements]
*[http://ideas.limesurvey.org/ideatorrent/idea/1.92 Suppliment to #answernnXnnXnnn method of targetting form elements]
**You can now refer to questions and answers by their Question Code, so there is no longer a need to modify SGQA values.
**You can now refer to questions and answers by their Question Code, so there is no longer a need to modify SGQA values.

Latest revision as of 01:05, 2 October 2013

Expression Manager provides complete or partial solutions to each of the following: