possible? Computation of Grades (100 items >> 50 raw score = 75%)
November 20, 2013 12:00 AM
For 100 items assessment, is it by default 1:1 scoring .. meaning if you got 98 raw score, your grade percentage will be 98% also .. what if we want to set, raw score is 50 then you'll get 75%, we wanted to set 50 which will be equivalent to 75% as the passing grade. is there any possible way to do this?
Discussion (2)
I'm not sure if this is what you are trying to do but you could compute the modified score after completion of the test.
After test completion send the user to a page which has an action that "on show" will modify the AICC_Score variable based on some conditions you make up.
Modify Variable Set AICC_Score to 75 based on condition where AICC_Score is greater than 49
or
Modify Variable Add 25 to AICC_Score based on condition where AICC_Score is greater than 50 and less than 75
I hope this gives you some ideas.
Discussions have been disabled for this post