Hi LS community,
is it possible to get negative Values for certain Answers in Assessment Mode?
Example Assessment:
"Name some Countries in Europe":
I already tried to implement this with equations:
{sum(if(q0001_1.NAOK=="Y",1,0),if(q0001_2.NAOK=="Y",1,0),if(q0001_3.NAOK=="Y",1,0),if(q0001_4.NAOK=="Y",-1,0),if(q0001_5.NAOK=="Y",-1,0))}
In Version 2.5 this did not work, does anyone know if this is possible in the current release?
is it possible to get negative Values for certain Answers in Assessment Mode?
Example Assessment:
"Name some Countries in Europe":
- Germany <-- Score: 1
- France <-- Score: 1
- Spain <-- Score: 1
- Japan <-- Score: -1
- Venezuela <-- Score: -1
I already tried to implement this with equations:
{sum(if(q0001_1.NAOK=="Y",1,0),if(q0001_2.NAOK=="Y",1,0),if(q0001_3.NAOK=="Y",1,0),if(q0001_4.NAOK=="Y",-1,0),if(q0001_5.NAOK=="Y",-1,0))}
In Version 2.5 this did not work, does anyone know if this is possible in the current release?