-
Progress tracker
Hi everyone, We’re using the Creator+ package, and we’ve built our content using HTML and Brightspace — not SCORM. I was wondering if there’s a way for learners to automatically start from the exact page they left off when they click on a module. Right now, they can see the progress bar and track their progress in more…
-
Why is the Accessibility checker not ignoring an element?
Hello, I have a professor who created a packaged OER textbook and shares it via the HTML pages on Brightspace. The issue is that when he is using the Accessibility Checker, it flags the figure caption for not having enough contrast since it's light gray. Here's the code he's using: <figure><img…
-
Retrieve Rubric associated with Quiz Question
Hello Community, In custom applications I make use of this public API: GET /d2l/api/le/(version)/(orgUnitId)/rubrics Retrieve rubrics for an object in an org unit. Parameters: version (D2LVERSION) – API version. orgUnitId (D2LID) – Org unit ID. Query Parameters: objectType (EVAL_T) – Type name for object associated with…
-
Start dates and calendar events
We have an educator who is setting start dates for making lecture content available to cut down on manual work (making things visible later on). However, this is now creating calendar events that are likely to confuse students. They may think the lecture is on that date, when it is just content being released. We would…
-
Tips and Tricks
Hi - I am looking for any tips or tricks that might help me with classroom management, announcements, etc. I recently found out that if i include {FIRSTNAME} in my announcements, the student will see themselves personally addressed in the announcement. So cool. And how do I tag the entire class vs just one student? Thanks!
-
Embed SCORM in an HTML page
Hi all I may be missing something obvious - is there a way to embed a SCORM package within a page with the new SCORM upload method? I want to add some context rather than have it as a standalone item. With the old method of uploading SCORM there were workarounds to use an iframe tag to embed the index.html file, but the…