What does NAOK mean in Limesurvey?

Access to variables

Syntax Meaning
Qcode.NAOK same as Qcode – see discussion of NAOK
Qcode.value the assessment value for the question if it is relevant (otherwise blank), or the text value if it is not a coded question
Qcode.valueNAOK same as Qcode.value – see discussion about NAOK
Qcode.shown the display value for the question

What is relevance equation in Limesurvey?

Relevance equation This function is the successor of conditions and supports much more complex conditional logic. Syntax Highlighting. Whenever you save the relevance equation, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.

How add JavaScript to LimeSurvey?

To use JavaScript within LimeSurvey, the XSS filter must be turned off and the code inserted in the source of a question or a group description.

  1. Go to Global settings –> Security and set “Filter HTML for XSS” to “Off”.
  2. Add a new question.
  3. Edit the question and click the “Source” button in the editor toolbar:

How do you make a LimeSurvey questionnaire?

To create a new survey group: (1) Click Surveys located on the main toolbar of the LimeSurvey home page. (2) Click the Survey groups tab. (3) Click the Create a new survey group button located above the survey groups list.

Is LimeSurvey free?

LimeSurvey (formerly PHPSurveyor) is a free and open source on-line statistical survey web app written in PHP based on a MySQL, SQLite, PostgreSQL or MSSQL database, distributed under the GNU General Public License.

What is assessment mode in LimeSurvey?

If enabled, the assessment mode will add an additional field between the answer code and answer option name for all the questions to be assessed. You can also use label sets as answers options for your set of questions.

What is token length LimeSurvey?

Set token length to Usually, the default value of 15 (max. supported value: 35) digits does not need to be changed. However, if you wish to change this setting, please enter a number (X) which is greater than 5. If the number entered is smaller than 5, it will be converted to the default value of 15.

Who uses LimeSurvey?

Austrian Vorarlberg State Government
LimeSurvey is used by the Austrian Vorarlberg State Government, Ars Electronica, and several open source organizations such as OpenOffice.org, Ubuntu, and GNOME. LimeSurvey is also used by educational institutions in 19 countries.

What is end URL?

End URL field At the end of a survey or when a quota causes a survey to terminate, there is the option to set an ending URL. This URL is presented to the participant who has finished the survey on the end page or you can optionally set the participant to be automatically redirected to the respective URL.

How do I share a survey on LimeSurvey?

Under Survey properties –> Survey permissions, you can add users for the survey and assign them various permissions. Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise. The topic has been locked. First of all, thanks for your response.

What is the expression manager in LimeSurvey?

The Expression Manager is a new core module within LimeSurvey that makes it much easier to support the type of complex functionality that used to require custom JavaScript. It is also replacing the way LimeSurvey currently manages Conditions and Assessments. EM “thinks” of its functionality in the following terms:

How do I reference the question text and answer in LimeSurvey?

Assuming the question code of the question is q2 and the subquestions are numbered SQ001, SQ002, (auto-numbering done by LimeSurvey), we can reference the question text and answer using: For multiple choice questions it makes sense to now show the text of the ticked subquestion but to show a Y for each selected option:

What is the expression Manager (EM) module?

LimeSurvey uses the new Expression Manager (EM) module which will let LimeSurvey support more complex branching, assessments, validation, and tailoring. It will replace how LimeSurvey manages Replacements, Conditions, and Assessments on the back-end.

What is em doing with LimeSurvey?

It is also replacing the way LimeSurvey currently manages Conditions and Assessments. EM “thinks” of its functionality in the following terms: Relevance-based Branching – if a question is relevant, then ask it, otherwise don’t (e.g. make it invisible, and mark it as NULL in the database).