Skip to content

Feature: Implement a Reddit-style upvoting system for the Course Q&A section #3930

Description

@pradeep0153

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions