fix: Update test pkgs
This commit is contained in:
parent
ce7614b8bc
commit
bd8f1eed7f
3 changed files with 10 additions and 10 deletions
|
@ -17,4 +17,4 @@ Dit zijn de twee notebooks waarin je resp. een overzicht krijgt van de opbouw en
|
||||||
<p>Je ziet er ook een map <em>images</em> met de afbeeldingen die in de notebooks getoond worden.</p>
|
<p>Je ziet er ook een map <em>images</em> met de afbeeldingen die in de notebooks getoond worden.</p>
|
||||||
<p>In deze eerste twee notebooks leer je hoe de notebooks zijn opgevat en hoe je ermee aan de slag kan.
|
<p>In deze eerste twee notebooks leer je hoe de notebooks zijn opgevat en hoe je ermee aan de slag kan.
|
||||||
Na het doorlopen van beide notebooks heb je een goed idee van hoe onze Python notebooks zijn opgevat.</p>
|
Na het doorlopen van beide notebooks heb je een goed idee van hoe onze Python notebooks zijn opgevat.</p>
|
||||||
<p><a href="https://kiks.ilabt.imec.be/hub/tmplogin?id=0101" target="_blank" title="Notebooks Werking"><img alt="" src="Knop.png"></a></p>
|
<p><a href="https://kiks.ilabt.imec.be/hub/tmplogin?id=0101" target="_blank" title="Notebooks Werking"><img src="Knop.png" alt=""></a></p>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="learning-object-gift">
|
<div class="learning-object-gift">
|
||||||
<div id="gift-q1" class="gift-question gift-question-type-Essay">
|
<div class="gift-question gift-question-type-Essay" id="gift-q1">
|
||||||
<h2 id="gift-q1-title" class="gift-title">Reflection</h2>
|
<h2 class="gift-title" id="gift-q1-title">Reflection</h2>
|
||||||
<p id="gift-q1-stem" class="gift-stem">Reflect on this learning path. What have you learned today?</p>
|
<p class="gift-stem" id="gift-q1-stem">Reflect on this learning path. What have you learned today?</p>
|
||||||
<textarea id="gift-q1-answer" class="gift-essay-answer"></textarea>
|
<textarea class="gift-essay-answer" id="gift-q1-answer"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<div class="learning-object-gift">
|
<div class="learning-object-gift">
|
||||||
<div id="gift-q1" class="gift-question gift-question-type-MC">
|
<div class="gift-question gift-question-type-MC" id="gift-q1">
|
||||||
<h2 id="gift-q1-title" class="gift-title">Self-evaluation</h2>
|
<h2 class="gift-title" id="gift-q1-title">Self-evaluation</h2>
|
||||||
<p id="gift-q1-stem" class="gift-stem">Are you following along well?</p>
|
<p class="gift-stem" id="gift-q1-stem">Are you following along well?</p>
|
||||||
<div class="gift-choice-div">
|
<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>
|
<label for="gift-q1-choice-0">No, it's very difficult to follow along.</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="gift-choice-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>
|
<label for="gift-q1-choice-1">Yes, no problem!</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue