Social network for learning or “Twitter for multiple choice questions”
Pre-MVP:
* Create multiple choice questions
* Presentation page for multiple choice questions
* Rich-text editor for multiple choice questions
* MathJax
* Image upload
* Vote question quality (like or dislike, can’t be retracted)* Only logged out (no auth in Pre-MVP)
* Show bar chart plot of percentages of users who got it correct/incorrect
* Tag questions (non-existing tags can be created on the fly)
MVP:
* Fork questions
* Share question on twitter
* User sign up
* Twitter OAuth
* Profile with bio
* Follow other users
* Feed (chronologically ordered)
Vison:
* Post type: coding challenge questions
* Post type: flash cards
`rails g scaffold questions question_text:text answer_a:string answer_b:string answer_c:string answer_d:string like_count:integer dislike_count:integer correct_answer:string correct_answers_received:integer incorrect_answers_received:integer`