Link tasks to your courses
Linking a task to a course keeps everything for that class in one place — the task then appears on the course's dashboard alongside its upcoming events, notes, and discussions. Leave the link off and it stays a personal task.
- 🖥 Web
- 📱 Mobile
-
When you create a task, open the Create a Task dialog and pick an Associated course.
Screenshot coming soonThe Associated course selector open in the Create a Task dialog, listing the student's registered coursesCapture spec (for maintainers)
{ "id": "web.tasks.link-tasks-to-courses.associated-course", "platform": "web", "route": "/", "actions": [ { "click": { "testId": "home-todos-tab" } }, { "click": { "testId": "add-todo-button" } }, { "click": { "testId": "associated-course-select" } } ], "clip": { "testId": "create-todo-dialog", "pad": 16 } } -
To link a task you already have, open it and choose a course in the Associated course field — it saves automatically. Pick the blank option to unlink it again.
-
Every course has its own tasks, too: open one of your courses, find its Next tasks section, and use Create task there to add a task that's already linked to it.
Course links behave the same in the desktop app.
-
Tap Create task, expand Options, and set an Associated course.
Screenshot coming soonThe Associated course field under the Options accordion on the mobile Create a Task screenCapture spec (for maintainers)
{ "id": "mobile.tasks.link-tasks-to-courses.associated-course", "platform": "mobile", "route": "/organization/todos/create", "actions": [ { "tapOn": { "text": "Options" } }, { "tapOn": { "id": "associated-course-select" } } ] } -
Tap Confirm to save the task with its course link.
-
Open a course from the Resources tab to see its Next tasks.