@@ -30,4 +30,144 @@ surveys:
30
30
text : Textarea question
31
31
elementId : textarea
32
32
rows : 5
33
- cols : 50
33
+ cols : 50
34
+
35
+ - id : NASA_task_load_index_before_tasks
36
+ htmlQuestions :
37
+ - !<Slider>
38
+ text : " How mentally demanding was your previous work or non work-related activities today?"
39
+ elementId : mental_demand
40
+ required : true
41
+ min : 0
42
+ max : 20
43
+ step : 1
44
+ labels :
45
+ min : " Very Low"
46
+ max : " Very High"
47
+ - !<Slider>
48
+ text : " How physically demanding was your previous work or non work-related activities today?"
49
+ elementId : physical_demand
50
+ required : true
51
+ min : 0
52
+ max : 20
53
+ step : 1
54
+ labels :
55
+ min : " Very Low"
56
+ max : " Very High"
57
+ - !<Slider>
58
+ text : " How hurried or rushed was the pace of your previous work or non work-related activities today?"
59
+ elementId : temporal_demand
60
+ required : true
61
+ min : 0
62
+ max : 20
63
+ step : 1
64
+ labels :
65
+ min : " Very Low"
66
+ max : " Very High"
67
+ - !<Slider>
68
+ text : " How successful were you in accomplishing what you were asked to do?"
69
+ elementId : performance
70
+ required : true
71
+ min : 0
72
+ max : 20
73
+ step : 1
74
+ labels :
75
+ min : " Perfect"
76
+ max : " Failure"
77
+ - !<Slider>
78
+ text : " How hard did you have to work to accomplish your level of performance?"
79
+ elementId : effort
80
+ required : true
81
+ min : 0
82
+ max : 20
83
+ step : 1
84
+ labels :
85
+ min : " Very Low"
86
+ max : " Very High"
87
+ - !<Slider>
88
+ text : " How insecure, discouraged, irritated, stressed, and annoyed were you?"
89
+ elementId : frustration
90
+ required : true
91
+ min : 0
92
+ max : 20
93
+ step : 1
94
+ labels :
95
+ min : " Very Low"
96
+ max : " Very High"
97
+
98
+ - id : NASA_task_load_index
99
+ htmlQuestions :
100
+ - !<Slider>
101
+ text : " How mentally demanding was the task?"
102
+ elementId : mental_demand
103
+ required : true
104
+ min : 0
105
+ max : 20
106
+ step : 1
107
+ labels :
108
+ min : " Very Low"
109
+ max : " Very High"
110
+ - !<Slider>
111
+ text : " How physically demanding was the task?"
112
+ elementId : physical_demand
113
+ required : true
114
+ min : 0
115
+ max : 20
116
+ step : 1
117
+ labels :
118
+ min : " Very Low"
119
+ max : " Very High"
120
+ - !<Slider>
121
+ text : " How hurried or rushed was the pace of the task?"
122
+ elementId : temporal_demand
123
+ required : true
124
+ min : 0
125
+ max : 20
126
+ step : 1
127
+ labels :
128
+ min : " Very Low"
129
+ max : " Very High"
130
+ - !<Slider>
131
+ text : " How successful were you in accomplishing what you were asked to do?"
132
+ elementId : performance
133
+ required : true
134
+ min : 0
135
+ max : 20
136
+ step : 1
137
+ labels :
138
+ min : " Perfect"
139
+ max : " Failure"
140
+ - !<Slider>
141
+ text : " How hard did you have to work to accomplish your level of performance?"
142
+ elementId : effort
143
+ required : true
144
+ min : 0
145
+ max : 20
146
+ step : 1
147
+ labels :
148
+ min : " Very Low"
149
+ max : " Very High"
150
+ - !<Slider>
151
+ text : " How insecure, discouraged, irritated, stressed, and annoyed were you?"
152
+ elementId : frustration
153
+ required : true
154
+ min : 0
155
+ max : 20
156
+ step : 1
157
+ labels :
158
+ min : " Very Low"
159
+ max : " Very High"
160
+
161
+ - id : final_survey
162
+ htmlQuestions :
163
+ - !<Radio>
164
+ text : Single choice question
165
+ elementId : single
166
+ required : true
167
+ info :
168
+ - id : single1
169
+ value : 1
170
+ - id : single2
171
+ value : 2
172
+ - id : single3
173
+ value : 3
0 commit comments