ianchadd / va

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

Change four minute timer to session-level config var #9

Closed ianchadd closed 1 year ago

ianchadd commented 1 year ago

Note: I want a var for total time (e.g. four minutes) and another for round time (e.g. 10 seconds); then with the new "round" structure, the code should take the 4 minutes, divide by seconds per round to get to total # of turns (split with VA).

maddy0314 commented 1 year ago

Done. Session variables are called turnlength and roundlength.