IceBreaking Session Implementation
ejzn opened this issue · 1 comments
ejzn commented
Need to implement the icebreaking session for use by the collaborators. The session should take a question from the database and assign it to a user to be answered. The answers won't be recorded specifically, but can show the user feedback on a success or fail of the question answered.
- Pulls a question from the database
- Displays a form for a user to submit an answer the the question,
- Records the result as per #12
- Moves the user to the next question
rmtmckenzie commented
Linked to #27 (that would extend this)