Skip to content

Commit a2b7b5d

Browse files
2 parents 386776b + cc3700a commit a2b7b5d

1 file changed

Lines changed: 20 additions & 16 deletions

File tree

code/index.html

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,30 @@ <h2>Strategic Rationalization</h2>
112112
</div>
113113
</div>
114114

115-
<div id="screen-manipulation" class="screen hidden">
116-
<div class="card">
117-
<h2 style="margin-bottom: 10px;">Post-Task Reflection</h2>
118-
<p style="color: var(--text-secondary); margin-bottom: 25px;">During the UI evaluation, did you notice any specific labels, badges, or recommendations attached to the design options?</p>
119-
<div style="display: flex; flex-direction: column; gap: 10px;">
120-
<button class="btn-primary btn-manipulation" data-val="1">Yes, I noticed an "AI Recommended" badge</button>
121-
<button class="btn-primary btn-manipulation" data-val="2">I noticed other text/labels (e.g., "Open for Fall")</button>
122-
<button class="btn-primary btn-manipulation" data-val="0">No, I did not notice any specific badges</button>
115+
<div id="screen-manipulation" class="screen">
116+
<div class="bento-container">
117+
<div class="bento-card">
118+
<h2 style="margin-bottom: 10px;">Post-Task Reflection</h2>
119+
<p style="color: var(--text-secondary); margin-bottom: 25px;">During the UI evaluation, did you notice any specific labels, badges, or recommendations attached to the design options?</p>
120+
<div style="display: flex; flex-direction: column; gap: 10px;">
121+
<button class="btn-primary btn-manipulation" data-val="1">Yes, I noticed an "AI Recommended" badge</button>
122+
<button class="btn-primary btn-manipulation" data-val="2">I noticed other text/labels</button>
123+
<button class="btn-primary btn-manipulation" data-val="0">No, I did not notice any specific badges</button>
124+
</div>
123125
</div>
124126
</div>
125127
</div>
126128

127-
<div id="screen-debrief" class="screen hidden">
128-
<div class="card" style="text-align: left;">
129-
<h2 style="margin-bottom: 15px;">Study Debriefing</h2>
130-
<p style="margin-bottom: 10px;"><strong>Thank you for your participation.</strong></p>
131-
<p style="margin-bottom: 10px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">The true purpose of this study was not to test beta UI designs for a university portal. We are investigating <em>informational influence</em>—specifically, whether the presence of an "AI Recommended" badge alters human decision-making and cognitive processing time when faced with ambiguous choices.</p>
132-
<p style="margin-bottom: 10px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">Because knowing this beforehand would have changed your natural behavior, we could not disclose it until now. Your data remains completely anonymous and will be used strictly for academic research.</p>
133-
<p style="margin-bottom: 20px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">If you consent to submit your data now that you know the true purpose, please click "Submit & Finish" below. If you wish to withdraw, you may simply close this tab.</p>
134-
<button id="btn-submit-final" class="btn-primary" style="width: 100%;">Submit & Finish</button>
129+
<div id="screen-debrief" class="screen">
130+
<div class="bento-container">
131+
<div class="bento-card" style="text-align: left;">
132+
<h2 style="margin-bottom: 15px;">Study Debriefing</h2>
133+
<p style="margin-bottom: 10px;"><strong>Thank you for your participation.</strong></p>
134+
<p style="margin-bottom: 10px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">The true purpose of this study was not to test beta UI designs. We are investigating <em>informational influence</em>—specifically, whether the presence of an "AI Recommended" badge alters human decision-making when faced with ambiguous choices.</p>
135+
<p style="margin-bottom: 10px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">Because knowing this beforehand would have changed your natural behavior, we could not disclose it until now. Your data remains completely anonymous.</p>
136+
<p style="margin-bottom: 20px; font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary);">If you consent to submit your data now that you know the true purpose, please click "Submit & Finish" below.</p>
137+
<button id="btn-submit-final" class="btn-primary" style="width: 100%;">Submit & Finish</button>
138+
</div>
135139
</div>
136140
</div>
137141

0 commit comments

Comments
 (0)