Compare changes
client/components/PaneMCQ.jsx
0 → 100644
+146
−0
client/components/answer_box.png
0 → 100644
+205 B

205 B
+32
−1
+276
−33
+338
−121
+15
−0
data/course.sqlite
0 → 100644
+80 KiB
migrations/versions/b46a2994605b_.py
0 → 100644
+35
−0
tests/api/test_exams.py
0 → 100644
+48
−0
tests/api/test_mc_option.py
0 → 100644
+155
−0
+33
−0
tests/data/.gitignore
0 → 100644
+1
−0
tests/data/checkboxes/scanned_page.jpg
0 → 100644
+165 KiB

165.37 KiB
+14.9 KiB

14.92 KiB
+15.4 KiB

15.43 KiB
tests/data/cornermarkers/a4-rotated.png
0 → 100644
+16.1 KiB

16.06 KiB
+13
−0
tests/test_pregrader.py
0 → 100644
+50
−0
tests/test_three_corners.py
0 → 100644
+48
−0
+8
−2
+78
−30
+9
−0
zesje/api/mult_choice.py
0 → 100644
+172
−0
+3
−0
+40
−0
+18
−0
+96
−0
+75
−4
zesje/pregrader.py
0 → 100644
+139
−0
+19
−7