From 91893722a7bb1961e3cdfc324d6dbd869cb096d6 Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Tue, 14 Mar 2017 14:35:35 +0000 Subject: [PATCH] - restored demo/test.yaml --- demo/test.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/demo/test.yaml b/demo/test.yaml index 781cb8e..e0e2f1e 100644 --- a/demo/test.yaml +++ b/demo/test.yaml @@ -40,32 +40,32 @@ files: # The order is preserved. # There are several ways to define each question (explained below). questions: - # # show question where ref=instructions - # - ref: instructions + # show question where ref=instructions + - ref: instructions - # # show question where ref=flags and assigns 0.5 points (unnormalized) - # - ref: flags - # points: 0.5 + # show question where ref=flags and assigns 0.5 points (unnormalized) + - ref: flags + points: 0.5 - # # idem - # - ref: math-expressions - # points: 2.0 + # idem + - ref: math-expressions + points: 2.0 - # # show question where ref=solar-system and assign the default of 1.0 point (unnormalized) - # - ref: solar-system + # show question where ref=solar-system and assign the default of 1.0 point (unnormalized) + - ref: solar-system - # # select one questions from the list [our_planet1, our_planet2] - # # and assign 0.75 points (unnormalized) - # - ref: - # - our_planet1 - # - our_planet2 - # points: 0.75 + # select one questions from the list [our_planet1, our_planet2] + # and assign 0.75 points (unnormalized) + - ref: + - our_planet1 + - our_planet2 + points: 0.75 - # # the key 'ref:' can be omitted, a default of 1.0 points is assigned - # - basic-colors + # the key 'ref:' can be omitted, a default of 1.0 points is assigned + - basic-colors - fractions - # - question-whatever + - question-whatever - # - markdown_instructions + - markdown_instructions -- libgit2 0.21.2