By default, when a user clicks on a course thumbnail on the library page, they are directed to the dashboard page (also referred to as the "Landing Page").
To customize the Landing Page and redirect users to a different page within your course:
The dashboard page will still remain accessible to students through the Dashboard menu item in the topbar. If you want to remove the Dashboard option from the topbar:
If you set a different Landing Page and want to link the dashboard from within the template, or from a source outside the template such as an email , append the URL to your course with ?noRedirect
to your course URL.
For example:
https://my-domain/products/myProduct?noRedirect
https://my-domain/products/myProduct
This ensures students can access the dashboard even if the Landing Page is set to a different course page.