Quiz results evaluation customization
-
Is there any way to customize quiz results evaluation? E.g. I want to give -1 point for the wrong answer etc.
Yes, I’ve found the corresponding piece of code in the plugin. But it seems it is a hard coded logic:
$results['mark'] += !empty( $check['mark'] ) ? $check['mark'] : 0;
Do you have any suggestions?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Quiz results evaluation customization’ is closed to new replies.