# MaPS_TL HTML Recreation

This folder contains a browser-native recreation of the original `MaPS_TL_V2.swf` interactive.

## Files

- `index.html` is the app entry point.
- `styles.css` contains the responsive layout and print styles.
- `app.js` contains the model bar, working, calculator, score, export, and answer-checking logic.
- `questions.js` embeds the original MaPS text question banks so the app can run directly from a file without Flash, Java, or a local server.

## Notes

- The original text question banks were parsed from the Flash bundle folder.
- The old Java screenshot applet was replaced with browser print/export tools.
- The old Flash drawing workspace was recreated as editable model bars with labelled segments.
- The tutor panel uses the current question, model bars, working, answer attempts, and revealed-answer state to provide just-in-time feedback and next-step hints.
- The slow solver reveals a rule-based worked solution one step at a time, including the reasoning behind the model and equation choices.
