StanfordHCI / bang

💥 Helping people meet for the first time, more than once 💥
MIT License
2 stars 1 forks source link

for single-team batches, randomize the order of the last masked round and the overall last round (reconvening round) #421

Closed michellexing closed 5 years ago

michellexing commented 5 years ago

Currently: The round structure is

  1. masked
  2. masked
  3. masked
  4. masked
  5. reconvene "best round"

Now: We want to be able to randomize round 4 and 5 shown above so that there becomes two possible round structures A.

  1. masked
  2. masked
  3. masked
  4. masked
  5. reconvene "best round"

B.

  1. masked
  2. masked
  3. masked
  4. reconvene "best round"
  5. masked

In VERSION B, basically the single team gets a whole new set of pseudonames just as they would in rounds 1-4 in VERSION A. However in VERSION B, now the "best round" of rounds [1, 2, 3] is reconvened unmasked in round 4.

deliveryweb commented 5 years ago

is it OK if all single-team batches follow this new structure or you need a toggle to choose whether to randomize the number of experimental round or not?

markwhiting commented 5 years ago

I think a toggle would be better. Thanks!

i-gao commented 5 years ago

After this is live on dev, there's a follow-up issue that should be the next top priority: #427

markwhiting commented 5 years ago

This I done, right?

deliveryweb commented 5 years ago

done, in prod