Perhaps for each question using a formula like if or switch that scores each column and then doing a sum of the total of correct answers.
If and switch - if you have responses a,b, where a is correct you would effectively have a score field if(source =a,1,0)
Perhaps for each question using a formula like if or switch that scores each column and then doing a sum of the total of correct answers.
If and switch - if you have responses a,b, where a is correct you would effectively have a score field if(source =a,1,0)
Hi, thanks :slightly_smiling_face:
I’ll try this one