-
SCORM packages behave differently when loaded via the API compared to being loaded via the UI.
We have developed a SCORM quiz by testing it and uploading it via the "Add Existing" button in the course content area. Now we are loading these SCORM quizzes en masse via the API. The ones loaded via the API seem to communicate with the SCORM engine synchronously and as a result display some lag in the user experience.…
-
Missing Resources
I was watching the webinar "Custom Widgets and Tools using API Calls" () and it referred to resources that would be made available. I am unable to find them. Does anyone know where they might be?
-
api call to add multiple questions to quiz?
Hi! I was wondering if there was also an api function with which i can add one or multiple questions to a quiz? I found the functions for adding quizzes and retrieving quiz questions but adding them i cant find, is there a way? Thanks, Roel
-
Can you use the Brightspace API to add a Survey to a Topic Item?
You can use this call to update topic items. The json parameters you send in the post has a url parameter that is supposed to point to the Survey. However, when retrieving the survey, the SurveyReadData does not contain a url parameter. Is it possible to create a topic item that has a link to a survey? Thanks.
-
Where can I upload my custom css to the it applies globally ? to avoid adding in each page.
I can paste my css through HTML editor and it works fine but having to add in 100s of pages is not very productive. Is there a way to upload or paste my CSS to make them work globally ?
-
Upload File Access to the Media Library via API
Is there API access to upload files to a users Media Library? I can't find reference to it specifically but perhaps it's something that's been documented elsewhere. Thanks for any assistance you can provide:
-
Data Hub's APIs- Retrieve a Data Set Extract File
Hi all, Im trying to retrieve a data set extract file fro Data Hub API. Im stuck at this part. I tried on it didnt work. The error is Unknown error occurred (HTTP status 500). Can someone help. Thank you.
-
How to get subsequent evaluation for an already evaluated student?
I use Brightspace as a facilitator / teacher. I'm making a browser extension for myself that automatically find any student assignment submissions that isn't evaluated. For my first version I used the following endpoint: GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ The data it returns contains 2 relevant fields:…
-
DataSetId and Filter spec/definition resource
Hi All, I have just started working with Brightspace and I am running into a bit of an issue. I want to call the following endpoint /d2l/api/lp/(version)/dataExport/create the object it expects requires a DataSetId and Filters (I assume specific to each data set) Where is a list of these DataSetIds and filters. I have been…
-
Can I integrate an additional feature inside D2L to import student grades from an outside source?
I want to create/integrate a feature, e.g., a new Activity, that would allow me to import students' grades from an outside source like GitHub or GitHub Classroom. Is there any API I can use for that?
-
API doesn't bring in User and Org Units deletion data
Hello I have recently made some additions, updates, and deletions on users and Org Units pages from the D2L admin page. I was expecting these changes to flow through the below Brightspace differential datasets - Users Differential - Organizational Units Differential The additions and updates did flow in as expected from…
-
Retrieve list of links in a topic and update it using API
Is it possible to retrieve all the links existed in the topics/units and update it using API?
-
Issues with 3rd party content (H5P assets)
Since the beginning of the year, we've had widespread complaints from users that interacting with H5P assets causes them to jump to the top of the course page on which they are working. This occurs inconsistently across H5P assets and users report extreme frustration. We've been advised that this defect is the result of a…
-
get data from API
I am trying to pull data like given in the Datahub → Data Sets → 1. Organisational Units, 2. User Enrolments, 3. Course Access
-
File upload using new Course Files APIs
Hi, I saw the release of the new Course Files APIs that allow users to upload files to a course offering and am excited to try them out! In particular, I am attempting to upload a file to a course, first with the /upload API followed by the /save API. I have successfully received the expected 308 response from /upload, but…
-
SSO Integration D2L
Hello, I need to integrate with the D2L platform into our system called CERBRUM, but I am encountering some difficulties. Whenever I fill in the necessary parameters for the API request, even though they are theoretically correct, I receive the code 403 (Forbidden), as a response to the request. I believe that one of the…
-
Use for a provincial charity
Does anyone have experience using Bright Space with a charity such as BC Search and Rescue? I am looking for details on the cost of this kind of use. Also, any information on whether Bright Space will hook up with WordPress would be appreciated.
-
Is it possible to set the display options for a Grade Category using the API
We want to create Grade Categories and Grade items using the API and I was wondering if it is possible to set the Display options (see picture) using the API. Creating Grade Categories and Grade Items work perfect but I can't find how I can set the display options so I can hide the calculated total score for the Grade…
-
Using API to Create, Edit and Delete for Intelligent Agent tool
Hi, Anyone has any experience on using API to do the CRUD actions for Intelligent Agent tool?