Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 deletions
|
@ -11,4 +11,9 @@ id: likert_agreement
|
|||
label: 'Likert: Agreement'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: 'Much Worse'\n2: 'Somewhat Worse'\n3: 'About the Same'\n4: 'Somewhat Better'\n5: 'Much Better'\n"
|
||||
options: |
|
||||
1: 'Much Worse'
|
||||
2: 'Somewhat Worse'
|
||||
3: 'About the Same'
|
||||
4: 'Somewhat Better'
|
||||
5: 'Much Better'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue