Skip to content

ASSERT-KTH/programmable-teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

programmable-teaching

scripting teaching

Assignments on Canvas

Script to find ungraded assignments: https://github.com/KTH/devops-course/blob/2024/tools/missing_grade.py (2024 edition in branch 2024)

Grading

grading from canvas to canvas with a spcial grading rule

#!/bin/bash
CANVAS_TOKEN=8779~foobar
CANVAS_COURSE_ID=48942 # 2024 edition
python final_grade_exporter.py --token $CANVAS_TOKEN --course $CANVAS_COURSE_ID

grading to ladok directly

By piping CSV data to ladok report. (See ladok report -h) r use the Python interface.

Requires the Ladok student identifier (c4d672db-a8d7-11e8-9bba-19a33c164972), obtained from from canvas: canvaslms users -sc course -l gives a CSV to translate.

About

scripting teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages