You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Recruitment Ad](#recruitment-advertisement)| No | Landing page for participants |
210
-
|[MTurk Ad](#mturk-recruitment)| Yes | Interacts with the MTurk system |
211
-
|[Simple Informed Consent](#simple-informed-consent)| Yes | Collects informed consent using a simple checkbox |
212
-
|[Window Sizer](#window-sizer)| Yes | Verifies a given area of the screen is visible (with a more aggressive option that hides page content if the window is resized too small) |
213
-
|[Simple Instructions](#simple-instructions)| No | A simple sequence of pages for instructions |
214
-
|[Instructions Quiz](#instructions-quiz)| No | A basic instructions quiz |
215
-
|[Demographic Survey](#demographic-survey)| Yes | A survey which collects some demographic info |
216
-
|[Device Survey](#device-survey)| No | A survey which collects some self-report about computer/device |
217
-
|[Withdraw](#withdraw)| Yes | A survey which processes a participant's request to withdraw from study |
218
-
|[Debrief](#debrief)| No | A simple text View which describes the purpose of study |
219
-
|[Feedback](#feedback)| No | A survey for soliciting structured and unstructured feedback on the study |
220
-
|[Thanks Page](#thanks)| Yes | A thank you page |
221
-
|[Report Issue](#report-issue)| Yes | A form to report a bug/issue with the experiment |
|[Recruitment Ad](#recruitment-advertisement)| No | Landing page for participants |
210
+
|[MTurk Ad](#mturk-recruitment)| Yes | Interacts with the MTurk system |
211
+
|[Informed Consent](#simple-informed-consent)| Yes | Collects informed consent using a simple checkbox |
212
+
|[Window Sizer](#window-sizer)| Yes | Verifies a given area of the screen is visible (with a more aggressive option that hides page content if the window is resized too small) |
213
+
|[Simple Instructions](#simple-instructions)| No | A simple sequence of pages for instructions |
214
+
|[Instructions Quiz](#instructions-quiz)| Yes | A basic instructions quiz |
215
+
|[Demographic Survey](#demographic-survey)| No | A survey which collects some demographic info |
216
+
|[Device Survey](#device-survey)| No | A survey which collects some self-report about computer/device |
217
+
|[Withdraw](#withdraw)| No | A survey which processes a participant's request to withdraw from study |
218
+
|[Debrief](#debrief)| Yes | A simple text View which describes the purpose of study |
219
+
|[Feedback](#feedback)| No | A survey for soliciting structured and unstructured feedback on the study |
220
+
|[Thanks Page](#thanks)| No | A thank you page |
222
221
223
222
These components are located in the `src/builtins` directory. In <SmileText/> a
224
223
short-hand for the src folder is '@' so for instance '@/builtins' refers to the
@@ -240,7 +239,6 @@ Advertisement View is a simple page that contains a title and an invitation to
240
239
participate. There is a animated button which will take the participant to the
241
240
next View in the timeline.
242
241
243
-
- There are no side effects, and nothing is recorded.
244
242
- The template can be edited to change the text.
245
243
- The logo image imports from `@/user/assets/brain.svg`.
0 commit comments