Skip to content

Commit 5164e6a

Browse files
committed
Add pre-survey question on experience
1 parent 5b76c9b commit 5164e6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

frontend/src/shared/templates/chip_negotiation.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,15 @@ const CHIP_PRE_SURVEY_STAGE1 = createSurveyStage({
928928
upperText: 'Very confident',
929929
upperValue: 5,
930930
}),
931+
// Relevant experience section
932+
createScaleSurveyQuestion({
933+
questionTitle:
934+
'How much prior experience do you have with games or tasks similar to this one?',
935+
lowerText: 'No experience',
936+
lowerValue: 1,
937+
upperText: 'Extensive experience',
938+
upperValue: 5,
939+
}),
931940
createTextSurveyQuestion({
932941
questionTitle:
933942
'Please describe any background, skills, or experiences that might help you in this game (e.g., negotiation, bargaining, math, logic, strategic thinking—even informal or everyday situations).',

0 commit comments

Comments
 (0)