\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
f(x) = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}
\lim_{n \to \infty} (1 + \frac{1}{n})^n = e
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
e^{i\pi} + 1 = 0
\frac{d}{dx}[\ln(x)] = \frac{1}{x}
\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}
Version Control

Changelog & Releases

A comprehensive log tracking core feature additions, optimization patches, and proctoring upgrades.

v2.1.0-release
June 19, 2026
  • Optimized student swipe action responsiveness using local canvas widgets, cutting RAM requirements to under 180MB.
  • Added clock negative drift monitor inside the proctoring shield to flag clock-shifting attempts.
  • Replaced WebView with pure Dart canvas widgets for rendering LaTeX formulas, improving rendering performance by 3x.
v2.0.0-major
May 20, 2026
  • Migrated backend from single direct connections to replica set MongoDB configurations, resolving failover timeout crashes.
  • Re-engineered scoring logic in resultEvaluationService.js into separate unit-tested modules.
  • Integrated advanced equation-editor pipeline into the administrative app to capture and render mathematical equations instantly.
v1.1.0-patch
April 12, 2026
  • Added Kiosk KioskLock proctoring to log student focus defocus warnings when navigating out of the exam screen.
  • Implemented SQLite local cache sync failovers, preventing loss of responses on connection drops.
v1.0.0-initial
February 28, 2026
  • Launched initial student Flutter app for Android containing point leaderboards, timed tests, and KaTeX rendering.
  • Launched educator admin dashboard with basic cohort creation and student approval registration controls.