Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/questionnaires.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ const questionnaires: Questionnaire[] = [
},
],
},
notes: [
'Cronbach\'s alpha is not reported in the original study.',
],
},
{
name: "NASA Task Load Index",
Expand Down Expand Up @@ -483,14 +486,23 @@ const questionnaires: Questionnaire[] = [
},
],
},
notes: [
'Cronbach\'s alpha is not reported in the original study.',
],
},
{
name: "AttrakDiff: Ein Fragebogen zur Messung wahrgenommener hedonischer und pragmatischer Qualität",
short: "AttrakDiff",
data: [
{
language: "DE",
scales: [{ name: "Hedonic" }, { name: "Pragmatic" }],
scales: [{ name: "hedonische Qualität-Simulation",
cronbachsAlpha: 0.83, },
{ name: "hedonische Qualität-Identität",
cronbachsAlpha: 0.78, },
{ name: "pragmatische Qualität",
cronbachsAlpha: 0.84,},
],
},
],
metadata: {
Expand All @@ -508,6 +520,9 @@ const questionnaires: Questionnaire[] = [
},
],
},
notes: [
"For each scale, Cronbach's alpha is computed from the average post-study test scores across all groups to facilitate simplified reporting.",
],
},
{
name: "Psychological assessment of AI-based decision support systems",
Expand Down
Loading