GamesThatWork / BrushUpBuilds

Public repository for issues only - covering multiple very different builds of Brush Up
0 stars 0 forks source link

Implement new “baseline” variables for the “volume” and “visual” series of variables. #93

Open dnemaw opened 3 weeks ago

dnemaw commented 3 weeks ago

We want to see the starting value for volume and visual variables before participants tweak with the 'slider' setting.

Volume and Visual variables: Account versus Session

Session data: the app records the value from an "event" (when the user tweaks with a specific variable (e.g., volume_voice) during the session). Currently, we do not know what value was set previously (i.e., no baseline)

Account data: variables in account data record values when the settings were last modified.

DovJacobson commented 2 weeks ago

It seems like recording this extra data might have value. But

    • think, it probably has no real scientific or design value and will never be used.
    • quite difficult to add this feature without messing up data structure and recording flow.
    • anyway, if you ever need it, the data already exists elsewhere and is easily retrieved