Skip to content

Commit ae2f0b9

Browse files
committed
Merge branch '2024' of github.com:minprog/programmeren-1 into 2024
2 parents af6c5eb + 96428b1 commit ae2f0b9

1 file changed

Lines changed: 29 additions & 7 deletions

File tree

_schedules/2 Lente/grading.yml

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
templates:
2+
3: &check
3+
type: pass
4+
subgrades:
5+
done: boolean
6+
calculation: done
7+
hide_calculated: true
8+
9+
10+
grades:
11+
punten_module_11: *check
12+
punten_module_11_ster: *check
13+
punten_module_12: *check
14+
punten_module_12_ster: *check
15+
punten_module_13: *check
16+
punten_module_13_ster: *check
17+
punten_module_14: *check
18+
punten_module_14_ster: *check
19+
20+
121
# CALCULATIONS - define the final grades for the course and the weights between
222
# subcomponents for each. Often, multiple final grades are differentiated by the
323
# choice of grades that are used for the calculation, for example calculating
@@ -201,16 +221,18 @@ punten:
201221
fill_missing: true
202222
show_overview: true
203223
submits:
204-
punten_module_9: 7
205-
punten_module_9_challenge: 2
206-
punten_module_10: 7
207-
punten_module_10_challenge: 2
224+
# punten_module_9: 7
225+
# punten_module_9_challenge: 2
226+
# punten_module_10: 7
227+
# punten_module_10_challenge: 2
208228
punten_module_11: 7
209-
punten_module_11_challenge: 2
229+
punten_module_11_ster: 2
210230
punten_module_12: 7
211-
punten_module_12_challenge: 2
231+
punten_module_12_ster: 2
212232
punten_module_13: 7
213-
punten_module_13_challenge: 2
233+
punten_module_13_ster: 2
234+
punten_module_14: 7
235+
punten_module_14_ster: 2
214236

215237
# tentamenoefeningen:
216238
# show_overview: true

0 commit comments

Comments
 (0)