Use case
As a teacher, I want to edit a Quill document live in class (e.g. while we are discussing class rules, etc.) and have this document displayed for each student of that class.
Task
Find a way to add a Quill component such that it doesn't allow students to create their own document, but displays the shared document instead.
Ideas and potential challenges
- There's a
teacherDocument setting.
- This setting let's the quill component only create a document if the current user has at least
TEACHER role.
- It creates the document with sharing enabled and default visibility none.
- Teachers can then add visibility for the class for which this document is intended.
- What if another teacher wants to see my document? There might be multiple documents. Maybe teachers can select which document to display?
Use case
As a teacher, I want to edit a Quill document live in class (e.g. while we are discussing class rules, etc.) and have this document displayed for each student of that class.
Task
Find a way to add a Quill component such that it doesn't allow students to create their own document, but displays the shared document instead.
Ideas and potential challenges
teacherDocumentsetting.TEACHERrole.