Add the multiline config module

This commit is contained in:
David Valdez 2019-05-09 13:48:30 -05:00
parent c39a172690
commit 2aef6eb122
71 changed files with 1891 additions and 126 deletions

View file

@ -11,4 +11,14 @@ id: likert_ten_scale
label: 'Likert: Ten Scale'
category: Likert
likert: true
options: "1: 1\n2: 2\n3: 3\n4: 4\n5: 5\n6: 6\n7: 7\n8: 8\n9: 9\n10: 10\n"
options: |
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 7
8: 8
9: 9
10: 10