Description
Currently, the Q&A section below each video is a simple chronological feed. For popular courses, this means brilliant answers from the instructor are quickly buried under pages of simple or duplicate questions.
Proposed Solution
Implement a threaded, upvote-based discussion board.
- Allow students to "Upvote" questions they also have, and "Upvote" answers that are particularly helpful.
- Modify the backend sorting algorithm to display questions by "Most Helpful" (highest net upvotes) by default, rather than "Most Recent."
- Add a feature for instructors to "Pin" or "Endorse" a specific answer, floating it to the very top.
Description
Currently, the Q&A section below each video is a simple chronological feed. For popular courses, this means brilliant answers from the instructor are quickly buried under pages of simple or duplicate questions.
Proposed Solution
Implement a threaded, upvote-based discussion board.