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 :)
@eribloodlust One of my colleagues uses a Jupyter notebook (https://jupyter.org/) with the nbgrader extension https://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!
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