diff --git a/README.md b/README.md index 61f93fb..51d8f3b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# apps_isencofg +# Education Apps +This repository holds a collection of very early-stage prototypes, notes and other half-baked ideas for freeware education apps I would like to develop one day. Where these apps become more substantial, they tend to move into their own repository for future planning/designing/coding. + +If anything sparks your interest and you'd like to develop something together, let me know. + +All apps thought up here will (if/when they get made) be Free, Open Source Software. \ No newline at end of file diff --git a/notes/leahy_note.md b/education_philosophy/assets/leahy_note.md similarity index 100% rename from notes/leahy_note.md rename to education_philosophy/assets/leahy_note.md diff --git a/notes/on_task.md b/notes/on_task.md deleted file mode 100644 index 48ae456..0000000 --- a/notes/on_task.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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