Skip to content

Autograding in pluto notebooks #1296

Jul 6, 2021 · 5 comments · 7 replies
Discussion options

You must be logged in to vote

I worked on this for the computational thinking course, implemented inside pluto notebooks. The code is outdated, and will not run with latest Pluto, but you can still read it to get an idea of what I was going for:

https://github.com/fonsp/disorganised-mess/tree/main/autograding

The idea is to run all notebooks and run test statements inside them that either return true/false (correct/incorrect) or a value (extract student.name). Results are stored in a DataFrame, and you can view student notebooks in a little window inside the grader notebook to review them.

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@fonsp
Comment options

fonsp Jul 6, 2021
Maintainer

@fonsp
Comment options

fonsp Jul 6, 2021
Maintainer

@mkschleg
Comment options

@mkschleg
Comment options

Answer selected by mkschleg
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@fonsp
Comment options

fonsp Jul 8, 2021
Maintainer

@DhruvaSambrani
Comment options

@DhruvaSambrani
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants