API Call to move Course Item up to root or default level of course
- 3 followers
- 1 comment
- 0 votes
Answered
We have a situation where we upload an IMS package into an existing course. We're able to upload but it creates an activity with all of the items nested within the activity. Ideally, it would u...
Wildcard in XML Query
- 3 followers
- 2 comments
- 0 votes
Answered
We use /reference to store external values that we can match against. Occasionally the reference might contain 2 values separated by a comma where we are trying to match one of the values, not the...
Find locked items in domain
- 4 followers
- 1 comment
- 1 vote
Answered
Hello!
We're writing a process that allows us to find all locked assignments within the domain and then send an email notification that will allow a teacher to review the item. We're able to retu...
Update occurence of LastLoginDate
- 3 followers
- 1 comment
- 0 votes
Answered
I'm curious on using lastlogindate as a userquery parameter to filter down the results of listenrollments. Is it somewhat safe to assume that a user won't be logged in for 7 days at a time? If a ...
CourseEnrollmentMetrics Enrollment Count
- 1 follower
- 1 comment
- 0 votes
Curious how active/inactive/complete enrollments are calculated. I'm using list courses with selecting enrollmentmetrics however the 'active' enrollments don't seem to line up with students that ar...
Understanding GradeStatus value
- 2 followers
- 5 comments
- 0 votes
Answered
I have an item that returns `"status":36877`. However, looking at https://gls.agilix.com/docs/#!/Enum/GradeStatus I'm unable to determine how 36877 is calculated from the format displayed. Is tha...
Retrieve blackout dates for domain (not using enrollment id, or user id)
- 3 followers
- 2 comments
- 0 votes
Answered
We're looking to retrieve the blackout dates assigned to each domain. I understand we can use `GetCalendarItems` but that requires a userID or enrollmentID, which we would prefer not to tie it to....
Teacher Grading Performance with API
- 3 followers
- 1 comment
- 0 votes
Answered
I see in the dashboard if I drill down to the teachers I can see how many items need grading and how many have been graded. I'm curious if you're using GetEntityWork2 to retrieve that data, or if ...