This repository contains the 5-item version of the Form of Thinking (FIT) questionnaire.
Participants complete 6 scenarios total:
- Scenario 1 is a practice item (excluded from analysis).
- Scenarios 2-6 are the 5 main items used for analysis.
- Node.js 18+ recommended
npm install
npm run build
npm startOpen:
http://localhost:3000/start-experiment/FIT5item- or slug route from config:
http://localhost:3000/start-experiment/FIT_5item
Before collecting real data, update the study-specific text in:
Experiments/FIT5item_Exp/index.html
At minimum, replace these placeholders in the consent/welcome content:
<YOUR RESEARCHER / LAB HERE><YOUR IRB STATEMENT HERE>
If needed, also customize scenario/trial instruction wording in:
Experiments/FIT5item_Exp/custom_js/index.js
Runtime data is written under:
Data/FIT5item_Data/
The Data/ directory is ignored by git.