slaeforms/slaeforms/default.json

271 lines
9.2 KiB
JSON

{
"Block 0":{
"type": "TaskTemplate",
"tempalte": "standard_template.html",
"stimuli":{
"type":"double_video",
"list_1":{
"video_1":"https://www.youtube-nocookie.com/embed/VtnwHmabyzo?si=H3rrG-GHtlSymR70",
"video_2":"https://www.youtube-nocookie.com/embed/EL76Ok4r0aQ?si=hqUm8eUUfX39NN4L",
"video_3":"https://www.youtube-nocookie.com/embed/XTMIomsXxKM?si=r2zB6OKERH6Jdpi6"
},
"list_2":{
"video_1":"https://www.youtube-nocookie.com/embed/VtnwHmabyzo?si=H3rrG-GHtlSymR70",
"video_2":"https://www.youtube-nocookie.com/embed/EL76Ok4r0aQ?si=hqUm8eUUfX39NN4L",
"video_3":"https://www.youtube-nocookie.com/embed/XTMIomsXxKM?si=r2zB6OKERH6Jdpi6"
},
"configuration":{
"embed":"yt"
}
},
"questions":{
"question1":{
"type": "likert",
"name": "likertscale",
"text": "How would you rate this video?",
"required": "true",
"points":{
"p1":{
"value":"1",
"text":"I dont like it at all"
},
"p2":{
"value":"2",
"text":"I am indifferent"
},
"p3":{
"value":"3",
"text":"I like it a lot"
}
}
}
},
"database_table" :{
"table_name": "double_video_test",
"fields": {
"likertscale":{
"type": "integer",
"nullable": "false"
}
}
}
},
"Block 1":{
"type": "TaskTemplate",
"tempalte": "standard_template.html",
"stimuli":{
"type":"empty",
"list":{
"empty_stimulus":""
}
},
"questions":{
"question1_alter":{
"type": "numberinput",
"name": "alter",
"text": "Alter:",
"required": "true",
"min": "1",
"max": "120"
},
"question2_geschlecht":{
"type": "dropdowninput",
"name": "geschlecht",
"text": "Geschlecht:",
"required": "true",
"defaulttext": "",
"points":{
"männlich":{
"value":"Männlich",
"text":"Männlich"
},
"weiblich":{
"value":"Weiblich",
"text":"Weiblich"
},
"divers":{
"value":"Divers",
"text":"Divers"
},
"keine_angabe":{
"value":"keine_angabe",
"text":"Keine Angabe"
}
}
},
"question3_hoerstatus":{
"type": "dropdowninput",
"name": "hoerstatus",
"text": "Hörstatus:",
"required": "true",
"defaulttext": "",
"points":{
"hörend":{
"value":"Hörend",
"text":"Hörend"
},
"schwerhörig":{
"value":"Schwerhörig",
"text":"Schwerhörig"
},
"gehörlos":{
"value":"Gehörlos",
"text":"Gehörlos"
}
}
},
"question4_bevorzugte_kommunikation":{
"type": "dropdowninput",
"name": "bevorzugte_kommunikation",
"text": "Bevorzugte Kommunikationsform:",
"required": "true",
"defaulttext": "",
"points":{
"gesprochen":{
"value":"Gesprochene Sprache",
"text":"Gesprochene Sprache"
},
"text":{
"value":"Text",
"text":"Text"
},
"gebärdensprache":{
"value":"Gebärdensprache",
"text":"Gebärdensprache"
}
}
},
"question5_gebeardenzeitraum":{
"type": "numberinput",
"name": "gebärdenzeitraum",
"text": "Wie viele Jahre verwenden sie schon Gebärdensprache:",
"required": "true",
"min": "0",
"max": "100",
"step": "0.5"
},
"question6_sprachkompetenz":{
"type": "numberinput",
"name": "gebärdensprachkompetenz",
"text": "Wie schätzen sie ihre Gebärdensprachkompetenz ein (1-10):",
"required": "true",
"min": "1",
"max": "10"
}
},
"database_table" :{
"table_name": "default_demographic_test",
"fields": {
"alter":{
"type": "integer",
"nullable": "false"
},
"geschlecht":{
"type": "string",
"size": "14",
"nullable": "false"
},
"hoerstatus":{
"type": "string",
"size": "14",
"nullable": "false"
},
"bevorzugte_kommunikation":{
"type": "string",
"size": "22",
"nullable": "false"
},
"gebärdenzeitraum":{
"type": "float",
"nullable": "false"
},
"gebärdensprachkompetenz":{
"type": "integer",
"nullable": "false"
}
}
}
},
"Block 2":{
"type": "TaskTemplate",
"tempalte": "standard_template.html",
"stimuli":{
"type":"single_video",
"order": "random",
"list":{
"video_1":"https://www.youtube-nocookie.com/embed/VtnwHmabyzo?si=H3rrG-GHtlSymR70",
"video_2":"https://www.youtube-nocookie.com/embed/EL76Ok4r0aQ?si=hqUm8eUUfX39NN4L",
"video_3":"https://www.youtube-nocookie.com/embed/XTMIomsXxKM?si=r2zB6OKERH6Jdpi6"
},
"configuration":{
"embed":"yt"
}
},
"questions":{
"question1":{
"type": "likert",
"name": "likertscale",
"text": "How would you rate this video?",
"required": "true",
"points":{
"p1":{
"value":"1",
"text":"I dont like it at all"
},
"p2":{
"value":"2",
"text":"I dont like it"
},
"p3":{
"value":"3",
"text":"I am indifferent"
},
"p4":{
"value":"4",
"text":"I like it"
},
"p5":{
"value":"5",
"text":"I like it a lot"
}
}
},
"question2":{
"type": "textinput",
"name": "text_feedback",
"text": "Here you can give us Feedback",
"required": "false",
"size": "250"
},
"question3":{
"type": "videoinput",
"text": "Here you can give us Feedback as video",
"name": "video_feedback",
"required": "false"
}
},
"database_table" :{
"table_name": "default_block3_test",
"fields": {
"likertscale":{
"type": "integer",
"nullable": "false"
},
"text_feedback":{
"type": "string",
"size": "250",
"nullable": "true"
},
"video_upload":{
"type": "string",
"size": "100",
"nullable": "true"
}
}
}
},
"Block_3":{
"type": "SinglePage",
"template": "endpage.html"
}
}