File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -305,18 +305,35 @@ const questionnaires: Questionnaire[] = [
305305 name : "Psychological assessment of AI-based decision support systems" ,
306306 short : "PAAI" ,
307307 metadata : {
308+ items : 39 ,
308309 scales : [
309- { name : "System Characteristics" } ,
310- { name : "Task Characteristics" } ,
311- { name : "Job Characteristics" } ,
310+ {
311+ name : "System Characteristics" ,
312+ cronbachsAlpha : 0.84 ,
313+ } ,
314+ {
315+ name : "Task Characteristics" ,
316+ cronbachsAlpha : 0.79 ,
317+ } ,
318+ {
319+ name : "Job Characteristics" ,
320+ cronbachsAlpha : 0.88 ,
321+ } ,
312322 ] ,
323+ participantDetails : {
324+ n : 471 ,
325+ type : [ "Prolific" , "UK/US" ] ,
326+ } ,
313327 time : [ Time . Standalone ] ,
314328 language : [ "EN" ] ,
315329 year : 2023 ,
316330 } ,
317331 links : {
318332 doi : "https://doi.org/10.3389/frai.2023.1249322" ,
319333 } ,
334+ notes : [
335+ "For each scale, Cronbach's alpha is computed from the average post-study test scores across all groups to facilitate simplified reporting." ,
336+ ] ,
320337 } ,
321338] ;
322339
You can’t perform that action at this time.
0 commit comments