Tldraw Student Submission Template
This project utilizes REACT and Tldraw library to enable users to create customizable submission templates for others, such as students, to submit their work within designated frames.
It’s designed to streamline the submission process in educational settings, making it easier for instructors to collect and organize student submissions. While maintaining user’s freedom of movement.
Tlextractor is utilized to extract data that the student submitted in this template. See Tlextractor GitHub Repository for more information.
Video
Features
Users are able to specify certain parameters
-
Description -
Due Date -
Submission Per Student -
Number Of Students -
Names Of Each Student
With additional features
Img Snappingto respective frameColor Changingdepending on Submission Status
Frame Creation Conditions
- Student Names List
>Student Amt - Student Names List
<Student Amt - Student Names List
===Student Amt
Example
#=> JSX Element - Tldraw Component
return (
<div style=>
<Tldraw
inferDarkMode
shapeUtils={submissionUtil}
tools={tools}
overrides={toolsOverride}
assetUrls={customAssetUrls}
components={components}
persistenceKey='board-content'
className="board"
onMount={handleMount} />
</div>
)Check it out on Github/Tldraw for more information.