Problem
The code uses both testID and testId inconsistently, which may cause integration issues with Unity.
Current Behavior
- Line 431: Uses
testID in JSON output
- Line 456: Uses
testID in filename generation
- Other places use
testId (lines 179, 286, etc.)
Expected Behavior
- Consistent naming throughout codebase
- Maintain compatibility with Unity integration
Files Affected
src/frontend/quizGenerator.html
src/unity/SampleWebView.cs
Priority
High - may break Unity integration
Problem
The code uses both
testIDandtestIdinconsistently, which may cause integration issues with Unity.Current Behavior
testIDin JSON outputtestIDin filename generationtestId(lines 179, 286, etc.)Expected Behavior
Files Affected
src/frontend/quizGenerator.htmlsrc/unity/SampleWebView.csPriority
High - may break Unity integration