|
Miscellaneous
GRB-HSLT:
- Guest
- Register
- Browse
- Tutors, Subjects, Lessons
- Hookup
- Scheduling
- Lessons
- Evaluation, Time-tracking
- TutorML
AdWords Phrases
free tutor(s)(ing), volunteer tutor(s)(ing), tutor(ing) job(s), tutor(ing) service(s)
Implementation Steps
- Design TutorML - done!
- Initialize Subject Tree - done!
- Subject Browser
- Rest of website
- TutorML Reader for Linux (in Java)
- Port to Windows
- Port to Android
- TutorML Writer for Windows
- Recruit content-creators
- Recruit volunteer tutors
- Go live
- AdWords advertising
- Revenue collection from tutors
- Recruit paid tutors
- Port TutorML Reader to iOS
- Launch cross-Canada
- Launch American cities
- Launch in UK
- French translation for Quebec
- Hire translators for overseas
Initialize Subject Tree
This reads in the Subject Tree in the form of an (input) HTML file, deletes all existing Subject Nodes, initializes all nodes in the Subject Tree, and outputs the Subject Tree in another (output) HTML file. HTML node examples:
- <line no.>/<name>[/<title>]
- <line no.> <ref count>/<name>[/<title>]
- <line no.> <target line no.>
Department nodes are targeted by Type 3 Nodes, all of which are child nodes of a top-level node named "Depts".
Browse Subjects
- Subject tree nodes are clickable when not selected; click on node to select it
- Node is preceded by [+], [-], or [ ], depending on whether it's minimized, maximized, or a leaf, respectively
- Course no. is always a leaf node containing no child nodes
- Click on subject name to remove subject from subject list
- Click on Clear All to clear the subject list
- Click on Expand All to expand all nodes
- Click on Collapse All to collapse all nodes (except root node)
- AppaTeach employees can modify the subject tree, which is an HTML file
- Subject redundancy warning:
- If a given subject in the subject list is a descendant of another subject in that list, it is ignored; however, it may raise search ranking for positive matches
- Student/tutor matching:
- Every tutor has an associated subject list
- All tutors with at least one subject that is equal to or an ancestor of any/all subject(s) in the current (student) subject list are treated as matches
[ Back to Top ]
|
|
|