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.
docker build -t ai103-exam-sim .
docker run --rm -p 8088:8080 --name ai103-exam-sim ai103-exam-simOpen http://localhost:8088.
Press Ctrl+C in the terminal running Docker, or from another terminal:
docker stop ai103-exam-sim- 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
See TEST_TAKER_GUIDE.md.