small code changes
This commit is contained in:
parent
5eb1e899b6
commit
b9ae12aa60
1 changed files with 7 additions and 5 deletions
|
@ -35,11 +35,13 @@
|
|||
</p>
|
||||
</div>
|
||||
@elseif ($option->correct_answer)
|
||||
<p>
|
||||
<span class="glyphicon glyphicon-ok" aria-hidden="true" style="color: green;"></span>
|
||||
|
||||
{{ $option->option }}
|
||||
</p>
|
||||
<div>
|
||||
<p>
|
||||
<span class="glyphicon glyphicon-ok" aria-hidden="true" style="color: green;"></span>
|
||||
|
||||
{{ $option->option }}
|
||||
</p>
|
||||
</div>
|
||||
@else
|
||||
<div>
|
||||
<p>{{ $option->option }}</p>
|
||||
|
|
Reference in a new issue