Register for a course
Courses are how Latte organizes everything around a class — its schedule, tasks, shared notes, and discussions all hang off the course you register for. Latte calls courses and student clubs alike activities, and registering for one is the same either way: it adds the course to your dashboard and connects you with the other students taking it.
Setting up your whole timetable at once? Use Set up your school schedule instead — it registers every course in one pass. This article covers adding a single course.
- 🖥 Web
- 📱 Mobile
-
Open Home. Your registered courses appear as tiles.
-
Click the add tile (the + at the end of the grid). The Course registration dialog opens ("Register to a new course by typing its name. If it does not yet exist, you will be prompted to add it!").
-
Start typing the course name in the Register to a course field. Latte suggests matching courses that other students have already created.
Screenshot coming soonThe Course registration dialog with a course name typed into the 'Register to a course' field and matching suggestions listed belowCapture spec (for maintainers)
{ "id": "web.courses-and-activities.register-for-courses.registration-dialog", "platform": "web", "route": "/", "actions": [ { "pom": { "page": "HomePage", "call": "openCourseRegistrationDialog" } }, { "fill": { "testId": "activity-choice-input", "value": "CS-250 Algorithms" } } ], "clip": { "testId": "activity-registration-dialog", "pad": 16 } } -
Click a suggestion to enroll in that existing course, or click Create the course "…" to create a brand-new one and enroll yourself. Courses are shared across Latte, so classmates who register for the same course all join the same one.
-
The course appears on your dashboard right away.
The desktop app registers courses exactly the same way — the courses grid is on the same Home screen.
-
Open the Resources tab.
-
Tap the + button, then tap Register to a new course.
-
On the Course registration screen, type the course name in the Course name field. Matching courses appear as you type.
Screenshot coming soonThe mobile Course registration screen with a course name typed into the Course name field and suggestions shownCapture spec (for maintainers)
{ "id": "mobile.courses-and-activities.register-for-courses.register-screen", "platform": "mobile", "route": "/resources/activities/register", "actions": [ { "tapOn": { "id": "resources-fab" } }, { "tapOn": { "text": "Register to a new course" } }, { "inputText": { "id": "activity-choice-input", "text": "CS-250 Algorithms" } } ] } -
Tap a suggestion to enroll in an existing course, or tap Create the … course... to create a new one.
-
Tap Confirm. Your new course opens.
An activity can be a Course or an Association (a student club). Registering works the same for both — just type the name and pick it or create it.