summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yaksh/documentation/about_yaksh.rst16
-rw-r--r--yaksh/documentation/conf.py4
-rw-r--r--yaksh/documentation/moderator_docs/creating_question.rst7
3 files changed, 14 insertions, 13 deletions
diff --git a/yaksh/documentation/about_yaksh.rst b/yaksh/documentation/about_yaksh.rst
index 46f0515..9f772ec 100644
--- a/yaksh/documentation/about_yaksh.rst
+++ b/yaksh/documentation/about_yaksh.rst
@@ -5,26 +5,24 @@ About Yaksh
History
-------
-At FOSSEE, Nishanth had implemented a nice django based app to test for multiple-choice questions. Prabhu Ramachandran was inspired by a programming contest that he saw at PyCon APAC 2011. Chris Boesch, who administered the contest, used a nice web application Singpath that he had built on top of GAE that basically checked your Python code, live. This made it fun and interesting.
+ At FOSSEE, Nishanth had implemented a nice django based app to test for multiple-choice questions. Prabhu Ramachandran was inspired by a programming contest that he saw at PyCon APAC 2011. Chris Boesch, who administered the contest, used a nice web application Singpath that he had built on top of GAE that basically checked your Python code, live. This made it fun and interesting.
-Prabhu wanted an implementation that was not tied to GAE and hence wrote the initial cut of what is now 'Yaksh'. The idea being that anyone can use this to test students programming skills and not have to worry about grading their answers manually and instead do so on their machines.
+ Prabhu wanted an implementation that was not tied to GAE and hence wrote the initial cut of what is now 'Yaksh'. The idea being that anyone can use this to test students programming skills and not have to worry about grading their answers manually and instead do so on their machines.
-The application has since been refactored and maintained by FOSSEE Developers.
+ The application has since been refactored and maintained by FOSSEE Developers.
Contact
-------
-For further information and support you can contact
+ For further information and support you can contact
-`Python Team at FOSSEE <pythonsupport@fossee.in>`_
+ `Python Team at FOSSEE <pythonsupport@fossee.in>`_
License
-------
-This is distributed under the terms of the BSD license. Copyright information is at the bottom of this file.
+ This is distributed under the terms of the BSD license. Copyright information is at the bottom of this file.
Authors
-------
-
-FOSSEE Developers
-Copyright (c) 2011 FOSSEE (fossee.in) \ No newline at end of file
+ FOSSEE Developers
diff --git a/yaksh/documentation/conf.py b/yaksh/documentation/conf.py
index e5ea74a..10ad210 100644
--- a/yaksh/documentation/conf.py
+++ b/yaksh/documentation/conf.py
@@ -38,7 +38,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
- #'sphinx.ext.githubpages',
+# 'sphinx.ext.githubpages',
]
# Add any paths that contain templates here, relative to this directory.
@@ -129,7 +129,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'default'
+html_theme = 'default' #'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst
index 421b3d6..d80b437 100644
--- a/yaksh/documentation/moderator_docs/creating_question.rst
+++ b/yaksh/documentation/moderator_docs/creating_question.rst
@@ -29,7 +29,7 @@ Setting up questions
* **Tags** - Type of label or metadata tag making it easier to find specific type of questions.
- * ** Snippet** - Snippet is used to give any default value or default code or command. This will be displayed in the answer form. This is used only for code questions.
+ * **Snippet** - Snippet is used to give any default value or default code or command. This will be displayed in the answer form. This is used only for code questions.
* **Test case type** - Test cases or answers are to be added. There are multiple type of test cases -
@@ -88,4 +88,7 @@ Features in Question
* **Test Questions**
- Select questions from the list of question displayed on the Questions page. Click on Test selected button. This will take you to a quiz with the selected questions. **Note** - This will not create an actual quiz but a trial quiz. This quiz is hidden from the students and only for moderator to view. You can delete the quiz from moderator's dashboard. \ No newline at end of file
+ Select questions from the list of question displayed on the Questions page. Click on Test selected button. This will take you to a quiz with the selected questions.
+
+ .. Note:: This will not create an actual quiz but a trial quiz. This quiz is hidden from the students and only for moderator to view. You can delete the quiz from moderator's dashboard.
+