Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # This file works
  2. maxTeams: 6
  3. maxCategories: 8
  4. maxQuestions: 8
  5. The First Round:
  6. location : "Round 1"
  7. Categories:
  8. - Category: Animals
  9. Questions:
  10. - Question: {Points: 100, QuestionString: 'What animal has four legs and long whiskers?', AnswerString: Cat}
  11. - Question: {Points: 200, QuestionString: 'How many legs does a spider have?', AnswerString: Eight}
  12. - {Category: Birds}
  13. The Second Round:
  14. - {Category: Fruits}
  15. - {Category: Technology}
  16.  
  17. # But this file doesn't work
  18.  
  19. maxTeams: 6
  20. maxCategories: 8
  21. maxQuestions: 8
  22. Rounds :
  23. - Round : "The First Round"
  24. Categories :
  25. - Category : Animals
  26. - Category : Birds
  27. - Round : "The Second Round"
  28. Categories :
  29. - Category : Fruits
  30. - Category : Technology
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement