Questions tagged [desire2learn]

Desire2Learn provides eLearning solutions on a variety of platforms. The products also include an API that can be used to interface with them.

D2L Corporation (previously Desire2Learn) provides eLearning solutions on a variety of platforms. The products also include the open source Brightspace developer platform that developers can use to integrate with them.

361 questions
0
votes
1 answer

404 Posting Content to Desire2Learn

I have a basic Valence App build for Desire2Learn and now I'm trying to POST data and I either get a 400 or 404 error. If I make a GET request to /d2l/api/le/(D2LVERSION: version)/(D2LID: orgUnitId)/content/root/, with the correct orgUnitId, I can…
Cadmium
  • 566
  • 3
  • 10
0
votes
1 answer

API for Checking errors in passing arguments Desire2Learn

I have written a API to create CreateCourseOffering in Desire2Learn http://docs.valence.desire2learn.com/res/course.html#post--d2l-api-lp-(D2LVERSION-version)-courses- I called the above API for that.Code exceuted fine and i dont find any course…
0
votes
1 answer

API for Changing a User Role in Desire2Learn

In the user api docs it is mentioned that to change the user's role at the organization level we need to use the schema "PUT /d2l/api/lp/(D2LVERSION: version)/users/(D2LID: userId)" This requires UpdateUserData JSON block as input, but the…
Cadmium
  • 566
  • 3
  • 10
0
votes
1 answer

Creating a folder in my personal Locker using Desire2Learn's REST APIs

How do I create a new folder (called "test") in my personal locker using Desire2Learn's REST API? I've tried this request, but it doesn't work: POST /d2l/api/le/1.0/locker/mylocker/?x_a={appID}&x_c={appSig}&x_b={myUserID}&x_d={myUserSig}&x_t={time)…
Viktor Haag
  • 3,253
  • 1
  • 15
  • 21
0
votes
1 answer

Persisting data via SCORM in Desire2Learn

I am trying to use Shareable State Persistence within a Desire2Learn SCO. However, it does not seem to be supported. I get an error 401 (Undefined Data Model Element) when I try to use one of the "ssp.*" with SetValue (e.g.: ssp.allocate or…
0
votes
1 answer

How do I export grades from Desire2Learn?

How would an app developer at a school (using Java) export grades from the D2L Instance? If I am building a D2L Valence App that needs to use a utility account (like the approach described: https://stackoverflow.com/a/9950523/680651) to export a…
Cadmium
  • 566
  • 3
  • 10
-1
votes
1 answer

Using valence to put attendance data into desire2learn

I am just starting to use Valence and have been asked to put attendance data into the attendance tool from a csv file created by a swipe device. Has anyone done this before? Chuck
-1
votes
1 answer

how to Create a provider of insert-stuff elements: in the list of Insert Stuff sources for Desire to learn LMS

I am trying to find samples or code which help me to build a provider of insert-stuff elements: in the list of Insert Stuff sources, for desire to learn for my custom service. Example Same as the option of youtube in insert on html editor Any…
-1
votes
2 answers

Server Status Maintenance Mode Flag w/ D2L?

Just getting started with the Desire2Learn and would like to implement a server status widget that lets users know when the server is up,down, or in maintenance mode. I have been poking around but have not found a definitive solution as of yet. I…
-1
votes
1 answer

Accessing user D2L user info via flash

Can a flash file embedded in a D2L content page access D2L user ID information and store this information in a variable? If so, how can this be done? I appreciate any help the community can provide!
-1
votes
1 answer

Accessing logs in Manage Files area

Is there a way to access files, such as those created by the CCB tool, that are placed into a specific directory in the Manage Files area of a course offering? I've tried the topic API, but the new /file path only returns a value when the file is…
-1
votes
1 answer

Desire2learn - pulling out big data from university database

We are working on the analysis of big data to help develop e-learning platform for our university and looking for some info from you !!!! Please provide us an initiative by clarifying !!! We need to get the below big data information from my…
pret
  • 263
  • 3
  • 6
  • 16
-1
votes
1 answer

Auth token for utility account was changed unexpectedly

After the D2L outage on Monday (Sept 3, 2012), our application had been getting errors from the Valence API. We use an utility account to access the API for this non-interactive application, and we found out that the UserID and UserKey were changed…
-2
votes
1 answer

Student Subject and Course Completion

Would someone be able to direct me to the correct API that I could use to mark a Student Subject and Course to ‘Complete’? I found out ‘Grade.CourseCompletion’ API could serve the purpose, but not sure if that's correct understanding. Also, where…
-2
votes
1 answer

Sample C# program to connect to Desire2Learn

Can someone give me a sample C# program to connect to the desire2learn APIs? I am trying to connect with the two libraries that I downloaded from Github but can not seem to get it working.
1 2 3
24
25