worked further
This commit is contained in:
parent
21c906fdfc
commit
dc0d2310e5
25
notes/on_task.md
Normal file
25
notes/on_task.md
Normal file
@ -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
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user