fix: Update test pkgs

This commit is contained in:
Tibo De Peuter 2025-05-20 22:18:33 +02:00
parent ce7614b8bc
commit bd8f1eed7f
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 10 additions and 10 deletions

View file

@ -1,13 +1,13 @@
<div class="learning-object-gift">
<div id="gift-q1" class="gift-question gift-question-type-MC">
<h2 id="gift-q1-title" class="gift-title">Self-evaluation</h2>
<p id="gift-q1-stem" class="gift-stem">Are you following along well?</p>
<div class="gift-question gift-question-type-MC" id="gift-q1">
<h2 class="gift-title" id="gift-q1-title">Self-evaluation</h2>
<p class="gift-stem" id="gift-q1-stem">Are you following along well?</p>
<div class="gift-choice-div">
<input value="0" name="gift-q1-choices" id="gift-q1-choice-0" type="radio">
<input type="radio" id="gift-q1-choice-0" name="gift-q1-choices" value="0">
<label for="gift-q1-choice-0">No, it's very difficult to follow along.</label>
</div>
<div class="gift-choice-div">
<input value="1" name="gift-q1-choices" id="gift-q1-choice-1" type="radio">
<input type="radio" id="gift-q1-choice-1" name="gift-q1-choices" value="1">
<label for="gift-q1-choice-1">Yes, no problem!</label>
</div>
</div>