Skip to content

Commit 5cce618

Browse files
feat: add PAAI Cronbachs Alpha
1 parent 325bf2d commit 5cce618

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

src/questionnaires.ts

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)