Compare commits

..

No commits in common. "v1.0.0" and "dev" have entirely different histories.
v1.0.0 ... dev

3 changed files with 10 additions and 10 deletions

View file

@ -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>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>
<p><a href="https://kiks.ilabt.imec.be/hub/tmplogin?id=0101" target="_blank" title="Notebooks Werking"><img src="Knop.png" alt=""></a></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>

View file

@ -1,7 +1,7 @@
<div class="learning-object-gift">
<div class="gift-question gift-question-type-Essay" id="gift-q1">
<h2 class="gift-title" id="gift-q1-title">Reflection</h2>
<p class="gift-stem" id="gift-q1-stem">Reflect on this learning path. What have you learned today?</p>
<textarea class="gift-essay-answer" id="gift-q1-answer"></textarea>
<div id="gift-q1" class="gift-question gift-question-type-Essay">
<h2 id="gift-q1-title" class="gift-title">Reflection</h2>
<p id="gift-q1-stem" class="gift-stem">Reflect on this learning path. What have you learned today?</p>
<textarea id="gift-q1-answer" class="gift-essay-answer"></textarea>
</div>
</div>

View file

@ -1,13 +1,13 @@
<div class="learning-object-gift">
<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 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-choice-div">
<input type="radio" id="gift-q1-choice-0" name="gift-q1-choices" value="0">
<input value="0" name="gift-q1-choices" id="gift-q1-choice-0" type="radio">
<label for="gift-q1-choice-0">No, it's very difficult to follow along.</label>
</div>
<div class="gift-choice-div">
<input type="radio" id="gift-q1-choice-1" name="gift-q1-choices" value="1">
<input value="1" name="gift-q1-choices" id="gift-q1-choice-1" type="radio">
<label for="gift-q1-choice-1">Yes, no problem!</label>
</div>
</div>