i have 10 Questions, which can be answered with YES or NO. Within the assessment manager i have rated the right answer with point and the wrong answer with no points.
So, now i have made an 11th hidden answer (in the same question block) and i want to store the sum of the points from question of the first block (1-10).
After this question block there are several more blocks but this questions and answers would not be counted.
The problem i have is how to count ?
Can anyone help me?
Does anyone have an simple example? (the example on the wiki page doesnt work)
there is an example:
LimeSurvey_sample_survey_Assessment.lss
But this example can't be downloaded.
I thought i can use {TOTAL} without the Expression Manager.
The only way is to use the expression manager? -> So is there a little example file?
or is it possible to give a short exmaple of 2 questions (yes or no questions) ->giving points to each answer and than store the result in an 3 hidden question. It would be very nice to have such an example *pls*
The WYSIWYG editor is trying to make sense of your equation I think. Switch off the WYSIWYG editor (or go to the code view and include Tpartners code then.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Yes - that was the problem that made me confused the last two days... THX!!
Now, the last question.
For reviewing the results i'm thinking about to make a 12th hidden question and working
around with the filled variable {points}.
Maybe look like this:
***12th question***
Code: result
Radio Options:
o technician (if point sum >= 8 -> this should be checked by default)
o no technician (if point sum <8 -> this should be checked by default)
Is this possible - or is there an other method to do this?
THX!
Last edit: 11 years 11 months ago by user42101_d. Reason: wrong