diff --git a/notes/on_task.md b/notes/on_task.md new file mode 100644 index 0000000..48ae456 --- /dev/null +++ b/notes/on_task.md @@ -0,0 +1,25 @@ +# Basically it's like this + +## Start Screen + +- Set core parameters: + - First Name of student + - Time of observation + - Interval of 30 sec or 1 minute + - Date of observation + - Time of observation + - Activity / Lesson being observed + +## Observation Screen + +- Then the observation tool starts + - Prompts every interval to tick a box + - These boxes are added to an array + +## End Screen + +- Observation finished + - Graphs appear + - Ability to save the sheet as a PNG (with the Save button) + - This can then be added to the student file + - Can be used to measure progress \ No newline at end of file diff --git a/on_task_tracker/project.godot b/on_task_tracker/project.godot index 30d0168..ff5f9ca 100644 --- a/on_task_tracker/project.godot +++ b/on_task_tracker/project.godot @@ -11,6 +11,7 @@ config_version=4 [application] config/name="On Task Tracker" +run/main_scene="res://main_screen.tscn" config/icon="res://icon.png" [gui]