Canvas LMS · Arazzo Workflow
Canvas LMS Configure Course Then Author Assignment
Version 1.0.0
Update a course's settings, then create its first assignment, and read it back.
View Spec
View on GitHub
Learning ManagementEducationEdTechLMSLTIHigher EducationK-12Open SourceAGPLCanvasArazzoWorkflows
Provider
Workflows
configure-course-then-author-assignment
Configure a course's settings and author its first assignment.
Updates an existing course's name and default view, creates an assignment in it, and reads the assignment back to confirm it was stored.
1
configureCourse
updateCourse
Update the course name, default view, and syllabus to prepare the course shell.
2
createFirstAssignment
createAssignment
Create the course's first assignment with the supplied name and point value.
3
confirmAssignment
getAssignment
Re-fetch the new assignment to confirm it persisted inside the configured course.