summaryrefslogtreecommitdiff
path: root/yaksh/documentation/introduction.rst
diff options
context:
space:
mode:
authormahesh2017-11-15 02:49:53 +0530
committermaheshgudi2017-11-15 16:39:48 +0530
commitff2d8bc986bd8756de4986fa3352730584c21375 (patch)
treefb79f324708b8d820acb03c006b52dbabc68dc03 /yaksh/documentation/introduction.rst
parent79edbabe2431ff9bf841394f79479ca64f0312b8 (diff)
downloadonline_test-ff2d8bc986bd8756de4986fa3352730584c21375.tar.gz
online_test-ff2d8bc986bd8756de4986fa3352730584c21375.tar.bz2
online_test-ff2d8bc986bd8756de4986fa3352730584c21375.zip
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.