158 lines
5.9 KiB
YAML
158 lines
5.9 KiB
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: questions
|
|
#
|
|
# id :integer not null, primary key
|
|
# answer_kind :integer not null
|
|
# data :text
|
|
# public_asset_path :string
|
|
# question_kind :integer default("simple"), not null
|
|
# text :text not null
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
# section_id :integer not null
|
|
#
|
|
# Indexes
|
|
#
|
|
# index_questions_on_section_id (section_id)
|
|
#
|
|
# Foreign Keys
|
|
#
|
|
# section_id (section_id => sections.id)
|
|
#
|
|
sport_bashir:
|
|
section: sport
|
|
text: In welke straat groeide Bashir Abdi op?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
sport_club:
|
|
section: sport
|
|
text: In welke sport versloeg een Gentse club ooit een team uit Oxford?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
sport_sabbe:
|
|
section: sport
|
|
text: Waar ligt de Karel Sabbeberg?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
sport_aagent:
|
|
section: sport
|
|
text: Wat is de meest recente beker van Belgie die AA Gent gewonnen heeft waar Tomas niet in het stadion zat?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
sport_hockey:
|
|
section: sport
|
|
text: ""
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:video] %>
|
|
public_asset_path: "/videos/els_en_geert.mp4"
|
|
|
|
sport_busschaert:
|
|
section: sport
|
|
text: Neem een foto op het bankje van Matthias Busschaert (en wandel een rondje rond de Watersportbaan).
|
|
answer_kind: <%= Question.answer_kinds[:image] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
sport_klimmen:
|
|
section: sport
|
|
text: Bemachtig een foto van Charlotte terwijl ze aan het klimmen is zonder dat ze het merkt.
|
|
answer_kind: <%= Question.answer_kinds[:image] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_haven:
|
|
section: life
|
|
text: Wat moet je 24u voor het binnenkomen van de haven in Gent doen?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_pendelaars:
|
|
section: life
|
|
text: Hoeveel pendelaars komen dagelijks van buiten Gent in Gent werken?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_repetitieruimtes:
|
|
section: life
|
|
text: Hoeveel repetitieruimtes en ateliers waren er vroeger in de Leopoldskazerne?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_stam:
|
|
section: life
|
|
text: Op welke tegel ligt de Leopoldskazerne in het STAM?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_bollekesschool:
|
|
section: life
|
|
text: Wat is de bollekesschool?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_langst:
|
|
section: life
|
|
text: Wie woont er al het langst in Gent?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
life_haven_oprichting:
|
|
section: life
|
|
text: ""
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:video] %>
|
|
public_asset_path: "/videos/stijn.mp4"
|
|
|
|
politics_regenpijpen:
|
|
section: politics
|
|
text: Welke kleur hebben de regenpijpen van het stadhuis en waarom?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_schepenen:
|
|
section: politics
|
|
text: Verplaats de bevoegdheden zodat ze bij de juiste schepen staan.
|
|
data: '<%=
|
|
JSON.dump({
|
|
left: ["Mathias De Clercq", "Hafsa El-Bazioui", "Astrid De Bruycker", "Sofie Bracke", "Evita Willaert", "Joris Vandenbroucke", "Bram Van Braeckevelt", "Burak Nalli", "Filip Watteeuw", "Cristophe Peeters"].shuffle,
|
|
right: ["Burgemeester", "Participatie, Buurtwerk, Mondiale Solidariteit, Facilitair Management en Digitalisering", "Sociale Vooruitgang, Gezondheid, Ouderenbeleid en Cultuur", "Economie, Haven, Handel, Toerisme en Openbare netheid", "Onderwijs, Opvoeding, Jeugd, Gezin en Outreachend Werk", "Mobiliteit, Ruimte, Stadsontwikkeling en Plezier", "Natuur en Groen, Werk en Sociale Economie, Gelijke kansen en Sport", "Personeelsbeleid, Burgerzaken en Dienstverlening", "Wonen, Milieu, Klimaat en Energie", "Financiën, Stedenbouw, Erfgoed en Administratieve vereenvoudiging"].shuffle
|
|
})
|
|
%>'
|
|
answer_kind: <%= Question.answer_kinds[:politicians] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_anneleen:
|
|
section: politics
|
|
text: Hoeveel keer is Anneleen al op haar gezicht gegaan (fysiek en metaforisch)?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_langste:
|
|
section: politics
|
|
text: Wie was de langste burgemeester van Gent?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_langst:
|
|
section: politics
|
|
text: Wie was er het langst burgemeester van Gent?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_nazi:
|
|
section: politics
|
|
text: Welke Gentse burgemeester is niet opgenomen in de officiële lijst van Gentse burgemeesters?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|
|
politics_jorg:
|
|
section: politics
|
|
text: Hoeveel stemmen kwam Jorg te kort om in de provincieraad te zetelen?
|
|
answer_kind: <%= Question.answer_kinds[:simple] %>
|
|
question_kind: <%= Question.question_kinds[:simple] %>
|
|
|