rmtmckenzie/cscw-icebreaker

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.

  1. Pulls a question from the database
  2. Displays a form for a user to submit an answer the the question,
  3. Records the result as per #12
  4. Moves the user to the next question

Linked to #27 (that would extend this)