-
Assigning Instructors to Specific Sections
How does one go about assigning a specific instructor to a specific section within a course? I currently have a course with several instructors that need to be assigned to just one section. However, every instructor is listed as an instructor within all sections, so each section says it has 10 different instructors when it…
-
Enrollments and Org Unit Editor
Hi everyone! New to Brightspace. Do you know, if we enroll learners in a particular course, are those learners automatically also in rolled in all the org units above that course (Org, Pathways, Departments, etc.)?
-
Move Lesson back into Unit
One of our instructors accidentally dragged and dropped her First Unit into her Second Unit. Now her First Unit is a Lesson in her Second Unit. How does she get it back? She tried to drag it back but it won't go. When we click on the First Unit/Lesson the option to Reorder is greyed out.
-
Data Purge
I am currently trying to delete a large number of inactive courses but I do not have a DATA PURGE option, can someone help with this?
-
Re-structuring semesters in Brightspace
We're looking into streamlining some of the non-IPSIS fed semesters/courses that staff and students are enrolled on. These include Student Hub spaces with institutional support pages and Staff module design resources. What's the impact on moving support modules built in a different semester, say, 'Spaces' and move that to…
-
What is the path to get org unit paths?
This API route - PUT /d2l/api/lp/(version)/orgstructure/(orgUnitId) - requires Path as part of the OrgUnit.OrgUnitProperties { "Identifier": <string:D2LID>, "Name": <string>, "Code": <string>|null, "Path": <string>, "Type": { <composite:OrgUnit.OrgUnitTypeInfo> } } However, the similar GET call does not return Path. The…
-
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…
-
Is the OrgUnitTypeId for CourseOffering is fixed for all D2l Instances??
OrgUnitType Id for Course offering is "3" for my installation. Is it fixed for all D2L installation or it depends on the D2L installation. I want to filter organization of Course Offering type since https://docs.valence.desire2learn.com/res/orgunit.html#get--d2l-api-lp-(version)-outypes- this API is not authorized for…