mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
style fixes
This commit is contained in:
parent
eaf637e9bd
commit
f7ef401be7
9 changed files with 29 additions and 54 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
# Questions
|
||||
qtype_yesno = QuestionType.create(title: 'Yes/No')
|
||||
qtype_single = QuestionType.create(title: 'Single Choice')
|
||||
qtype_multiple = QuestionType.create(title: 'Multiple Choice')
|
||||
QuestionType.create(title: 'Single Choice')
|
||||
QuestionType.create(title: 'Multiple Choice')
|
||||
|
||||
answer_yes = Answer.create(title: 'Yes')
|
||||
answer_no = Answer.create(title: 'No')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue