Commit 91893722a7bb1961e3cdfc324d6dbd869cb096d6

Authored by Miguel Barao
1 parent 37afe717
Exists in master and in 1 other branch dev

- restored demo/test.yaml

Showing 1 changed file with 20 additions and 20 deletions   Show diff stats
demo/test.yaml
@@ -40,32 +40,32 @@ files: @@ -40,32 +40,32 @@ files:
40 # The order is preserved. 40 # The order is preserved.
41 # There are several ways to define each question (explained below). 41 # There are several ways to define each question (explained below).
42 questions: 42 questions:
43 - # # show question where ref=instructions  
44 - # - ref: instructions 43 + # show question where ref=instructions
  44 + - ref: instructions
45 45
46 - # # show question where ref=flags and assigns 0.5 points (unnormalized)  
47 - # - ref: flags  
48 - # points: 0.5 46 + # show question where ref=flags and assigns 0.5 points (unnormalized)
  47 + - ref: flags
  48 + points: 0.5
49 49
50 - # # idem  
51 - # - ref: math-expressions  
52 - # points: 2.0 50 + # idem
  51 + - ref: math-expressions
  52 + points: 2.0
53 53
54 - # # show question where ref=solar-system and assign the default of 1.0 point (unnormalized)  
55 - # - ref: solar-system 54 + # show question where ref=solar-system and assign the default of 1.0 point (unnormalized)
  55 + - ref: solar-system
56 56
57 - # # select one questions from the list [our_planet1, our_planet2]  
58 - # # and assign 0.75 points (unnormalized)  
59 - # - ref:  
60 - # - our_planet1  
61 - # - our_planet2  
62 - # points: 0.75 57 + # select one questions from the list [our_planet1, our_planet2]
  58 + # and assign 0.75 points (unnormalized)
  59 + - ref:
  60 + - our_planet1
  61 + - our_planet2
  62 + points: 0.75
63 63
64 - # # the key 'ref:' can be omitted, a default of 1.0 points is assigned  
65 - # - basic-colors 64 + # the key 'ref:' can be omitted, a default of 1.0 points is assigned
  65 + - basic-colors
66 66
67 - fractions 67 - fractions
68 68
69 - # - question-whatever 69 + - question-whatever
70 70
71 - # - markdown_instructions 71 + - markdown_instructions