File size: 563 Bytes
f56a29b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | Create a code playground widget for: {{title}}
## Programming Language
{{programmingLanguage}}
## Challenge Description
{{description}}
## Key Points
{{keyPoints}}
## Starter Code Template
```{{programmingLanguage}}
{{starterCode}}
```
## Test Cases
{{testCases}}
## Hints
{{hints}}
## Course Language
{{languageDirective}}
---
Generate a complete, interactive HTML code editor with:
1. Code editor with syntax highlighting
2. Run button with output display
3. Test case validation
4. Progressive hint system
5. Embedded widget configuration JSON
|