-
Group Enrollment Data Issue (Valence API)
I am trying to resolve an issue with group enrollments. I have an internally-developed app that makes a call to get the enrollment for the groups that the calling user (i.e. student) is a member of using this route: /d2l/api/lp/(version)/(orgUnitId)/groupcategories/(groupCategoryId)/groups/ When the enrollment data is…
-
How to obtain an access token for accessing LTI Advantage Services?
I am receiving the following error:{"error":"invalid_client","error_description":"Missing client"} My curl headers are set:--request POST --header "Authorization: Basic B64 Encoded clientID:client secret (this is missing!)"--header "Content-Type: application/x-www-form-urlencoded" My URL is…
-
Have you developed an API application for Brightspace? Then make sure you read this important artic
https://community.brightspace.com/s/article/Brightspace-API-Rate-Logging
-
Can we get clarification about differential data sets?
It's not clear to me from reading the documentation if every differential data set contains changes relative to the preceding differential data set or not. Consider: Monday 4am - Full data set is generatedMonday 8am - Diff data set is generatedTuesday 8am - Diff data set is generatedWednesday 8am - Diff data set is…
-
What to the numbers mean on the assignments page?
For example, I have a class with 8 students. The assignments page will list an assignment as 9/25 completed. What does the 25 represent? Thanks.
-
Copy and paste existing survey into another course
I want to replicate the exact same survey and simply change the title based on the course. Thank you.
-
Precise options for Brightspace dataset generation frequency
I've read this article: https://documentation.brightspace.com/EN/insights/data_hub/admin/bds_intro.htm?tocpath=Administrators|Brightspace Core Analytics|About Brightspace Data Sets|_____0 However I can't quite understand whether a full data set is always generated weekly or not. It seems that we can get differential data…
-
How do I copy content between classes? (Details below...)
I have two academic history classes. I do not want to combine them into one shell. However, how can I copy a single lesson from one class to the other? I don't want to recreate the same lesson in the other class. I've tried using the import/copy feature but it only allows me the option to copy the entire class content. To…
-
Trying to use Rubrics to grade Discussions
this is a demo user but for some reason when I use the rubric it is not filling in the Topic Score, what am I missing? thank you for any suggestion!
-
Does this config variable still operate? d2l.Tools.Content.FontFace
I thought that variable was going away. I haven't set a default font, so, according to the documentation, browser default is it for new pages in content that do not have a style sheet. I just looked at settings in Content in a course, and, apparently, it is possible to set a variety of fonts, browser default or several…
-
Change who 'Intelligent Agent Run Reports' Go to
Hi all, Doing some testing and sent an Intelligent Agent report to myself. If i want this to send to someone else, or a team of people, how might I do this? Thanks! Shawn
-
Enroll student into a section via Valance API
I am trying to Enroll a Student into a Section using Valance API and I am getting "{\"Errors\":[{\"Message\":\"Resource Not Found\"}]}". I am sending the following: Route:"/d2l/api/lp/1.12/orgUnitId/sections/sectionId/enrollments/" (Also tried with version 1.9) Data: {"UserId":1234} I also made sure the user I am trying to…
-
Is there a more efficient way to run a User Login Report?
I need to know all the users who log on to our Brightspace instance in a given week. The only way I seem to be able to do this is to download the User Login report from the Data Hub that contains all historical logins (way too much data to sift through and delete) or open the report for each day and manually combine…
-
Trying to create department but getting error
I am trying to create a department using valence API, I am sending the data to route:/d2l/api/lp/1.12/orgstructure/ and the data I am sending is the following: {"Type":101,"Name":"Test","Code":"TestCode","Parents":[{"number":6606}]}But I keep getting the following: "{\"Errors\":[{\"Message\":\"Parents list cannot be…
-
What are the meanings of the Learning Object Status codes?
I have found several documents with the following text:"Status - All learning objects published to the repository are automatically classified as Unassigned, Approved, Archived, Draft, or In Review." I have found zero documents explaining the effects of those classifications. I can guess about most of them from context,…
-
Update Class Progress items for all courses?
Hi all, Am i able to change the class progress indicators (quiz, survey, login, content) for all courses? I can change this individually in a course but that may become labour intensive. Thank you! Shawn
-
Is it possible to export/copy class list from one course section to another? (only class list)
We have two pilot course sections not searchable via SIS but by course offering. I would like to export/copy class list from one section to another (52 students) without having to do this manually student by student. Is this possible?
-
Names and Roles Provisioning Services availability
I would like to verify my understanding that Names and Roles Provisioning Services is not currently available, but will be available in Q4. I am basing that assumption off the announcement in DevCoP says, "In the coming months (Q4) we will also release support for the remaining two Advantage extensions:Names & Roles…
-
ASC Navbar?
The "How to find my wave" article says to select MyOrgs in the ASC Navbar: Where is this navbar? I'm an ASC but I've never seen it.
-
Pending status of App ID-key pairs requests in Keytool service
We have a testing account on https://partners.brightspace.com and we want to write some tests to get data from your LMS using your API.We have downloaded PHP SDK from https://docs.valence.desire2learn.com/clients/index.html and as first stepwe want to execute its basic example. As far as we understand to get started we…
-
Is "Reporting" unsupported?
I see that Reporting isn't listed in the Updated Tool List for Case Creation.Should I report problems in it, and if so, where?Thanks,-F.
-
Are release conditions reevaluated for a student in Intelligent Agents? In Announcement release con
To send a communication to students who have NOT attempted a quiz, and to stop ending it after the "not" condition is no longer met:Does the IA tool re-evaluate the condition each time it sends? Or if met once, is it always met?It seems that the release condition applied to an Announcement get re-evaluated each time the…
-
Does the Certificate Template use Legal name or Preferred name?
Do the {FirstName}, {LastName}, and {FullName} fields in the award certificate generator get their data from the user's Legal First Name & Legal Last Name or Preferred First Name & Preferred Last Name? Thanks,-F.
-
Postman and CAS authentication - Has anyone been able to access a "backdoor" to do a direct login t
Our Production and Test instances have CAS enabled on them. Any manually created accounts use a backdoor to log into the LE (instance.desire2learn.com/d2l/login?noRedirect=1) I am trying to request an OAuth 2.0 token for my API collection in Postman as outlined in this article but the token login page keeps directing to…
-
Discussion List: Collapse All Forums by default?
The Discussion List defaults to all forums expanded. Can this be changed at the course level?
-
Postman and CAS authentication - Has anyone been able to access a "backdoor" to do a direct...
Postman and CAS authentication - Has anyone been able to access a "backdoor" to do a direct login to D2L with an API user account? Our Production and Test instances have CAS enabled on them. Any manually created accounts use a backdoor to log into the LE (instance.desire2learn.com/d2l/login?noRedirect=1) I am trying to…
-
Course Admin > Learner Management > Sections ??? There is no Sections button.
The instructions for Create or Add Sections says:On the navbar, click Course Admin.In the Learner Management area, click Sections.Step 2 cannot be accomplished.
-
Is it possible to have students manually complete (check) topics in Lessons like they can in the ol
See July release notes for updates around Content Visited vs. Content Completed in Class Progress.
-
LTI 1.1. Strange 'role' parameter.
A few days ago brightspace (we use partners.brigtspace) started to provide POST 'role' parameter with…
-
I miss /cannot access the link to choose a playlist in the Subscription Training on my iPad.
Since this morning I have access to Subscription Training: a very rich environment to learn about Brightspace on my own pace. I want to use my traveling time in train for working through those playlists etc. On my iPad I miss /cannot access the link to choose a playlist. Is this a bug or do I miss something?See the…