dodona-edu / dodona

🧑‍💻 Learn to code for secondary and higher education
https://dodona.be
MIT License
67 stars 22 forks source link

Add tips to exercises #1045

Open pdawyndt opened 5 years ago

pdawyndt commented 5 years ago

From Brecht Willems (brecht.willems@ugent.be):

De mogelijkheid toevoegen om tips/hints toe te voegen aan de opgave, die pas weergegeven worden als de gebruiker klikt op de titel van de tip/hint. Op die manier kunnen studenten, wanneer ze daar nood aan hebben, een extra tip/hint krijgen voor die opgave

Original issue by @pdawyndt on Thu Apr 25 2019 at 18:50.

pdawyndt commented 5 years ago

Some reflections:

Original comment by @pdawyndt on Thu Apr 25 2019 at 18:54.

BTWS2 commented 3 years ago

For now I use this in the exercise description.

Tip (Click here to expand) This is a useful hint.
<details>
  <summary>Tip (Click <b>here</b> to expand)</summary>
  This is a useful hint.
</details>