Study rooms & notebooks.
Every student needs two things: somewhere to write, and a reason to keep at it. YESS gives them a notebook for every subject — one part they share with their teacher, one part only they can see — plus a gamified study hub with XP, streaks, goals, a leaderboard, and an AI tutor to nudge them along. Notes taken in a live class land in the same notebook they revise from later, and a teacher can see, at a glance, which students aren't writing anything down. This handbook is precise about what is a notebook, what is the study hub, and what belongs to the AI tutor next door.
- 3notebook surfaces
- 2note sections
- 50study-hub levels
- ≈11 minto read
Prologue
Three surfaces, one student#
This module's name — "study rooms & notebooks" — covers three different things in the app, and it is worth naming them cleanly before we open a screen.
Notebooks are the core: a per-subject digital notebook the student writes in, at /portal/notebooks, with a teacher's window at /dashboard/class-notebooks. That is the fully built heart of this handbook. The study hub at /dashboard/study is the school's optional, gamified personal-learning environment — XP, levels, streaks, goals, a leaderboard, and the NOVA AI tutor chat. It is a real, separate surface, documented in its own chapter here.
The third idea — a quiet "study room" to work in, and revision tools like flashcards — belongs to YELE, the AI study product, which has its own handbook. The notebooks module hands notes off to YELE (so a student's own writing can seed their study there), but the revision engine itself lives on the other side of that boundary. We flag it honestly rather than claim a flashcard deck this module doesn't have.
One notebook per subject, half of it shared and half of it private — the student's own page, kept for the whole year.
Chapter one
The per-subject notebook#
A student opens /portal/notebooks and sees one card per subject they are actively enrolled in. There is no "create notebook" button and nothing to name — tapping a subject opens its notebook at /portal/notebooks/[subjectId] and YESS provisions it on the spot. Exactly one notebook exists per subject per academic year; the database guarantees it with a unique constraint, so a student can never end up with two Biology notebooks to keep in sync.
Inside, the notebook has two sections, chosen by a tab. Notes is the shared section — the student's teacher of record and their linked parent can read it. Private is the student's alone. An entry is a title (optional) and a body; saving it writes a dated entry into the chosen section, and YESS counts the words for you. Entries list newest-first, and deleting one is a soft delete — it leaves the record intact underneath.
Chapter two
Notes that survive a live class#
When a student joins a live class at /portal/live-classes, a notebook panel sits beside the video. It is not a throwaway scratchpad: it opens the student's real notebook for that subject and autosaves a note linked to the live session. The default is the shared Notes section, so a teacher can see who took notes; a toggle flips a note to Private.
Because in-class notes land in the ordinary subject notebook — just stamped with the session they came from — the student revises from one place. There is no separate "class notes" store to hunt through later; the notes from Tuesday's live lesson sit in the same Biology notebook as everything else, in date order.
Chapter three
The teacher's window#
A teacher opens /dashboard/class-notebooks, picks a subject and a section, and sees a roster with a note count per student for the last week — how many notes each wrote, how many words, and when they last wrote anything. The list surfaces the students with nothing first, because the point of this screen is to spot the child who copied nothing off the board this week and have a quiet word, not to grade prose.
The teacher can drill into a student to read their recent notes entries — and only their notes; the row-level rules make it impossible for the class-notebook window to reach a student's private section. A teacher can also pin a "default class notebook" for a subject and section for the current term, a light marker for the notebook the class is expected to keep, and clear it later.
Chapter four
The study hub#
Separate from notebooks, and switched on per school, is the study hub at /dashboard/study — YESS's personal-learning environment. It turns quiet, solitary study into something a student keeps coming back to. It is gated by a plan feature and a school-level "enabled" switch, so a school that doesn't want gamification simply never turns it on.
What the hub holds
- 1
XP, levels & streaks
Every study action a student takes — completing a topic, passing a quiz, keeping a daily streak — earns experience points on a fifty-level ladder with named tiers. The school sets the multiplier and the points each action is worth, so the economy is theirs to tune.
- 2
Goals
A student sets goals — daily topics, daily minutes, weekly XP, weekly quizzes, weekly assignments — and the hub tracks progress against each one and marks it achieved when it lands. Small, self-set targets that make a term feel like a series of wins.
- 3
The leaderboard
A ranking the school scopes — class, section, year group, or whole school — and resets on the cadence it chooses (weekly, monthly, termly, or never). Friendly competition the school can size to feel motivating rather than crushing.
- 4
The NOVA AI tutor
An optional in-hub AI tutor (the school names the persona; the default is NOVA), with a daily message cap the school sets. A study companion that stays inside the hub, for schools that want AI help with guardrails.
Chapter five
What makes study elite#
Five things done right
- 1
A private half that is really private
The private section is protected at the row level, and reading it as anyone but the student needs a dedicated safeguarding permission that exists only for welfare review. A student can keep an honest journal without a teacher reading over their shoulder.
- 2
One notebook, no duplicates
Exactly one notebook per subject per year, enforced by a database constraint and auto-provisioned on first open. No 'which notebook did I use?', no sync problems, no empty shells to manage.
- 3
In-class notes that don't evaporate
Notes taken during a live class write into the student's real subject notebook, linked to the session — so the lesson's notes are there to revise from, in date order, alongside everything else.
- 4
A teacher window that respects privacy
The class-notebooks view shows counts and shared notes to help a teacher spot who isn't writing — and it structurally cannot reach a student's private section. Oversight and privacy in the same screen.
- 5
Gamification the school controls
Every lever of the study hub — the XP each action earns, the multiplier, the leaderboard scope and reset, the AI tutor and its daily cap — is a school setting. YESS ships the tools; the school decides how loud the game is.
Planned features
What comes next#
The notebook is complete for what it is — a flat, per-subject journal. A few edges are honestly thin, and the revision engine proper lives next door. Here is the straight picture.
What is thin or elsewhere
- 1
Editing an entry
The portal notebook supports writing and deleting entries; editing an existing entry is used only by the autosaving in-class panel today. A full edit-in-place flow on the portal and mobile is planned.
- 2
Naming, colouring, archiving
A notebook can carry a title, a cover colour, and an archived flag in the data — but no screen lets a student set them yet. Personalising a notebook (rename, recolour, archive an old year) is a planned polish pass.
- 3
A revision engine
There is no spaced-repetition, flashcard, or 'quiet study room' inside this module — those are YELE's. The notebooks module hands your notes to YELE via an event so it can build study from them, but the revision tooling itself is documented in the YELE handbook.
- 4
A parent view
A linked parent can already read their child's shared notes through the access rules, but there is no dedicated parent notebook screen yet. A parent-facing 'what my child is writing in class' view is planned.
Adjacent modules
Where study connects#
The study surface sits between the live classroom, the AI tutor, and the academic record. Here is what plugs into what.
Adjacent modules
- 43Live & virtual classesThe in-class notebook panel autosaves into the student's real subject notebook, stamped with the live session it came from.
- 26YELE — AI tutorFlashcards, quiet study rooms, and the revision engine live here; the notebook hands your own notes over to seed that study.
- 06Class logbookThe teacher's class-notebooks window sits beside the logbook — coverage on one side, who wrote it down on the other.
- 45Office hours & appointmentsA solo revision session that hits a wall turns into a booked one-on-one with the teacher.
- 12LMS & virtual classesNotebooks and the study hub live under the LMS permission set, alongside courses, assignments, and materials.
Tutorial
Do it step by step#
Keep a subject notebook and, if your school turns it on, ride the study hub — five steps, mostly the student's.
- 1
Open a subject notebook
The student opens /portal/notebooks and taps a subject. The notebook appears — nothing to create, one per subject for the year.There's no 'new notebook' button on purpose: exactly one notebook per subject per year is provisioned the first time you open it.
- 2
Write a note
Pick a section — Notes (your teacher and parent can see) or Private (only you) — add an optional title and a body, and save. YESS counts the words and lists your entries newest-first.Use Private for honest self-review — it's protected at the row level and no teacher can read it.
- 3
Take notes in a live class
In a live class at /portal/live-classes, use the notebook panel beside the video. It autosaves into this same subject notebook, linked to the session, so the notes are there to revise from later. - 4
Let a teacher notice
A teacher opens /dashboard/class-notebooks, picks the subject and section, and sees who wrote notes this week and who didn't — reading only shared notes, never the private section. - 5
Ride the study hub (optional)
If your school enabled it, open /dashboard/study to earn XP for studying, set daily and weekly goals, watch the leaderboard, and ask the NOVA AI tutor for help — all tuned by your school.The hub is a school choice — if it's off, your notebook still works perfectly on its own.
A page for every subject, notes that outlive the lesson, and — if the school wants it — a game that keeps a student coming back.