StanfordHCI / bang

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

remove survey questions when user is missing from round #395

Closed phoebexy closed 5 years ago

phoebexy commented 5 years ago

Context:

We want to ask survey questions only about team members who were active in the previous round.

Currently:

If there are 4 users total, we ask the survey question 4 times and use the [team_partner_1] - 3 tags (submitted another issue to extend this to include current user). However, if there are only 2 users total, we need to eliminate the survey questions that display the names of people who weren't participating in the previous round.

markwhiting commented 5 years ago

Is there a particular way you propose determining who is missing?

Also @deliveryweb you might have some thoughts on this.

deliveryweb commented 5 years ago

if user has 0 messages in round N, he has inactive status in round N+1?

deliveryweb commented 5 years ago

I can hide survey question with custom var of inactive user

markwhiting commented 5 years ago

Perhaps if user has 0 messages in round N, 0 survey responses in N, and 0 messages in round N+1, then they are considered inactive in N+1.