Ask HN: Social Network for Learning

1 points by KorfmannArno ↗ HN
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

5 comments

[ 3.6 ms ] story [ 19.7 ms ] thread
I think only one correct answer should be possible, I dislike questions with multiple correct answers.
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`