river utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".
river @eribloodlust

does anyone know about a software that one can write examinations in, that is specifically for testing students programming knowledge/practice? also i want to be able to write the tests, so premade tests aren't what i'm looking for

the thing is i want to give my students a test, and have automated grading, and would be glad if the software wasn't just for basic tests but could also evaluate and test the output of code.

thank you :)

Also a framework in javascript would work well, i can post it on my github and have the students download and run it locally. i don't have time or resources to host anything myself now, so online or local is ideal

@eribloodlust One of my colleagues uses a Jupyter notebook (jupyter.org/) with the nbgrader extension github.com/jupyter/nbgrader
and a unit test framework. Jupyter now supports many different programming languages, not only Python. It might be worth a look.

@eribloodlust @Jules How much time do you have? I've got a script to prepare pdf-s and facilitate checking answers. But i need to find it on an old hdd.

@eribloodlust @Bat If you haven't yet, you should probably look at programming MOOC platforms since they have the same need

@eribloodlust btw if you find something like this could you please ping me? Thanks!