Skip to content

Commit

Permalink
trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Sep 20, 2024
1 parent 4ac8778 commit 7ebee28
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions content/workbook/workbook_rewriter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import json
import os


# TODO:
# teacher content/answers
Expand All @@ -14,33 +12,30 @@
'output': '''**{icon} Vraag**: Wat is de uitvoer van deze code? <br>
Code: Uitvoer:
```hedy
{textfields}
{textfields}
```
''',

'define': '''**{icon} Vraag**: {question}
Antwoord: ____________________________________________________________________________________________________<br>
''',

'MC': '''**{icon} Vraag**: {question}
Antwoord: {options}
''',

'MC-code': '''**{icon} Vraag**: {question}
```hedy
{code}
{code}
```
Antwoord: {options}
''',
'input': '''**{icon} Vraag**: Welke code hoort bij deze uitvoer? <br>
Code: Uitvoer:
```hedy
{textfields}
{textfields}
```
''',
'element selection': '''**{icon} Opdracht**: {question}
'element selection': '''**{icon} Opdracht**: {question}
```hedy
{code}
{code}
```
''',
}
Expand Down

0 comments on commit 7ebee28

Please sign in to comment.