题目预览

题目
{!! $stem !!}
@if($options && count($options) > 0)
选项
@foreach($options as $key => $value)
{{ $key }}. {!! $value !!}
@endforeach
@endif @if($answer)
正确答案: {!! $answer !!}
@endif @if($solution)
解题思路
{!! $solution !!}
@endif