TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Social Network for Learning

1 点作者 KorfmannArno将近 5 年前
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 条评论

KorfmannArno将近 5 年前
<a href="https:&#x2F;&#x2F;qandahq.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qandahq.herokuapp.com&#x2F;</a>
KorfmannArno将近 5 年前
<a href="https:&#x2F;&#x2F;imgur.com&#x2F;HT7ysXX" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;HT7ysXX</a>
KorfmannArno将近 5 年前
I think only one correct answer should be possible, I dislike questions with multiple correct answers.
KorfmannArno将近 5 年前
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 未加载