From 00f01038b2a4653d87ca2529009fa873f6a4a26d Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Wed, 11 Jul 2018 18:48:31 +0530 Subject: Support for multiple yaml files --- yaksh/templates/yaksh/showquestions.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index 4240b2e..06c088c 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -20,8 +20,35 @@
You can upload question files the following ways - +
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 - +
+ .zip + |-- .yaml or .yml + |-- .yaml or .yml + |-- folder1 + | |-- Files required by questions + |-- folder2 + | |-- Files required by questions ++
+ Click here to download a sample YAML, edit and upload it +
+