Faculty demonstration

The engine before the worldbuilding.

The Mastery Quests Faculty Template shows the full adaptive structure in a neutral build, making it easier to distinguish the reusable learning engine from the custom art, audio, story, and disciplinary identity added later.

Local-only demonstration: The Faculty Template asks only for a display name. It does not transmit gameplay telemetry. Progress and preferences remain in the player's browser.

Why the template exists

Separate the learning architecture from the production design.

A finished Mastery Quest can look highly customized, but the instructional structure underneath remains portable. The template gives faculty a clean starting point and a working reference when something needs to be changed.

The template demonstrates

A complete functional engine

  • Adaptive question selection and difficulty movement
  • Repair and bridge sequences after missed concepts
  • Standard, timed, exam, legendary, and score modes
  • Boss rooms, checkpoints, artifacts, and saved progress
  • Completion codes, achievements, and mastery reporting
  • Question pools embedded directly in the file

A developed game adds

A complete learning world

  • Course-specific mission structure and terminology
  • Custom guides, bosses, dialogue, and feedback language
  • Original artwork, artifacts, icons, and backgrounds
  • Ambient, battle, boss, and final-boss audio
  • Large audited question banks tied to learning objectives
  • A shared hub connecting several related missions

What faculty change

Customize the learning experience without rebuilding the engine.

01

Learning scope

Replace the questions, tags, objectives, calculations, feedback, and boss pools.

02

Instructional voice

Revise titles, guides, room language, remediation text, and mastery-report labels.

03

Visual identity

Add a course theme, backgrounds, characters, artifacts, icons, and collection branding.

04

Audio design

Use optional ambient, battle, boss, and completion audio with player-controlled sound.

What stays intact

Protect the connections that make the game work.

Faculty can redesign most visible content. Core IDs, state variables, adaptive functions, mode rules, telemetry fields, and completion logic should be changed only when the engine itself is intentionally being revised.

Safe to revise

Question content, labels, story text, media paths, colors, guides, bosses, and artifacts.

Revise with care

Question IDs, tags, objective mappings, pool names, room thresholds, and hub storage keys.

Engine-level changes

Adaptive selection, progression, remediation, scoring, completion, persistence, and telemetry.

Recommended path

Move from demonstration to deployment.

  1. 01

    Play the template in more than one mode

    Complete a short run, miss questions intentionally, and inspect the mastery report.

  2. 02

    Compare it with a developed collection

    Notice which elements belong to the engine and which were added for the course world.

  3. 03

    Download the template and faculty guides

    Work from a local copy and retain a clean original for comparison.

  4. 04

    Build and validate the question architecture

    Audit answer logic, duplicates, IDs, tags, objective coverage, and repair connections.

  5. 05

    Simulate every mode before publishing

    Test correct paths, missed-answer paths, timers, bosses, saving, scoring, and reporting.