Canvas LMS · Arazzo Workflow
Canvas LMS Author in the Current User's First Course
Version 1.0.0
Identify the authenticated teacher, pick their first taught course, and author an assignment.
View Spec
View on GitHub
Learning ManagementEducationEdTechLMSLTIHigher EducationK-12Open SourceAGPLCanvasArazzoWorkflows
Provider
Workflows
self-courses-and-create-assignment
Create an assignment in the authenticated teacher's first course.
Reads the current user, lists the courses they teach, and creates an assignment in the first one returned.
1
getSelf
getSelf
Read the authenticated user to confirm the session and capture the user id.
2
listTaughtCourses
listCourses
List the courses the authenticated user teaches and take the first one as the authoring target.
3
createAssignment
createAssignment
Create the assignment in the teacher's first course.