Browse and upvote shared notes
Everything shared with your groups collects in one place, the shared resources list. Filter it down to what you need, open a resource to read or download it, and mark the ones that helped so the best ones rise to the top.
- 🖥 Web
- 📱 Mobile
-
Open Resources from the navigation, then click Shared resources in the left panel.
-
Narrow the list to what matters right now:
- Switch scope between All, Shared by me, and Private.
- Sort — Recent or Most useful.
- Filter by Type, by course, by group, or by date.
Screenshot coming soonThe shared resources dashboard — the filter panel (scope, type, course, group, date) on the left and the sorted list of resources on the rightCapture spec (for maintainers)
{ "id": "web.notes-and-resources.browse-and-upvote-shared-notes.dashboard", "platform": "web", "route": "/resources/shared/notes", "actions": [ { "waitFor": { "testId": "shared-notes-dashboard" } } ], "clip": { "testId": "shared-notes-dashboard", "pad": 0 } } -
Click a resource to open it. A PDF, image, or voice note previews inline with a Download button; a link opens in a new tab; a text note shows its body.
-
If it helped, click the thumb to Mark useful. The count next to it shows how many students found it useful — click again to Unmark.
Screenshot coming soonAn open shared resource showing its preview, the Mark useful thumb with the useful count, and the view countCapture spec (for maintainers)
{ "id": "web.notes-and-resources.browse-and-upvote-shared-notes.note-detail", "platform": "web", "route": "/resources/shared/notes", "actions": [ { "click": { "testIdPrefix": "shared-note-row-" } }, { "waitFor": { "testId": "shared-note-detail" } } ], "clip": { "testId": "shared-note-detail", "pad": 0 } }
-
Open the Resources tab and tap Shared Resources.
-
Use the filter row to narrow the list by course, date, group, or to show only the ones you shared.
Screenshot coming soonThe mobile Shared Resources list with the filter row (course, date, group, shared by me) above the resource rowsCapture spec (for maintainers)
{ "id": "mobile.notes-and-resources.browse-and-upvote-shared-notes.list", "platform": "mobile", "route": "/resources/shared/notes", "actions": [ { "waitFor": { "text": "Shared Resources" } } ] } -
Tap a resource to open it. Files download automatically and preview inline — use Download to save a copy or Share to send it on.
Sorting by Most useful on the web app surfaces the resources your classmates found most helpful first — a good way to find the best summary for a course before an exam.