Go to file
Brian Albert Monroe f985242044
Remove unnecessary print statement
2023-10-12 19:41:18 +02:00
_builtin First commit 2020-09-08 09:16:15 +02:00
configs feat: Add option to limit number of choices 2022-03-09 15:39:39 +02:00
static/risk_task Move to using yaml from pandas 2023-09-18 13:38:44 +02:00
templates/risk_task fix/feat: Move video_url to gen_config, use task name in pages 2021-06-23 17:23:13 +02:00
.gitignore charts: Use older version of chart.js for labels 2021-06-21 20:56:54 +02:00
README.md Update README 2021-06-07 15:06:37 +02:00
__init__.py First commit 2020-09-08 09:16:15 +02:00
helpers.py feat: Add option to limit number of choices 2022-03-09 15:39:39 +02:00
models.py Remove pandas, fix DON, num_events 2023-09-19 11:23:24 +02:00
pages.py Remove unnecessary print statement 2023-10-12 19:41:18 +02:00
tests.py First commit 2020-09-08 09:16:15 +02:00

README.md

Risk Task

An oTree task to elicit risk preferences using binary choice over lottery pairs.

Documentation

This task follows the plugin-format I'm developing to quickly get experiments up and running without recoding lots of plumbing from scratch. See the intro_task for a description of the main configuration file.

Necessary intro config fields

In the following <aname> is the name given to the app.

  • <aname>
    • The name of the lottery instrument
  • <aname>_overview
    • The name of the overview html page
  • <aname>_gen_config
    • The name of the general config
  • <aname>_video_url
    • The name of the general config

Some Features

As-is, every row of the lottery task will be shown to the subjects. This will be a config option in the future.

The "lgid" variable in the lottery task config groups rows together. Positive values of lgid randomize the order of rows presented to the subject, negative values do not. Groups are shown in order of the absolute value of "lgid".