📖 Read-only demo. All content is browsable; accounts, saved progress, and quizzes need the full app — run it locally from GitHub.

Skip to content

Quizzes

The quiz engine is not part of this static demo.

Answers are graded on the server so that correct options are never exposed to the browser, and each result updates a spaced-repetition schedule stored per user. Shipping the answer key to a static page would defeat both.

This site is a static export hosted on GitHub Pages, so there is no server and no database behind it. The complete application — with accounts, quizzes, spaced repetition, bookmarks, and private notes — runs locally in about two minutes:

git clone https://github.com/SaharR1372/AnatomyKnowledge.git
cd AnatomyKnowledge
npm install
cp .env.example .env
npm run setup
npm run dev

View the source on GitHub →

In the meantime, everything that does not need an account is fully browsable: Anatomy, Exercises, Lessons, Vocabulary, and Flashcards.