summaryrefslogtreecommitdiff
path: root/yaksh/documentation/introduction.rst
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-15 17:39:13 +0530
committerGitHub2017-11-15 17:39:13 +0530
commit71169d6783c8817283f631809828b8626287cca7 (patch)
tree85229410a412f29de58c852d6b7a38df9602a3df /yaksh/documentation/introduction.rst
parent7ad6790915a573ba8c49654a5f37d7d433ac5373 (diff)
parentff2d8bc986bd8756de4986fa3352730584c21375 (diff)
downloadonline_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.rst8
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.