Compare commits

...

2 commits
dev ... v1.0.0

Author SHA1 Message Date
e7a90c650f
Merge pull request #293 from SELab-2/release/1.0.0
Some checks failed
Backend Testing / Run backend unit tests (push) Has been cancelled
Deployment / Deploy with docker (push) Has been cancelled
Frontend Testing / Run frontend unit tests (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
release 1.0.0: Milestone 3

Bedankt allemaal!
2025-05-20 22:25:10 +02:00
bd8f1eed7f
fix: Update test pkgs 2025-05-20 22:18:33 +02:00
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 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>

View file

@ -1,7 +1,7 @@
<div class="learning-object-gift">
<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 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>
</div>

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>