We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582b93a commit 85e1006Copy full SHA for 85e1006
src/Resources/Views/question.blade.php
@@ -11,6 +11,7 @@
11
<input type="radio" class="lmc-choice-input" id="lmc-choice-input-{{ $choice->id }}" name="lmc-question-input-{{ $question->id }}" value="{{ $choice->id }}">
12
<label class="lmc-choice-label" id="lmc-choice-label-{{ $choice->id }}" for="lmc-choice-input-{{ $choice->id }}">
13
<span class="lmc-choice-text" id="lmc-choice-text-{{ $choice->id }}">{{ $choice->text }}</span>
14
+ <span class="lmc-choice-description" id="lmc-choice-description-{{ $choice->id }}">{{ $choice->description }}</span>
15
</label>
16
</div>
17
@endforeach
0 commit comments