Skip to main content

Ask questions in Discussions

Discussions are questions posted to a whole class — the place to ask something when you'd rather not clog a chat channel. You can ask as yourself or anonymously, and Garçon, the Study Assistant, chimes in with a first answer.

  1. Open the class group from your Chat list and start a question — the Create a new discussion dialog opens.

  2. Fill in the Title and your Question.

  3. Turn on Ask anonymously if you'd rather not show your name.

  4. Optionally set a Related course so classmates know what it's about.

    Screenshot coming soon
    The Create a new discussion dialog with the Title and Question fields, the Ask anonymously toggle, and a Related course selector
    Capture spec (for maintainers)
    {
      "id": "web.groups.ask-questions-in-discussions.create-dialog",
      "platform": "web",
      "route": "/chats/groups/{groupId}",
      "actions": [
        {
          "pom": {
            "page": "GroupPage",
            "call": "openCreateDiscussionDialog"
          }
        },
        {
          "fill": {
            "testId": "discussion-title-input",
            "value": "When is the project due?"
          }
        },
        {
          "fill": {
            "testId": "discussion-question-input",
            "value": "Is the deadline before or after the exam?"
          }
        }
      ],
      "clip": {
        "testId": "create-discussion-dialog",
        "pad": 16
      }
    }
  5. Click Send. Your question appears in Discussions, where anyone can Reply (or Reply anonymously).

Good to know

The Discussions list gathers the most recent questions from across all your groups in one feed, so you won't miss answers even if they're spread across classes.