Update
This commit is contained in:
@@ -41,7 +41,7 @@ echo <<<END
|
|||||||
<div class="form-box">
|
<div class="form-box">
|
||||||
END;
|
END;
|
||||||
|
|
||||||
if ($sol == 0) {
|
if ($sol == 1) {
|
||||||
//checked
|
//checked
|
||||||
echo('<input class="form-solution" type="radio" name="solution" value="1" required checked >');
|
echo('<input class="form-solution" type="radio" name="solution" value="1" required checked >');
|
||||||
} else {
|
} else {
|
||||||
@@ -57,7 +57,7 @@ echo <<<END
|
|||||||
<div class="form-box">
|
<div class="form-box">
|
||||||
END;
|
END;
|
||||||
|
|
||||||
if ($sol == 0) {
|
if ($sol == 2) {
|
||||||
//checked
|
//checked
|
||||||
echo('<input class="form-solution" type="radio" name="solution" value="2" required checked >');
|
echo('<input class="form-solution" type="radio" name="solution" value="2" required checked >');
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user