...
The Course List appears on the learner dashboard; in Redwood, it consists of horizontal course cards that represent the courses the learner is enrolled in. The CourseListSlot appears for a given learner only when they are enrolled in at least one course.
In Sumac, instances can now change the appearance of course cards utilizing the Course List Sumac provides the option to entirely replace the list of course cards. This involves writing code that provides for another way of displaying the entire list of course cards, and using that code within this slot. For example, one could convert create a CustomCourseList
component that converts the horizontal course cards into vertical cards:
...
This slot, which appears on the learner dashboard for learners enrolled in one or more courses, allows instances to play around with the visual representation of course cards. One could imagine course cards of any shape, with displayed in any types type of information on themorder.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
What would be the most common use case or cases of using this slot? Why did we make it? |
Enabling this slot is done via backend administration. Site operators should consult the Learner Dashboard plugin slot documentation for examples of how to use this slot.
...
Instances might use this slot to give a custom call to action for learners who haven’t enrolled in a course yet. For example, instance-specific graphics/iconography and text (for example, a message from a site founder or prominent course staff member, or learner testimonial) may provide a personal touch for learners who first , after making their account, land on the Learner Dashboard unenrolled in any course.
...