Question 6

The “Stable-pairing” design pattern suggests that when learners need to be paired for multiple peer tutoring sessions, for larger learning gains learners overall, they should be paired such that over long periods of time (e.g. a month), they have the same partner. The “Max-welfare” design pattern suggests that when learners need to be paired for peer-tutoring over multiple sessions, for maximizing the learning gain in each session they should be paired with the partner they are most likely to learn from in that session. If you’re designing a peer tutoring iPhone app where learners can participate in tutoring over any duration, how would you decide which pattern to use?

Choose the option that best answers the question from the list below. Then click "Check answer" on the right.

Since the app allows learners to participate in tutoring over any duration, Max-welfare would be more flexible.

Stable pairing can detract from diversity in learning. As such, it is better to opt for the max welfare pattern.

Conduct a controlled test (or A/B test) to see which pattern yields the best result in our app.

Good job! You picked the best answer. Keep going to the next question or retry this one for extra credits.

Not quite right. Here is one of the correct answers. Retry after reading it.

Since we are in online media, I would pick max-welfare. The reason is that if learners are not required to come to the same classroom by the same time, then it is very hard to ensure that learners in single pair are able to synchronise. Given that online media often assumes self-paced learning it might also be an issue (i.e. I decide to take vacation and my partner should wait till I return). In contrast, max-welfare makes decision for each session and can pick partner from those who are currently online which is very convenient.