-
Hi, I am wondering where to reset the names of 'my course' category? I have attached a screensho...
Hi D2L community, I am wondering where to reset the names 'my course' category? I have attached a screenshot, I drew a green circle as I am looking to change those names, but I could not find access to edit. Also, what role & permission is needed for an admin to make these changes? Thank you very much!
-
is there currently an issue with the Quiz Converter in the learning Space?
Presented with log in error when trying to access Quiz Converter tool, am logged into Brightspace Community so obviously nothing wrong with my account.
-
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2...
These same users have email which shows up in User.UserData and User.UserProfile. But for some reason it does not get populated in Enrollment.ClasslistUser. This is what I get: 'Identifier' = {str} '187' 'ProfileIdentifier' = {str} 'lylQOAujgs' 'DisplayName' = {str} 'Lastname, Firstname' 'Username' = {NoneType} None…
-
Our learners are receiving an error message with one of the widgets we have in one of our courses...
The widget is showing correctly for us in Administrator view as well as in Instructor view. But the error is displaying in learner view. All other widgets on the page are working fine on all views except this one widget. Appreciate some light into this issue. Thanks.
-
This question comes from one of our Psychology professors .
So here's what I am trying to do wi...
I have entered the 400 values into the answer. I have tried using spaces between consecutive values as well as commas, but regardless any numeric answer is graded as incorrect. How does one enter numeric answer values so that the system recognizes a numeric response? I don't want to type in the names of the 400 values, not…
-
I am trying to create a topic post when students complete an action. I am getting the dreaded St...
Here is the sample code so far : let postString = '{"ParentPostId": null, "Subject": "This is a test post via API", "Message": { "Content": " Test Content to be posted... ", "Type": "Html" }, "IsAnonymous": false }'; let sendURL = "/d2l/api/le/1.41/"+ orgUnitId +"/discussions/forums/"+ forumId +"/topics/"+ topicId…
-
Is it possible to create a quiz that will give the student full credit for simply submitting it? ...
Ideally each quiz item would still be worth points, so the instructor could see where the problems are and how students would do (and get a report), but students would get full credit for simply attempting it. We have set it so all quiz items are bonus questions, but we would love to get the scheme or selectbox working if…
-
appearance of content
My text content always looks like garbage The font is tiny and not the same font I see when I am creating my content. Any guesses? Also open to tips to make content look better in general.
-
Can the wards tool be set up so that other courses within Brightspace can access proof of an awar...
I want the instructors to be able to look up if the student completed the award without them having to ask the student for proof? How can this be accomplished? Portfolio? I know you can make awards available to other courses but that is the award, I want the instructor to be able to see if a student has completed a course…
-
How do I change my role in Domo?
I'm a Brightspace Super Admin, but in Domo I only have an Author role. How do I change my role in Domo to Admin (or at least Privileged)? I tried submitting a case ticket directly to Domo, but they replied, "I believe this is a better question to be asked of Brightspace Help Desk as they will have more context on your…
-
I have a question of the definition of Content options in Release Conditions.
Under the Content item choices in Release conditions what is "Completed content topic" and "Not completed content topic"? What is the difference "Visited content topic", "Visited all content topics", and "Not visited content topic" and "Completed content topic" and "Not completed content topic"?
-
How is a department added to a course offering?
A course offering is created using the CreateCourseOffering data structure (below) but this has no entry for "Department", which is included in the CourseOffering data structure, when the course offering is pulled from brightspace. How is department added to the offering via the REST API? I see no way in the reference at…
-
Where can I find an award's Revoked Reason and RevokedByID fields?
We have some awards that were revoked, but no one can remember who revoked them, or why. I'm trying to find the information in a dataset, but no luck so far.
-
Is it possible to Enrol learners on a new course, based on the results of a quiz, or what they se...
I know you can release units within same course based on the results of a quiz or options selected in the checklist. But can't find anything that says if you can enrol them on a new course.
-
I am looking for advise. I am trying to create an unfacilitated self-paced course. Just how much ...
I am not saying that I would be totally hands off, but I am under the impression that the course is unfacilitated then I is mostly hands off? Any advise is welcome.
-
Grade value DELETE API gives "405 Method Not Allowed" error
Hi All, We are trying to execute a DELETE request to the API "/d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/(userId)" to delete an existing grade item value for a user. But we are getting the following error: { "type": "http://docs.valence.desire2learn.com/res/apiprop.html#method-not-allowed", "title":…
-
Grade value DELETE API gives "405 Method Not Allowed" error
Hi All, We are trying to execute a DELETE request to the API "/d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/(userId)" to delete an existing grade item value for a user. But we are getting the following error: { "type": "http://docs.valence.desire2learn.com/res/apiprop.html#method-not-allowed", "title":…
-
Can you change the Welcome to ePortfolio message?
Is it possible to change the wording used in the Welcome to ePortfolio message? The message mentions sharing items but our organization isn't utilizing that feature at this time and would like to remove it from the message, if possible.
-
Can you change the Welcome to ePortfolio message?
Is it possible to change the wording used in the Welcome to ePortfolio message? The message mentions sharing items but our organization isn't utilizing that feature at this time and would like to remove it from the message, if possible.
-
Can you customize the authentication/saml error message?
Is it possible to customize the message that displays for the attached authentication/saml error message? I’ve looked in Language Management, but I don’t see anything for this. Is there another place where you can customize this message?
-
Can you customize the authentication/saml error message?
Is it possible to customize the message that displays for the attached authentication/saml error message? I’ve looked in Language Management, but I don’t see anything for this. Is there another place where you can customize this message?
-
Suggestions on how to allow users to test out of a course?
We are preparing to onboard 1000+ users into a course on how to use a tool. We have 2 main groups: * Users who have never used the tool * Users who have years of experience in the tool The final test requires manual grading of a practical exam. We don't want the graders to have to grade 1000+ exams, but we also don't want…
-
Suggestions on how to allow users to test out of a course?
We are preparing to onboard 1000+ users into a course on how to use a tool. We have 2 main groups: * Users who have never used the tool * Users who have years of experience in the tool The final test requires manual grading of a practical exam. We don't want the graders to have to grade 1000+ exams, but we also don't want…
-
Why grade value update API gives 400 JSON Binding Error for a null grade update?
Hi All, We are using the PUT API "/d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/(userId)" to update an existing grade item with a null value. We are passing the following JSON object in the request body. { "Comments": { "Content": "Comments.", "Type": "Text" }, "PrivateComments": {…
-
HOw to calculate a formula grade item.
The instructor has 8 single-question quizzes and one Question Pool quiz. They would like the grade book to calculate the first 5 the student completes as part of the grade. The grade book is weighted - this will fall into a category that carries 5% of the Final grade weight. Thoughts on how to handle this? I am thinking of…
-
Hi, we'd like to provide the Brightspace Guided Training for Instructors to our faculty from our ...
The URL for the training in question is https://community.desire2learn.com/d2l/home/14828
-
HOw to calculate a formula grade item.
The instructor has 8 single-question quizzes and one Question Pool quiz. They would like the grade book to calculate the first 5 the student completes as part of the grade. The grade book is weighted - this will fall into a category that carries 5% of the Final grade weight. Thoughts on how to handle this? I am thinking of…
-
Hi, we'd like to provide the Brightspace Guided Training for Instructors to our faculty from our ...
The URL for the training in question is https://community.desire2learn.com/d2l/home/14828
-
Is there a way in Brightspace to see who graded a quiz.
We are planning to potentially have a...
Its an open Subject Knowledge Assessment (from September to June) so learners are continuously enrolled onto it throughout the year, and submissions will come in throughout the year. So we are thinking just ask them to mark the next one that gets submitted, but want to be able to ensure we can report on which instructor…
-
What are best practices regarding archiving completed Brightspace courses?
Currently my institution's are made unavailable 2 weeks after the last day of the term, but instructors still have access to their courses indefinitely. Instructors have the capability to make courses available to students again at any given time, so in turn we run into issues. Does anyone have any experience or…