summaryrefslogtreecommitdiff
path: root/yaksh/documentation/moderator_docs
diff options
context:
space:
mode:
authormaheshgudi2018-07-12 13:48:46 +0530
committermaheshgudi2018-07-12 17:52:55 +0530
commit70839496c9e3151f59152498dbca0a3d787bdff2 (patch)
tree8f50bfaabba1ae3eac7263f134f45ae40ed175e4 /yaksh/documentation/moderator_docs
parent7311255743aabd59bf0244257cf6377cae05d23e (diff)
downloadonline_test-70839496c9e3151f59152498dbca0a3d787bdff2.tar.gz
online_test-70839496c9e3151f59152498dbca0a3d787bdff2.tar.bz2
online_test-70839496c9e3151f59152498dbca0a3d787bdff2.zip
Modify documentation for question upload
Diffstat (limited to 'yaksh/documentation/moderator_docs')
-rw-r--r--yaksh/documentation/moderator_docs/creating_question.rst28
1 files changed, 24 insertions, 4 deletions
diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst
index 82bb6e5..3e878ea 100644
--- a/yaksh/documentation/moderator_docs/creating_question.rst
+++ b/yaksh/documentation/moderator_docs/creating_question.rst
@@ -330,14 +330,34 @@ Features in Question
* **Download Questions**
- Select questions from the list of questions displayed on the Questions page. Click on the Download Selected button to download the questions. This will create a zip file of the Questions selected.
+ Select questions from a list of questions displayed on the
+ Questions page. Click on the Download Selected button to download
+ the questions. This will create a zip file of the Questions
+ selected. The zip will contain yaml file and an folder called
+ **additional_files** which will contain files required by questions
+ downloaded. Finally one can also download a template yaml file
+ and modify it to add his/her questions.
* **Upload Questions**
- Click on the browse button. This will open up a window. Select the zip file of questions and click Ok and then click on Upload file button, questions will be uploaded and displayed on the Questions page.
+ Click on the **Upload and Download questions** tab in the
+ **Question Page**.
+ One can upload Yaml file with extensions .yaml or .yml.
+ Please note that you cannot upload files associated to a question.
+ Yaml file can have any name.
+
+ One can also upload zip with the following zip structure -
+
+ .. code::
+
+ .zip
+ |-- .yaml or .yml
+ |-- .yaml or .yml
+ |-- folder1
+ | |-- Files required by questions
+ |-- folder2
+ | |-- Files required by questions
- Zip file should contain **questions_dump.yaml** from which questions will be loaded.
- Zip file can contain files related to questions.
* **Test Questions**