quizzes: Move quizzes into a subdirectory
authorW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 18:51:04 +0000 (13:51 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 18:51:04 +0000 (13:51 -0500)
quizzes/monty-python.json [moved from quiz.json with 71% similarity]
quizzes/posix-shell.json [new file with mode: 0644]

similarity index 71%
rename from quiz.json
rename to quizzes/monty-python.json
index 9f1c9020ea3ff2ac2608946ddecca84500fe70f6..894105e627cea9702fc02b14d0d47a9b385baafa 100644 (file)
--- a/quiz.json
                        "dependencies": [
                                "What is your quest?"
                                ]
-               },
-               {
-                       "class": "ScriptQuestion",
-                       "interpreter": "sh",
-                       "prompt": "list all the files in the current directory",
-                       "answer": "ls",
-                       "setup": [
-                               "touch file-1 file-2 file-3"
-                               ],
-                       "help": "http://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html"
                }
        ]
 }
diff --git a/quizzes/posix-shell.json b/quizzes/posix-shell.json
new file mode 100644 (file)
index 0000000..192958c
--- /dev/null
@@ -0,0 +1,15 @@
+{
+       "version": "0.1",
+       "questions": [
+               {
+                       "class": "ScriptQuestion",
+                       "interpreter": "sh",
+                       "prompt": "list all the files in the current directory",
+                       "answer": "ls",
+                       "setup": [
+                               "touch file-1 file-2 file-3"
+                               ],
+                       "help": "http://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html"
+               }
+       ]
+}