1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 03:39:28 +00:00

Added writeup diagram files and scripts to generate to images

This commit is contained in:
2022-01-11 21:12:24 +00:00
parent 7eb290d5db
commit a00345a0ba
12 changed files with 672 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
@startwbs
<style>
wbsDiagram {
LineColor black
BackgroundColor white
leafNode {
'BackgroundColor SkyBlue
BackgroundColor #93ff75
}
}
</style>
+ Stratos Online Markbook
+ User accounts
+ Creating accounts
+ Logging in
+ Resetting passwords
+ Management
+ Teacher based
+ Accounts assigning teachers
+ Accounts adding classes
+ Assigning students to classes
+ Assigning tests to classes
+ Test based
+ Assigning scores to students
+ Calculating grade boundaries
+ Generating graphs
+ Setting global test values with reports generation
+ Student/Parent based
+ Contact teachers
+ Generate graphs per student
+ Generate local test values with reports generation
+ Display dashboard
+ Send emails
+ Handling data
+ Reports
+ Test reports
+ Average score
+ Grade boundary chart
+ Class reports
+ Score movement over time
+ Markbook
+ Teacher reports
+ Mass generate all classes/students
+ Student reports
+ Average score over time
+ Score movement
+ Average grade
@endwbs