Recent activity by Brian Collins
Sort by
View comment
  • 1 vote
I created a ticket and they acknowledge there is an issue and they are working towards fixing it.
View comment
  • 1 vote
The API should return an 'OK' response for when the command processes correctly, and the error when it doesn't.  You'll need to provide some more information as to what is returned.
View comment
  • 1 vote
I don't know that you can't do it the way you're trying but... I always send the JSON as just the user data and send the rest of the data as the query.  I treat the query string as data about the c...
View comment
  • 0 votes
The excluded value will be contained in the status flags, so while it's not a field all to its own, it's able to be found.  I've had to create enumerations conversions for this same reason.  I thin...
View comment
  • 0 votes
I did look at those options, unfortunately they won't work. It's probably only 5% of enrollments, so enough to be a pain.  The values get stored that way because we map from our SIS two sections in...
View comment
  • 0 votes
Posted too soon!  Found this --   activeenrollments Number of active student enrollments. An enrollment is considered active if the enrollment's status is active or suspended, and the current da...
View comment
  • 0 votes
Here we go! cmd=getgrade&enrollmentid=1290xxxxx&itemid=xxxxxxxxx {"response":{"code":"OK","grade":{"responseversion":2,"status":36877,"attempts":3,"seconds":254,"firstactivitydate":"2020-02-05T09:2...
View comment
  • 0 votes
I used GetGrade which returned that value.  Checking the particular assignment in Buzz shows me these values: completed, needs grading, retry allowed, and has feedback. I calculated those values as...
View comment
  • 0 votes
Oh, that's fantastic!  I looked at that command but didn't catch on this was possible.