Update
This commit is contained in:
@@ -36,7 +36,7 @@ foreach($questionsobj as $question) {
|
|||||||
$color = ($question->solution == 2) ? "background-color: green" : "background-color: red";
|
$color = ($question->solution == 2) ? "background-color: green" : "background-color: red";
|
||||||
echo("<td>$question->answer2</td>");
|
echo("<td>$question->answer2</td>");
|
||||||
|
|
||||||
echo("<td></td>");
|
echo("<td>$question->solution</td>");
|
||||||
echo("<td></td>");
|
echo("<td></td>");
|
||||||
echo("</tr>");
|
echo("</tr>");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user