|
|
|
@ -224,7 +224,7 @@ foreach ($list as $my_item_id) { |
|
|
|
|
//."<td><font color='$color'><div class='mystatus'>".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)."</div></font></td>\n" |
|
|
|
|
.'<td colspan="2">'.$interaction['type']."</td>\n" |
|
|
|
|
//.'<td>'.$interaction['correct_responses']."</td>\n" |
|
|
|
|
.'<td>'.urldecode($interaction['student_response'])."</td>\n".'<td>'.$interaction['result']."</td>\n".'<td>'.$interaction['latency']."</td>\n".'<td>'.$interaction['time']."</td>\n"."</tr>\n"; |
|
|
|
|
.'<td>'.urldecode($interaction['student_response'])."</td>\n".'<td>'.$interaction['result']."</td>\n".'<td>'.$interaction['latency']."</td>\n".'<td>'.$interaction['time']."</td>\n<td></td>\n</tr>\n"; |
|
|
|
|
$counter ++; |
|
|
|
|
} |
|
|
|
|
$list2 = learnpath :: get_iv_objectives_array($row['iv_id']); |
|
|
|
@ -359,7 +359,7 @@ foreach ($list as $my_item_id) { |
|
|
|
|
//."<td><font color='$color'><div class='mystatus'>".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)."</div></font></td>\n" |
|
|
|
|
.'<td colspan="2">'.$interaction['type']."</td>\n" |
|
|
|
|
//.'<td>'.$interaction['correct_responses']."</td>\n" |
|
|
|
|
.'<td>'.urldecode($interaction['student_response'])."</td>\n".'<td>'.$interaction['result']."</td>\n".'<td>'.$interaction['latency']."</td>\n".'<td>'.$interaction['time']."</td>\n"."</tr>\n"; |
|
|
|
|
.'<td>'.urldecode($interaction['student_response'])."</td>\n".'<td>'.$interaction['result']."</td>\n".'<td>'.$interaction['latency']."</td>\n".'<td>'.$interaction['time']."</td>\n<td></td>\n</tr>\n"; |
|
|
|
|
$counter ++; |
|
|
|
|
} |
|
|
|
|
$list2 = learnpath :: get_iv_objectives_array($row['iv_id']); |
|
|
|
|