Create a quiz or assessment for a programming course
/plugin marketplace add NathanJGaul/plugins/plugin install dev-course-builder@njg-marketplace[course] [topics] - Course and topics to cover (e.g., 'cpp-fundamentals chapters 3-4')# Create Quiz Generate a quiz to assess understanding of programming concepts, including code reading, writing, and conceptual questions. ## Interactive Workflow ### Step 1: Course Selection ### Step 2: Chapters/Topics ### Step 3: Quiz Type ### Step 4: Question Count ### Step 5: Question Mix ### Step 6: Generate Quiz Create the quiz following these guidelines: 1. Mix question types appropriately 2. Progress from easier to harder 3. Include code that compiles (or explicitly broken for debugging questions) 4. Provide clear point values 5. Create detailed answer key ## Que...