This commit is contained in:
2019-07-04 09:03:30 +02:00
parent 0530f4575e
commit 918213115b

View File

@@ -36,7 +36,7 @@ foreach($questionsobj as $question) {
$color = ($question->solution == 2) ? "background-color: green" : "background-color: red";
echo("<td>$question->answer2</td>");
echo("<td></td>");
echo("<td>$question->solution</td>");
echo("<td></td>");
echo("</tr>");
}