Quote:
Originally Posted by amykhar
I'm seeing the same problem. I'll look into it this morning.
Amy
|
Got it. Here's the fix.
In includes/engine.quiz.php Find:
Code:
print_input_row("{$Q['q_question']}<dfn><u>Actual Answer:</u> {$Params['answer']}</dfn>", 'question[$Q[qid]]',$Data);
Replace with:
Code:
print_input_row("{$Q['q_question']}<dfn><u>Actual Answer:</u> {$Params['answer']}</dfn>", "question[{$Q['qqid']}]",$Data);
I am not sure that you are going to be able to fix any of the already corrupt results from before this fix though.
Amy