- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
This is - as mentioned here in the forum - only accessible by setting the debug mode to "2" in the config file.Examine the built-in EM test suite
From any survey, under tools, select the EM option
Available Functions lists the 70+ functions and syntax
Unit Tests of Isolated Expressions
shows examples of using all EM functions and operators, and the PHP and JavaScript results
note there are few functions that generate different results in the PHP and JavaScript versions, so this page lets you plan your EM logic accordingly.
This does simplify matters but does not allow assigning the same "score" to different answers within the same question. To do that, assign assessment values to the answers and use the Expression Manager Qcode.value variable - www.limesurvey.org/manual/Expression_Man...#Access_to_Variablesmy first advice is to set the answer option codes as digit and not as "A1", "A2", as the default.
Here you can use your answer option codes in the way that is neede for your calculations.