tylermercer / conversation-prompt-generator

A web app that provides the user with conversation prompts that are designed to promote meaningful conversation.
https://cpg.tylermercer.net
1 stars 1 forks source link

Limit number of prompts presented to keep total experience to a reasonable length #5

Open tylermercer opened 4 years ago

tylermercer commented 4 years ago

It's occurred to me that the user might not want to go through all the prompts to experience the progressive mutual disclosure that the prompt order intends to produce.

I've thought about having it randomly select N prompts and presenting them in order of increasing vulnerability, so that the experience of low to high vulnerability takes the same amount of time even as more prompts are added to the list. But I'm not sure there's really a need for that.

If you have thoughts on this, please leave a comment!