diff options
author | Prabhu Ramachandran | 2017-11-15 17:39:13 +0530 |
---|---|---|
committer | GitHub | 2017-11-15 17:39:13 +0530 |
commit | 71169d6783c8817283f631809828b8626287cca7 (patch) | |
tree | 85229410a412f29de58c852d6b7a38df9602a3df /yaksh/documentation/introduction.rst | |
parent | 7ad6790915a573ba8c49654a5f37d7d433ac5373 (diff) | |
parent | ff2d8bc986bd8756de4986fa3352730584c21375 (diff) | |
download | online_test-71169d6783c8817283f631809828b8626287cca7.tar.gz online_test-71169d6783c8817283f631809828b8626287cca7.tar.bz2 online_test-71169d6783c8817283f631809828b8626287cca7.zip |
Merge pull request #395 from maheshgudi/update_docs
Update docs for release 0.7
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. |