Skip to content

Commit

Permalink
Adds the complete module to the doc (grades.tillkryLAB1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Mar 15, 2024
1 parent 3c0e593 commit 1b88306
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/canvaslms/grades/tilkryLAB1.nw
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,9 @@ elif ceil(sum(optional)) >= 1:
final_grade = "D"
else:
final_grade = "E"
@

\subsection{The complete module}

All in all, the module looks like this.
\inputminted{python}{../src/canvaslms/grades/tilkryLAB1.py}

0 comments on commit 1b88306

Please sign in to comment.