Hello,
I try to understand how assessment values can be calculated. I've created a question with multiple choice with 6 subquestions. In the question advanced values, I can set assessment value. Each time a checkbox is ticked, this assessment value will be taken into account.
In my case, I want to give 5 points for the last 2 answers and no point for the other answers.
I thought I could set assessment values to something like that :
if(Q1_SQ005,5,0) && if(Q1_SQ006,5,0)
or
sum(if(Q1_SQ005,5,0),if(Q1_SQ006,5,0))
It does not work. I've tested with another formula but score is steal 0
if(1==1,5,0)
Does anybody know if this is possible to do ?
Thanks in advance.
The topic has been locked.