-
Is it possible to add a bell to the school home page for each scheduled synchronous class.
Is it possible to add a bell to the school home page for each scheduled synchronous class.
-
What is wrong with this Brightspace API (Copy Course Components)?
Hello everyone, I am not sure what is wrong with this Postman Brightspace API. I am following the guide here: The import api using a zip export worked perfectly, but the request that copies from a sourceID to a targetID is giving me an error (POST /d2l/api/le/(version)/import/(orgUnitId)/copy/) Appreciate any feedback.
-
The access token is for another tenant
Been learning to use Brightspace API via POSTMAN, created OAuth 2 application. Have followed https://github.com/Brightspace/Postman-Collections instructions. I can receive access token from OAuth 2. When tried to call "/users/whoami" got 401 "The access token is for another tenant". Can someone assist me?
-
Is there any API for Question Library?
Is there any API for Question Library? I checked the documentation but couldn't see it. I also tried to use the existing endpoint but it doesn't return questions if they are part of the question library. GET: /d2l/api/le/(version)/(orgUnitId)/quizzes/(quizId)/questions/
-
What does 'quiz entry, switched tab' denote in the Attempt logs on quizzes?
Students only seem to have quiz entry or this option, not both
-
Intergrate ChatGPT into learning content
We are exploring embedding an API key into a Storyline file while ensuring its confidentiality. We have been working on xAPI file built using the Articulate Storyline eLearning authoring tool. I am having difficulty hiding the API key for ChatGPT, and I was hoping there might be a solution for hiding the API key based on…
-
How do I get the same behavior out of the New System Widgets that are to replace the Expansion Pack
Hello, Specifically, how do I get the System "Visual Table of Contents Widget" to behave as the Custom "Visual TOC" dose and use the course header image by default and the image in a module's description for its tile image? Thanks
-
Unable to authenticate to D2L brightspace from our code base, need your inputs and help
we are currently using oath2.0 to connect to brighspace and all of the sudden we are unable to get access tokens, could you please give us a call ?
-
Student replies to comments on assignments
On Canvas I could comment on students' papers, and students could reply directly to each comment. Is there any plan to add this capability in Brightspace?
-
Why are announcements showing to learners when the release conditions are NOT met?
For some reason this one course we have had issues with announcements showing in error. We have 2 conditions that should BOTH be met before this announcement shows however it's showing to students who have passed. Is there something we are missing? Several of us have looked it over and checked the quiz also and found…
-
How to get the grade from the dropbox in the API
Hello, I'm new using the brightspace api and I'm a bit lost in the data schema. If I have a dropbox folder in a course that I can request with this request /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ (https://docs.valence.desire2learn.com/res/dropbox.html#get--d2l-api-le-(version)-(orgUnitId)-dropbox-folders-) This…
-
Replacing a Scorm
Hello, If a SCORM has been updated by an external provider. Can I replace the SCORM in the course without impacting completed enrolled users outcomes? Thank you
-
Best way to display course size information to faculty?
Our faculty are looking for a way to easily view how "big" their course is in terms of their course files. I could create an Insights dashboard but it would also be useful to be able to create a widget that could be on every course homepage. Does anyone have any ideas/insights/experience that they are willing to share?
-
Complete Button - error
This morning we had a user call us regarding one of her courses. User is enrolled in Course Grades - has not completed the assessment Award- Not achieved Although the user has not been graded and has yet to achieve her award, the course 'Complete' button is showing (see attached image). I checked the event log, no one has…
-
items due returning only 1 value
I am trying to create a widget that pulls a list of all the items that the student has outstanding in a course. I am making a call to the 'content/myItems/due/'. I tested it with only 1 assignment due and it worked. However, when I added more assignments it still just returns the one and not 4 as it should.
-
Learning Group not enrolling a user in courses
I have 2 Learning Groups 1 for free users, 1 for paid users. The paid course list is larger than the free one. When I update the _RoleCategory attribute to 'Member' it seems to correctly enrol the user in those courses. Due to a user not paying their fees, my process involves unenrolling the user from the paid courses,…
-
Student Module Selection
Is there a way to allow students to create a course of study by selecting modules and have them added to a calender? We have a list of 30 modules were student choose 8 in a year, these then map to 2 per term.
-
Submit work for verification
Hello, We are looking for a way to submit marked dropboxed work for verification. We are thinking of a button on the drop box page that submit the assessed work to another dropbox for verification by another teacher. Ideally the work would not be released to the student until it is verified by the second user. Perhaps an…
-
How do you make the description of a check list visible to all users?
Hey all, I've created a check list, but every time I enter in learner view, or impersonate a learner, I can't seem to see the description I wrote for the check list, just the options. I've searched for a solution, but can't seem to see any settings option in our instance of D2L. Attached is a screen shot of what I see. The…
-
Where to find the relationship between a questionnaire question and its response attachment
I am integrating the D2L API with an electronic document management platform, and to classify the document on this platform, I need to find the relationship between a question asked in a questionnaire and an attachment sent by the student as an answer to that question, where can I find it? this information? I was able to…