-
How does D2L calculate discrimination indexes?
How does D2L calculate discrimination indexes for quiz questions? I'm analyzing question responses from D2L and some recorded elsewhere for which I need to calculate discrimination indexes the same way that D2L calculates them. Thank you very much! Faye Georgia State University, borthick@gsu.edu
-
Discover Tool - What do you call it?
Hello, Out of curiosity what do other organisations call the "discover" tool on the nav bars. We are using this for optional modules that our users can self enroll onto, any mandatory courses we enroll them. Calling it "Discover" seems misleading and to me sounds like a search to find either all your courses you have, or…
-
Course Nav Bars
Is there anywhere on brightspace where you can see as an overall for your entire platform exactly which course offerings are using which Nav bars. I can only find the page that says "Shared and used in XX other org units" - But I want a list of Org unit names that is using those central nav bars, and a list of all course…
-
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…
-
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…
-
SCORM suspend_data
I have tried everything I could think of, but every time I start a SCORM package while impersonating a learner, the package`s suspend_data is reset and the learner is brought back at the beginning of the activity. I use SCORM specifically so the progress is saved and the learner cannot reset its progress. Even when I…