summaryrefslogtreecommitdiff
path: root/yaksh/documentation/introduction.rst
diff options
context:
space:
mode:
authorKing2016-07-15 17:34:41 +0530
committerGitHub2016-07-15 17:34:41 +0530
commitcc979dfe4893ba1d7bd66649716c490c15118879 (patch)
treeffa5cb9f2d07019f5eefa75ebf78c38aaf8143e6 /yaksh/documentation/introduction.rst
parent73552024136f906f2af0c5f2737216f2db1310e9 (diff)
parent856fd12fc932ecb2825ab990ff5bf7af773c09c8 (diff)
downloadonline_test-cc979dfe4893ba1d7bd66649716c490c15118879.tar.gz
online_test-cc979dfe4893ba1d7bd66649716c490c15118879.tar.bz2
online_test-cc979dfe4893ba1d7bd66649716c490c15118879.zip
Merge pull request #116 from maheshgudi/documentation
Documentation
Diffstat (limited to 'yaksh/documentation/introduction.rst')
-rw-r--r--yaksh/documentation/introduction.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/yaksh/documentation/introduction.rst b/yaksh/documentation/introduction.rst
new file mode 100644
index 0000000..78df29a
--- /dev/null
+++ b/yaksh/documentation/introduction.rst
@@ -0,0 +1,17 @@
+============
+Introduction
+============
+
+This project provides an "exam" app that lets users take an online programming quiz.
+
+
+Features
+--------
+* 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.
+* Scales to over 500+ simultaneous users.
+* Distributed under the BSD license.
+