Hi all,
I've been talking with Crowdmark on their integration with Sakai. Their current integrations with Canvas and Blackboard can utilize OAuth and REST along with LTI to import users. They also make use of LTI as assignments, which I know folks worked on to integrate
with Turnitin. This is the most recent JIRA I could find on that issue: SAK-32679.
To sum up, there are a couple of lingering questions:
--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To post to this group, send email to saka...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/sakai-dev/.
Hello Earle,Thank you for the information! Our situation at Crowdmark is that as a third party application focused on assessments, we would like to be able to pull course enrolment lists, and push grades back into Sakai. We have two integration routes - LTI or via a direct API integration.Since assessments aren’t supported over LTI in Sakai, I have been looking into a REST API based integration. Can you point me to the documentation for this? I’m having a hard time finding anything concrete that details the endpoints offered by Sakai for integrations.Jamie
Hi Earle,Thank you, we have looked at using LTI for this but the issue that we ran into is that since Crowdmark is an assessment tool, we need to give instructors the ability to create multiple Crowdmark assessments within Sakai. Apparently this is not something that is supported by Sakai - having an LTI tool configured, and then creating many instances of that pre-configured tool.
So to confirm - a Sakai administrator could create an LTI tool and make it available to instructors as a pre-configured tool. Then, instructors could create a “lesson” which is an instance of the preconfigured LTI tool. The instructor launches Crowdmark via an LTI POST and then we can use the information in the payload to the list of enrollments in the course/section the lesson belongs to. When the assessment is marked, we could push the grades back into Sakai for each enrollment into the gradebook which has a column for that lesson?
Hey Adam, the issue was that the default value was 50 sites. Changing _limit=0 to _limit=500 resolved the issue.
On January 31, 2019 at 10:57:21 AM, Chris Lorch (chris...@duke.edu) wrote: