HACKER Q&A
📣 KorfmannArno

Social Network for Learning


name idea: “qanda”

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


  👤 KorfmannArno Accepted Answer ✓

👤 KorfmannArno

👤 KorfmannArno
I think only one correct answer should be possible, I dislike questions with multiple correct answers.

👤 KorfmannArno
sOftWarE aRchITEcTurE

`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`