jtwedt / Climate-Conversations

an app to facilitate conversations about climate events
4 stars 2 forks source link

User input alongside questions #20

Open kdoroschak opened 7 years ago

kdoroschak commented 7 years ago

This is referring to the idea of asking the group for input along with each Q, and presenting it at the end in the form of an image.

Currently brainstorming of ways this could be done that is somewhat agnostic to the contents, and easy to swap out what happens on the backend.

Perhaps we could write a function for this in the Conversation class that takes as input the stored information from throughout the questions, transforms it (black box), and outputs an image. Error catching would have to be naively handled by checking for expected input and returning nothing if the input was bad.

This could open up the potential of a student from earth games, etc taking it on as a project.