Skip to content

SEAL App Curriculum Format

Prranit Arora edited this page Aug 1, 2024 · 16 revisions

Format

When taking preexisting curriculum and inputting it into our application, we need a standardized format to be able to translate it all over in a way our program can understand it.

So, the solution we came up with is using gpt to format the curriculum using the structure given below per input/output type we need.

"0500This is an example long form text output"

The five is the identifier for input/output type

The 00 is the sequence in the curriculum in which it fits

The text is the content of the curriculum

Curriculum GUI

To make the process of formatting curriculum easier, we have another application to simplify the process: https://github.com/Autism-Technology-Research-Syndicate/Curriculum-Formatter

A future implementation for this project is automating sending new curriculum to all connected devices through the teacher app (https://github.com/PrranitArora/SEALApplication-TeacherApp) itself.

Prompt (TBD)

You can enter the prompts we made, and tweak them as you need, by clicking on your profile and navigating to customize ChatGPT.

Enter the following in the "What would you like ChatGPT to know about you to provide better responses?" section:


Enter the following in the "How would you like ChatGPT to respond?" section:


Clone this wiki locally