Online Test Interface for conducting online programming quiz.
- Define fairly complicated programming problems and have users solve the problem.
- Immediate verification of code solution.
- Supports pretty much arbitrary programming questions in Python, C, C++ and simple Bash and uses "test cases" to test the implementations of the students.
- Supports simple multiple choice questions and File uploads.
- Since it runs on your Python, you could technically test any Python based library.
- Scales to over 500+ simultaneous users.