Examples¶
Practical examples demonstrating PsychScanner capabilities. These pages are
narrative, code-snippet walkthroughs — for runnable code, see the
Tutorials section, which renders the actual notebooks
from examples/.
Basic Examples¶
- Simple Survey — running a basic questionnaire
Advanced Examples¶
- Multi-Persona Study — testing multiple personas
- Reality Monitoring Task — complex cognitive task
- Feedback Loop System — trial-by-trial feedback
Running the tutorial notebooks¶
# Clone the repository
git clone https://github.com/saurabhr/psychscanner.git
cd psychscanner
pip install -e ".[dev]"
# Launch the notebooks
jupyter lab examples/
The examples/advanced/ directory also contains larger, multi-experiment
study scripts (organized by set1_surveys/, set2_episodic/, etc.) — see
examples/advanced/README.md
for their current status.
Contributing Examples¶
Have an interesting use case? Open an issue on GitHub!