quizzes/git: Tag existing questions
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 14:57:16 +0000 (09:57 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 14:57:16 +0000 (09:57 -0500)
quizzes/git.json

index bd203e2bc315eb6180306d78c88afa4b4e0310e0..ba5dd8f970afd144805998708193a60f59ddbfb2 100644 (file)
                        "teardown": [
                                "cat .gitconfig"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html",
+                       "tags": [
+                               "config"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                        "teardown": [
                                "cat .gitconfig"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-config.html",
+                       "tags": [
+                               "config"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                        "teardown": [
                                "git status"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-init.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-init.html",
+                       "tags": [
+                               "init"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                                "cd quizzer",
                                "git status"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-clone.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-clone.html",
+                       "tags": [
+                               "init"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                                "git ls-files",
                                "git status"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+                       "tags": [
+                               "add",
+                               "commit"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                                "git status",
                                "cat README"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html",
+                       "tags": [
+                               "checkout"
+                               ]
                },
                {
                        "class": "ScriptQuestion",
                                "git log -p",
                                "git status"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+                       "tags": [
+                               "commit",
+                               "rewrite"
+                               ]
                }
        ]
 }