Sweden wrote:
1) Do you know if it is possible to show the assesment-related messages after the participant has clicked the "Submit" button?
Sort of. If they are using the assessment screens, then yes. However, assessments won't let you do everything you were trying to do here. However, you can modify the assessment template for your survey to insert whatever messages you would like, using Expression Manager syntax.
Sweden wrote:
2) I haven't figured out why you added "-20" and "-10" in "e2" and "e3"? They don't seem to be assigned to any subquestion.
I did that so that I could use the code value for the score. Codes can not be negative, so I added 20 to all values for e2, and 10 for e3. Then, the equations subtract 20 and 10 respectively.
Sweden wrote:
3) What if I want to give the same value to several subquestions of the same question - I can't have the same code for multiple subquestions so do I end up with something like this: "{if(q1_SQ001, 10, 0),if(q1_SQ002, 10, 0),if(q1_SQ003, 10, 0),if(q1_SQ004, 50, 0)" or is there a more clever solution? Can I somehow use the Assesment value fields instead? (the fields that show for each subquestion when the Assesment mode is enabled) or should I disable that.
For that, yes, using the assessment feature would make your life easier. That way you can use whatever code you want, and have the assessment scores be 10, 10, 10, and 50, respectively. To access the assessment value, you use
instead of this, which gives you the code value: