ARTICLE 8 FENCE™ English Engine

Tracking Dashboard — Scores, Bands, Promotion Rules, Parent Reporting (Almost-Code) — v1.0

Start Here: https://edukatesg.com/article-1-fence-english-engine/

ARTICLE.MODULE

  • Module.Tracking

ARTICLE.GOAL

Create a minimal but complete tracking system that:

  • makes progress measurable,
  • drives correct next sessions,
  • gives parents confidence,
  • keeps tutors consistent.

0) TRACKING.CONTRACT (LOCK)

TRACK.EACH_SESSION (must record)

  • date
  • role (Parent/Tutor/Child)
  • level (P5/P6)
  • scene_id
  • time_mode (30/45)
  • time_limit_used (12/15)
  • rubric_score (/50)
  • band (P0P1/P2/P3m/P3p)
  • crisis_level (C0..C5)
  • Detected_FMs (list)
  • repair_target (paragraph #)
  • repair_mode (A/B/C/D)
  • next_focus (one item)

TRACK.EVERY_4_SESSIONS (must compute)

  • avg_score
  • avg_crisis_level
  • completion_rate
  • top_failure_mode
  • top_repair_mode
  • next_training_block

1) DATA SCHEMA (CSV-LIKE)

RECORD.FENCE_SESSION

  • SessionID
  • Date
  • StudentAlias
  • PLevel (P5/P6)
  • SceneID
  • TimeLimit (12/15)
  • TimeMode (30/45)
  • Score50
  • Band
  • CrisisLevel
  • FailureModes
  • RepairParagraph
  • RepairMode
  • NextFocus
  • TutorNote (optional)

2) BAND RULES (LOCK)

BAND.MAP

  • Score 0..20 => P0P1 (unstable)
  • Score 21..35 => P2 (improving)
  • Score 36..45 => P3m (strong)
  • Score 46..50 => P3p (exam-ready)

BAND.INTERPRETATION

  • P0P1: cannot hold structure under time
  • P2: structure exists but leaks under load
  • P3m: stable, minor leaks, needs polish
  • P3p: exam reliable, high control

3) PROMOTION RULES (AUTOMATIC)

PROMOTE_TO_ADVANCED_SCENES

If last 3 sessions:

  • avg_score ≥ 36
  • avg_crisis_level ≥ C3
  • completion_rate = 100%
    → promote to C4 scenes.

PROMOTE_TO_EXAM_SIMULATION

If last 3 sessions:

  • avg_score ≥ 46
  • avg_crisis_level ≥ C4
  • FM8 not detected
    → enable monthly PSLE full-sim block.

DEMOTE / REPAIR BLOCK

If any 2 sessions in last 4:

  • FM8 = TRUE OR Score < 21
    → run “Time Stability Block” next 2 sessions.

4) SESSION TYPE ROTATION (SYSTEMATIC)

SESSION_TYPES

  • T1 = Vocabulary Forge Heavy (targets FM4)
  • T2 = Emotion + Sensory Control (targets FM3)
  • T3 = Crisis Slow-Down (targets FM2)
  • T4 = Ending / Moral Resolution (targets FM5/FM8)
  • T5 = Balanced Full Loop (mixed)
  • T6 = Exam Simulation (monthly once stable)

ROTATION.LOGIC

Choose next session type based on top failure mode:

  • If top FM = FM4 → next = T1
  • If top FM = FM3 → next = T2
  • If top FM = FM2 → next = T3
  • If top FM = FM5 or FM8 → next = T4
  • Else → next = T5

5) PARENT REPORTING OUTPUT (AUTO)

PARENT.REPORT (each session)

Return:

  • Score: NN/50 (Band)
  • Crisis Level: Cx
  • Strengths: [2 items]
  • Leaks: [2 items]
  • Repair Done: Mode X on Paragraph #
  • Next Focus (one sentence)
  • At-home 5-min task (one):
  • verbs list OR
  • ending rewrite OR
  • crisis slow-down lines OR
  • body+sensory insert

PARENT SCRIPT (LOCK)

“We’re upgrading control, not memorising essays. One repair per session builds real exam stability.”


6) WORDPRESS DEPLOYMENT BLOCK (COPY-PASTE)

FENCE™ Progress Tracking (Parents)

What we track every lesson:

  • Score /50
  • Crisis strength (C0–C5)
  • Common failure modes
  • One-paragraph repair target

Why this matters:
PSLE is not only writing ability — it is stability under time pressure.
Tracking prevents random practice and makes improvement predictable.


7) DASHBOARD “WHAT TO DO NEXT” DECISION TREE

If Score < 21:

  • Run T5 (Balanced) but shorten writing to 10 minutes
  • Increase planning time
  • Use easier scenes (C2–C3)

If Score 21–35:

  • Run targeted block based on top FM
  • Keep normal time limit

If Score 36–45:

  • Move to harder scenes (C4)
  • Train moral endings and identity conflict

If Score 46–50:

  • Monthly exam simulation
  • Micro-polish: sentence flow, precision, tone control

8) NEXT ARTICLE POINTER

Next:

ARTICLE 9 — Curriculum Map (12-Week Plan for P5/P6 + Scene Rotation + Upgrade Blocks)

Start here if you want the full sequence:

Vocabulary OS Series Index:
https://edukatesg.com/vocabulary-os-series-index/

Fence English Learning System:

eduKateSG Learning Systems: 

Recommended Internal Links (Spine)

Start Here for Lattice Infrastructure Connectors