Latitude LMS portals using the responsive, rather than the legacy, user interface can now
update HTML content and Message Center notifications with links to courses or accreditations
that open the appropriate slide-in page when the user clicks the link. The updates must be
made by users with full Portal Administrator rights.
[Insert screenshot of a slide-in example on a non-slide in page]
The steps below describe how to update the HTML content files you use on What’s New and My Learning HTML with links to a course or an accreditation that opens a Course or Accreditation slide-in on that page.
For a Course, on the Course Details page, copy and/or make note of the CourseID number from the URL as shown below. It will be unique to the course displayed.Example: …/course_details.aspx?CourseId=1171744…
For an Accreditation, on the Accreditation Details page, copy and/or make note of the Certification ID number from the URL as shown below. It will be unique to the accreditation displayed.Example: …/cert_rule_set_detail.aspx?CertificationID=2058…
Next you will update the HTML Content file.
<a href=”/course/coursestatus/?courseid=1171744“>Course Name</a>
OR
<a href=”/accred/accredstatus/?certid=2058“>Accreditation Name</a>
Plug in the appropriate CourseID or CertificationID you copied from the URL in Step 3 above.
For Course Name or Accreditation Name, enter the title of the course or accreditation as you wish it to appear on the page to the users.
Now when the relevant users access the page, a Course link will display the Course slide-in page. An Accreditation link will display the appropriate Accreditation slide-in page.
The steps below describe how to add a Course link to Course-related messages sent to a user on the LMS Messages page. Examples of target messages would be Course Enrollment – Student Enrolled – Self-Paced, Course Enrollment – Student Enrolled – Instructor-Led, Course Enrollment – Past Due Date and others using the [CourseName] variable in the message body. The message recipient can then click on the Course link in the message to open the course slide-in page.
The top level is the Company level. Subordinate organizations always inherit the message configuration from the next organization up in the hierarchy that is customized. With no subordinate customization, Company customizations will affect all organizations.
<a href=”/course/coursestatus/?courseid=[CourseID]”>[CourseName]</a>
In the example above, it is added to appear after the label “Course Name:” Do not enter an actual Course Name in the brackets of the code. This process differs from adding a link to an HTML content file. In those cases, each link is specific to an individual course and the CourseID number must be included. For messages, the bracketed variables must pull in the course code or course name dynamically.Other options for displaying a link to the Course slide-in:
Messages generate based on actions taken for a course (enrollment, cancellation) so the course information on the message needs to be able to change dynamically. Variables like [CourseNumber] and [CourseName] are auto-filled upon delivery based on that specific event.
Upon receipt, the message used in the examples above would appear to the user as: