TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Social Network for Learning

1 pointsby KorfmannArnoalmost 5 years ago
name idea: “qanda”<p>Social network for learning or “Twitter for multiple choice questions”<p>Pre-MVP:<p>* Create multiple choice questions<p>* Presentation page for multiple choice questions<p>* Rich-text editor for multiple choice questions<p><pre><code> * MathJax * Image upload </code></pre> * Vote question quality (like or dislike, can’t be retracted)<p>* Only logged out (no auth in Pre-MVP)<p>* Show bar chart plot of percentages of users who got it correct&#x2F;incorrect<p>* Tag questions (non-existing tags can be created on the fly)<p>MVP:<p>* Fork questions<p>* Share question on twitter<p>* User sign up<p>* Twitter OAuth<p>* Profile with bio<p>* Follow other users<p>* Feed (chronologically ordered)<p>Vison:<p>* Post type: coding challenge questions<p>* Post type: flash cards

4 comments

KorfmannArnoalmost 5 years ago
<a href="https:&#x2F;&#x2F;qandahq.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qandahq.herokuapp.com&#x2F;</a>
KorfmannArnoalmost 5 years ago
<a href="https:&#x2F;&#x2F;imgur.com&#x2F;HT7ysXX" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;HT7ysXX</a>
KorfmannArnoalmost 5 years ago
I think only one correct answer should be possible, I dislike questions with multiple correct answers.
KorfmannArnoalmost 5 years ago
sOftWarE aRchITEcTurE<p>`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`
评论 #24171280 未加载