Professional LaTeX quiz generation with live preview and advanced templating directly in VSCode.
- π Smart question editing with syntax highlighting and LaTeX support
- π Live PDF preview with one-click generation
- π§ LaTeX intelligence - Auto-fix common errors and provide help
- π Template support - Dynamic variables in MCQ and subjective questions
- β‘ Rich snippets - Quick insert for all question types
- Install Extension: Search "Setwise Quiz Generator" in VSCode marketplace
- Install CLI:
pip install git+https://github.com/nipunbatra/setwise.git - Create file:
my_quiz.py - Use snippets: Type
quiz-meta+ Tab,mcq+ Tab, etc. - Preview:
Ctrl+Shift+Pβ "Setwise: Preview Quiz"
- Setwise CLI:
pip install git+https://github.com/nipunbatra/setwise.git - LaTeX Distribution: TeX Live, MiKTeX, or MacTeX
- Python 3.8+
- Setwise CLI - Command-line quiz generation
- Setwise Web - Browser-based generator
MIT License - see LICENSE for details.