-
Assigning learning in Learning Groups
I have a learning group that has started going through 4 courses assigned to that group. I have now been asked to add a learning path of 24 courses to that Learning Group. The learning path includes the 4 courses that were originally assigned. If I assign the learning path to that learning group, will the progress of those…
-
Safelisting / Whitelisting
Hello, I am wondering if there is a way of tightening the safe listing / whitelisting so that our clients can only login to our subdomain while accessing whatever other subdomains the components and apis need to reach out to function. My employer does not our clients having access to logon to other organization's…
-
Registering account and OAuth 2.0
Hello, I am a new developer currently studying Computer Science at Michigan State University. I would like to register my test developer application and gain admindtrstaive privleges to access the Estensilbity tool. My goal is to make API calls to D2L from my web application project.
-
Can you share rubrics between departments in Brightspace?
What is the easiest way to share department rubrics within Brightspace? Since rubrics are easily edited, I do have a concern about keeping them in tact when sharing. Thanks!
-
Can I associate a selectbox grade item to a discussion topic?
When attempting to do so the grade item does not appear in the list of selectable existing grade items. When creating new from the topic it defaults to a numeric grade item.
-
Embedding/uploading a SCORM or Web file as a section on a HTML content page using Creator+
I have developed an interactive diagram in Storyline 360 and wish to use in the course that developed by Creator+, how can I embed this in? shall I export it as a SCORM file? But I can't see the option for me to add a SCORM file as a section in a module. or shall I export it as Web item? and how can I add it as a section…
-
Controlling access throughout course page
Is there a way to control access to certain areas of a course page? Am I able to control which students can see a module area under content. We have courses where two sections require different information but fall within the same course page. I can control access through Special Access to assignments; but I'm wondering if…
-
Finding course package
In this tutorial, https://docs.valence.desire2learn.com/samples/contentPkg.html, two items are needed for accessing the course data. 1. course-package: Absolute path location of the course package to import 2. course-offering-id: D2L system identifier for the course offering to receive the import I found out how to get the…
-
Is there any open source documentation available about Course Merchant? Focusing on systems security
Hello, I am working on documents for my Teams Enterprise Learning Management System and focusing my efforts on Course Merchant. I came to the realization that there isn't a lot of documentation available for this platform. Is there anything the communication could share about the systems' security architecture and the data…
-
Getting Org_Defined_Id within Storyline SCORM
I have a Storyline object running inside Brightspace. I need to get the learner's Org Defined ID or course location to customize some of the Storyline object to the learner. If I understand correctly, the SCORM API does not provide this data. Is there any other way to get it from within Storyline? Can I call the Valence…
-
Is there a feature to create a chat/discussion based on a specific text source?
Hey Is there a feature to create a chat/discussion based on a specific text source? For example: I am studying a certain book and I want to hold discussions about the book with friends. I would like the chat to appear alongside certain highlighted text in the book (Like the chat/review feature in a Google Docs document,…
-
Hiding Content from a Group & PPT
Hi, I’m in the process of designing a course I have the following questions: In my course, I’d like to limit the visibility of certain modules to specific groups of learners. Is it possible to have a variety of modules in a course, but restrict access of some of the modules/lessons to only a selected group of learners?…
-
Is there a role permission that allows a learner role to ignore start & end date?
Hi all! We are trying to set up a test learner account to test submissions and data integrations. However, most of our assignments and quizzes have start and end dates. It is cumbersome to add special access for the test accounts for each course and activity. I'm looking in the roles and permissions and see that there is a…
-
PIE - Assessments - Tests - Option to include student photo
Would it be possible to include the student's photo at the top of their test? I don't always know my students by name and seeing their photo as I mark their test will help me remember who is struggling, doing well, etc. It would be a nice function to be able to turn on and off as desired.
-
Unable to send section creation request via API
I am trying to create a section via the API but I'm running into issues. I think the server is interpreting my POST request as a GET request and failing to perform the operation I am requesting. Would somebody please provide a full example of a successful section creation request that I can reference? API route in…
-
Access my upcoming assignments due dates.
Hey, I am looking to use the API to access my assignment, quizzes, etc due dates. I have tried the following endpoint but it is returning 404 error. /d2l/api/le/1.9/content/myItems&orgUnitIdsCSV=1234 Also, just to make sure I am passing the correct parameters, the orgUnitIds is the organization identifier that can be…
-
Approved Contact Support
Hi, I am trying to log into the Approved Contact Support page. However, I keep getting a Single Sign On error. Image attached (Error.jpg). Any suggestions on how I can successfully log in? Thanks.
-
Brightspace instance for developers to test
Is there an instance where developers can create accounts with various roles, when they are developing their application and testing LTI?
-
D2L API - OAuth2.0 isn't working as expected.
Hey there, I am trying to use D2L API for fetching courses and assignment details in our application. I did registered the application and got my client_id and client_secret. This is good. But when I follow the document of D2L Oauth2.0 testing using postman it doesn't quiet allow me to authenticate the application . Here…
-
API add topic
This is driving me mad I can add a URL topic, no problem. However, adding a FILE topic is proving to be impossible, I always get a 400 error. I tried postman, python, and curl. Trying to stay as close to example in the documentation as possible. I know the URL is not correct for my instance. curl --http1.1 --request POST \…