ianchadd / va

Code for gender + virtual assistants project
Other
1 stars 0 forks source link

add session config for gender treatment #5

Closed ianchadd closed 1 year ago

ianchadd commented 1 year ago

add session var "treatment_gender" where the options are {Male, Female, Neutral}. We'll use this later for text/avatars for the VA.

maddy0314 commented 1 year ago

To be honest, the way the avatars are written in kind of dictates where this variable should go. I'm holding off on this until I can get text and an avatar to reliably show up on screen.

maddy0314 commented 1 year ago

Also has been done. See session variable 'pt1gender' in settings.py. Can easily be set to a die roll to implement random VA gender, and duplicated for other treatments if VA gender independence between treatments is desired.