All basic question types
This commit is contained in:
parent
3e1e5618ca
commit
4fe218166f
51 changed files with 760 additions and 92 deletions
26
test/fixtures/sections.yml
vendored
26
test/fixtures/sections.yml
vendored
|
@ -1,9 +1,23 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyText
|
||||
description: MyText
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: sections
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# description :text not null
|
||||
# title :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
sport:
|
||||
title: Sport
|
||||
description: Gent is een sportieve stad, dus daarom enkele vragen daarover.
|
||||
|
||||
two:
|
||||
title: MyText
|
||||
description: MyText
|
||||
life:
|
||||
title: Leven, werken en wonen
|
||||
description: In Gent moet er ook geleefd worden.
|
||||
|
||||
politics:
|
||||
title: Politiek
|
||||
description: De Gentse politiek is interessanter dan de Duffelse!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue