
05-26-2005, 12:30 PM
|
|
|
Join Date: Feb 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by amykhar
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
|
That did the trick!
|