lachlandeer / otree-info-social-norms

0 stars 0 forks source link

Adding Collectivist vs Individualist Info to the live game #9

Closed lachlandeer closed 2 months ago

lachlandeer commented 3 months ago

Following how the instructions appear on dropbox, we need to have the collectivist or individualist information available for subjects in the "Guess the target value" stage of the asset_live_game app.

Once #1 is fixed, this should be doable.

Note that this is only for treatments where that info (C or I) is available.

lachlandeer commented 2 months ago

We want to update the table that displays signals and players in the asset_live_game to look like as follows (borrowed from the instructions)

image

so that individualists are labelled as such with the "one person" icon, and collectivists with the three person icon.

These icons are stored in _static/data as person.png and people.png

Once that is implemented, we want to be able to turn on/off whether this information is available by treatment. For now think of two treatments:

(i) the icons are visible (ii) the icons are not visible

jasonyji commented 2 months ago

Solved. Please take a look at the pull request...