All documentation

Lesson Q&A Community

The discussion thread that sits beside every lesson. The same question asked once helps everyone.

Students · Tutors5 min read
Why a public Q&A
Doubts in DMs benefit one person. Doubts in lesson Q&A get answered once and benefit every future student watching the same lesson.

Overview

Each lesson has its own Q&A thread. Anyone enrolled in the lesson's parent course can post a question; anyone enrolled — including the course tutor — can answer.

Q&A is modelled as two entities: LessonQuestion and LessonAnswer. Questions can have multiple answers; one answer per question can be marked accepted by the question owner or the tutor.

Asking a question

  1. Open any lesson you have access to.
  2. Scroll to the Q&A tab below the video.
  3. Click Ask a question.
  4. Title your question clearly, then add a body explaining what you're stuck on. LaTeX is supported ($x^2$).
  5. Optionally attach a timestamp from the lesson — answers will link back to that point in the video.
  6. Click Post.
Search first
Before posting, scan the existing thread for similar questions. Duplicates fragment good answers across multiple threads.

Answering a question

  1. Click any question in the thread to expand it.
  2. Type your answer in the reply box. LaTeX and inline images are supported.
  3. Click Post answer.

Tutor answers get a "Tutor" badge automatically. Student answers can still be just as helpful — the upvote and accept mechanics surface the best regardless of who wrote it.

Accepting the best answer

The original poster (or the course tutor) can mark one answer as accepted. Accepted answers:

  • Show a green checkmark.
  • Pin to the top of the answers list.
  • Award the answerer some XP (see Streak & XP).

You can change the accepted answer at any time if a better one comes in later.

Upvotes

Any enrolled student can upvote questions and answers via POST /api/lesson-qa/[type]/[id]/upvote. Each user gets one vote per item (toggling un-votes). Upvote counts determine the sort order on the thread by default.

Upvoting a question signals "I have the same question"; upvoting an answer signals "this answer helped me too".

Moderation

  • Tutors can edit or delete any post in their own lessons.
  • Authors can edit their own post for 15 minutes after posting (typo fixes), or delete it.
  • Flagged posts are reviewed by the platform admin queue. Repeated spam triggers an automatic mute for the offending account.

Header Logo