Changed media data structure in YAML file

- Looking at last years json required to change how to put the
      media files in the YAML file
This commit is contained in:
Frank Becker 2011-11-20 18:42:12 +01:00
parent e7a885048d
commit 26fced4788

View File

@ -10,7 +10,6 @@
#media: #media:
# - aaa # - aaa
# - bbb # - bbb
# - ccc
!!python/object:__main__.Question !!python/object:__main__.Question
question: What is the question? question: What is the question?
@ -22,9 +21,10 @@ answers:
tier: 1 tier: 1
game_round: 1 game_round: 1
media: media:
- pix/question1.png question:
- pix/question1_big.png - pix/question1.png
- videos/question1.webm explanation:
- videos/question1.webm
--- !Question --- !Question
question: What are users in Facebook called? question: What are users in Facebook called?
@ -36,20 +36,8 @@ answers:
tier: 2 tier: 2
game_round: 1 game_round: 1
media: media:
- pix/facebook.jpg question:
- pix/facebook-jail.png - pix/facebook.jpg
- videos/faschistbook.webm - pix/facebook-jail.png
explanation:
--- !Question - videos/faschistbook.webm
question: What are users in Facebook called?
answers:
- false: Hostage
- false: Victims
- true: Target
- false: Product
tier: 2
game_round: 2
media:
- pix/facebook.jpg
- pix/facebook-jail.png
- videos/faschistbook.webm