-
Are OpenSesame Certificate sync with Brightspace award systems?
OpenSesame awarded a certificate to Learner A but in Brightspace data hub is not showing/saving that information on the award. Is there a way to sync Brightspace awards and OpenSesame certificate?
-
Is there a way to hide a specific rubric from students?
We have to have the rubric tool and other rubrics available, but a specific one we would like to hide
-
Tips for setting up the course homepage
I want a large content browser, the calendar, and the announcements available without the students having to scroll. As you can see in my screenshot, the calendar becomes complete obscured, and the content browser does not utilize the space it could. Any way to fix this to make it look nice?
-
Are OpenSesame Certificate sync with Brightspace award systems?
OpenSesame awarded a certificate to Learner A but in Brightspace data hub is not showing/saving that information on the award. Is there a way to sync Brightspace awards and OpenSesame certificate?
-
Is it possible to make a kind of interactive quiz, where the students get the right answer and fe...
Perhaps it is possible using another tool than the standard Brightspace quiz tool? I am quite new to Brightspace. I wish to make a quiz where the students does not need to submit the quiz before they get the answers. They answer question one, click save, are given the result and feedback, then click next question, or just…
-
Using Valency API in content page
I am trying to add a module of html page in Table of Content. I want to add a button in the page which uses valency API. I am not sure how to accomplish this because I am struggling getting OAUTH token. I setup OAUTH application in setting. When I click the button in the page I made, it you redirect to oauth page and then…
-
Is there a way to hide a specific rubric from students?
We have to have the rubric tool and other rubrics available, but a specific one we would like to hide
-
Tips for setting up the course homepage
I want a large content browser, the calendar, and the announcements available without the students having to scroll. As you can see in my screenshot, the calendar becomes complete obscured, and the content browser does not utilize the space it could. Any way to fix this to make it look nice?
-
Are OpenSesame Certificate sync with Brightspace award systems?
OpenSesame awarded a certificate to Learner A but in Brightspace data hub is not showing/saving that information on the award. Is there a way to sync Brightspace awards and OpenSesame certificate?
-
File Upload in a folder in Assignment
I am using below API for file upload. /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/submissions/mysubmissions And for the authentication, I use ID/Key-based authentication system with my super user account. The issue is that, whenever I upload a file, the file is always under the name of super user account.…
-
Is it possible to make a kind of interactive quiz, where the students get the right answer and fe...
Perhaps it is possible using another tool than the standard Brightspace quiz tool? I am quite new to Brightspace. I wish to make a quiz where the students does not need to submit the quiz before they get the answers. They answer question one, click save, are given the result and feedback, then click next question, or just…
-
Using Valency API in content page
I am trying to add a module of html page in Table of Content. I want to add a button in the page which uses valency API. I am not sure how to accomplish this because I am struggling getting OAUTH token. I setup OAUTH application in setting. When I click the button in the page I made, it you redirect to oauth page and then…
-
Is there a way to hide a specific rubric from students?
We have to have the rubric tool and other rubrics available, but a specific one we would like to hide
-
Tips for setting up the course homepage
I want a large content browser, the calendar, and the announcements available without the students having to scroll. As you can see in my screenshot, the calendar becomes complete obscured, and the content browser does not utilize the space it could. Any way to fix this to make it look nice?
-
Where can I find the resource for new icons in D2L Daylight?
I would like to create a document about new icons in Daylight and present it at the Daylight Demo session. Is there a list of new icons that I could use?
-
We frequently have more than 25 Criteria in our clinical rubrics. Does anyone know if Brightspace
Presently, I have to break them into 2 parts in order to facilitate the online grading/evaluation process. Does anyone else see the limitation of criteria as a barrier? Or have any other workaround suggestions. Thank you ! joanne
-
If a student is using a VPN or an encrypted browser such as Tor, will their progress in the course,
I had an instructor ask me this question in a training session recently and I figured it would be good to ask here. Since using VPNs specifically is on the rise I figure that this will only become a more and more pertenent issue for those that actively use that tool.
-
The " launch_presentation_return_url " is not coming through LTI launch
Hi, we are working with a LMS integrate with their D2L instance via LTI. We need the field" launch_presentation_return_url ", but it's not coming over in the LTI launch. Is there another way to have that field sent in the LTI launch? Thanks for your help!
-
Is there an API call for the new preferred name feature?
Hoping to pass the preferred name from our SIS over to Brightspace.
-
Hi,
I'm DL from Link-Systems International, a newcomer. I have encountered an issue with OAuth2 au
See attached browser log file. from the file you can see the code I got is: auth-code.ZuyMlqhHaOM2SVSyisn1t_EcWWBtYYaN5aPO7J1R0xU When I try to go to next step to request access token through HTTP request, I got a Bad Request error. Thanks in advance for help.
-
Disable WebCam option in Kaltura DMS 3.0/My Media/Insert Stuff
We use Kaltura/DMS 3.0 integration and have had some confusion recently where faculty try to launch the webcam recorder instead of CaptureSpace Lite. There don't appear to be any settings to disable the option. If you try to launch Webcam Recording from within the My Media interface, you get an error message saying that…
-
Access Google Apps reports that it isn't verified
We've had complaints from users who have to re-authorize the Access Google Apps widget to access email, etc. However, now when they try to authorize, Google reports that the App isn't verified by Google. All our service account info is unchanged and the APIs all report good health. Our G Suite admin, our TAM and I have…
-
Setting dropbox "out of"/ScoreDenominator from API
I'm trying to create an assignment dropbox and a new grade item from the API, with the dropbox linked to the new grade item. Everything works in isolation, but when I add the AssociatedTool parameters to the call which creates the Grade object (to link it to the dropbox), it generates a 500 error. Trial and error has shown…
-
Is there a way through the Data Hub or via Insights tools that we can determine which courses do (o
We're aiming to run a report to make sure the syllabus is uploaded in each course. I'm seeing data sets for content modules or content topics. However, I am not sure how to get data for the 'Overview' section. Thanks for any insight you can provide!
-
Is there any API available to get quizzes from D2l?
Hi, I am trying to get all quizzes associate with courses in D2L. I have tried "/d2l/api/le/1.1/8924/quizzes'' This API but get 404 error. Anyone please help me to get D2L quizzes through API.Thank You.
-
What is the proper format for making an AJAX PUT request?
I am trying to make an API call to set a specific Grade Value for a Learner. Here is the ajax call I am making to try and accomplish this. $.ajax({ url: '/d2l/api/le/1.26/6711/grades/319/values/184', type: 'PUT', data: { "Comments": { "Content": "", "Type": "Text" }, "PrivateComments": { "Content": "", "Type": "Text" },…
-
LOR vs Shared Files?
I would like to upload public, non-shareable files that can be accessed within and outside D2L. Does anyone have a preference of LOR vs the Shared Files function in D2L?
-
Does anyone know how to change the wording on the "Course Ended Message" in the My Courses area? Se
We allow access to ended courses, but the wording in the red box confuses students.
-
I keep getting email notification of 6 Unread Discussion Posts I've already read ...
To expand- I click on the link to the unreads- Open each unread thread in a new window- Expand each message and read it (ok, not all of it, as I;ve seen these before?!)- Then close the tab.I note when I go back to the unread link they are still noted as unread. What am I missing people? Many thanks,David CallaghanSenior…
-
Is there a way for a media owner in Kaltura/DMS 3.0 to share their own videos with other users?
We've explored Publishing (which doesn't work since we don't use course galleries) and have focused on co-editor/co-publishers, which seems like the ideal method for sharing a video with specific users. We can easily set up a co-editor/co-publisher in My Media, but the intended user does not see it in their own…