ExamLogicTest
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| testAnswerValidationAlgorithm() | 0.006s | passed |
| testExamDataStructure() | 0.003s | passed |
| testExamSystemRules() | 0.030s | passed |
| testGameplayMechanics() | 0.005s | passed |
| testMultipleExamsLogic() | 0.007s | passed |
Standard output
=== EXAM SYSTEM RULES === 1. Each exam has a question and correct answer 2. Exams track whether they've been completed 3. Completing an exam gives points 4. Completed exams remove collision 5. Answers are validated (case-insensitive, trimmed)