Skip to content

Repository files navigation

AI-103 Exam Simulator

Dockerized local practice app for the AI-103 question bank.

The app includes 600 original practice items aligned to the Microsoft Learn AI-103 study guide objectives. They are not official Microsoft, Pearson VUE, or MeasureUp exam questions.

Run with Docker

docker build -t ai103-exam-sim .
docker run --rm -p 8088:8080 --name ai103-exam-sim ai103-exam-sim

Open http://localhost:8088.

Stop

Press Ctrl+C in the terminal running Docker, or from another terminal:

docker stop ai103-exam-sim

Features

  • 100-question randomized exam simulation from the full question bank
  • Quick 50-question mode
  • Code practice mode for snippet-based questions
  • Speech practice mode for Voice Live and Speech SDK questions
  • Full bank review mode
  • Section practice mode
  • Cancel exam control that discards the current attempt
  • Test-taker guide for revision strategy
  • Single-choice and multiple-response questions
  • Shuffled questions and shuffled answers
  • Timer
  • Flagged-question review
  • Simulated pass/fail using a 700/1000 pass mark
  • Section score breakdown and explanations

Test-taker guide

See TEST_TAKER_GUIDE.md.

About

Dockerized and GitHub Pages AI-103 exam simulator with 600 Microsoft Learn-aligned practice questions

Topics

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages