From dc0d2310e52c4e13b771abfba03524431b91d471 Mon Sep 17 00:00:00 2001 From: Jaap Marsman Date: Sat, 27 Aug 2022 15:39:02 +0800 Subject: [PATCH] worked further --- notes/on_task.md | 25 +++++++++++++++++++++++++ on_task_tracker/project.godot | 1 + 2 files changed, 26 insertions(+) create mode 100644 notes/on_task.md 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]