File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,17 @@ The parameters are an object; you can change the format to suit your needs.
119119 "instruction" : " Two values are marked with dots. \n\n What percentage do you believe the smaller value represents relative to the larger value?" ,
120120 "type" : " react-component" ,
121121 "path" : " example-cleveland/assets/BarChart.tsx" ,
122+ "response" : [
123+ {
124+ "id" : " barChartAnswer" ,
125+ "prompt" : " Your answer (1-100):" ,
126+ "required" : true ,
127+ "location" : " belowStimulus" ,
128+ "type" : " numerical" ,
129+ "min" : 1 ,
130+ "max" : 100
131+ }
132+ ],
122133 "parameters" : {
123134 "data" : [
124135 {
@@ -311,4 +322,4 @@ import StructuredLinks from '@site/src/components/StructuredLinks/StructuredLink
311322 {name: "ReactComponent", url: "../../typedoc/interfaces/ReactComponent"},
312323 {name: "ReactiveResponse", url: "../../typedoc/interfaces/ReactiveResponse"}
313324 ] }
314- />
325+ />
You can’t perform that action at this time.
0 commit comments