id: quiz-generationname: Quiz Generation Skillversion: 1.0.0author: your.email@example.comdescription: | Advanced educational assessment skill that generates professional multiple-choice quizzes from any provided text or topic. Features: - Generates exactly 10 MCQs per request - 4 options per question (A, B, C, D) - One correct answer per question - Brief explanations for each correct answer - Academic language and clear formatting - Structured output with markdown Uses LangChain with OpenRouter's GPT-OSS-120b model for high-quality educational content generation.tags: - education - quiz - assessment - mcq - learning - teaching - evaluationinput_modes: - application/jsonoutput_modes: - application/jsonexamples: - "Generate a quiz about World War II" - "Create a quiz based on this chapter about photosynthesis" - "Make a quiz about basic mathematics concepts" - "Generate assessment questions for this programming tutorial"capabilities_detail: quiz_generation: supported: true description: "Generates 10-question multiple-choice quizzes" features: - structured_formatting - academic_language - answer_explanations educational_assessment: supported: true description: "Creates professional educational assessments" methodology: "MCQ format with 4 options and explanations" content_processing: supported: true description: "Processes provided text to generate relevant questions" output_formatting: supported: true description: "Structured markdown output with clear formatting"
# Clone the Bindu repositorygit clone https://github.com/GetBindu/Bindu# Navigate to frontend directorycd frontend# Install dependenciesnpm install# Start frontend development servernpm run dev