I have a survey that I'm using for a quiz -- at first I thought I could use Assessments, but then I started adding some multiple choice questions, and discovered that I can't assign assessment values at the answer level -- only at the question level (which then seems to multiple my that assessment value by the number of checked off responses) -- not what -- I want to have a score just for the right answers -- not any selected answer.
So, I figure what I need to do is use an equation type question, and write a formula to assign a score based on what I determine are correctly answers.
Question I have is how do I write that formula?
I'm thinking it would be something like:
{sum(if(Q1.NAOK == "A1",1,0),if(Q2.NAOK == "A5",1,0),if((Q3_SQ004.NAOK == "Y" or Q3_SQ008.NAOK == "Y"),1,0)) }
Will this work? if not, what would work?
The topic has been locked.