diff options
Diffstat (limited to 'yaksh/documentation/introduction.rst')
-rw-r--r-- | yaksh/documentation/introduction.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/yaksh/documentation/introduction.rst b/yaksh/documentation/introduction.rst index 78df29a..1aa2677 100644 --- a/yaksh/documentation/introduction.rst +++ b/yaksh/documentation/introduction.rst @@ -7,11 +7,13 @@ This project provides an "exam" app that lets users take an online programming q Features -------- +* Easy installation and cross platform support for Linux and Mac OS. * Define fairly complicated programming problems and have users solve the problem. * Immediate verification of code solution. -* Supports pretty much arbitrary coding 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. +* Supports pretty much arbitrary coding questions in Python, C, C++, Java, Scilab and simple Bash and uses "test cases" to test the implementations of the students. +* Supports simple multiple choice questions, fill in the blanks questions and assignment evaluations. +* Since it runs on Python, you could technically test any Python based library. +* Completely safe from malicious code. * Scales to over 500+ simultaneous users. * Distributed under the BSD license. |