learn-quiz

Generate open-ended quiz questions from learning facts without modifying review state.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill learn-quiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-quiz
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/learn-quiz
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill learn-quiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a lightweight, read-only way for users to practice recall by generating open-ended quiz questions from stored learning facts without triggering formal spaced-repetition updates or modifying any files.

Core Features & Use Cases

  • Generate open-ended questions: Create one open-ended question per selected fact derived from the Retrieval Q field while keeping the canonical answer equal to the Fact content.
  • Scoped selection and prioritization: Filter by deck name or use all facts, choose up to five items per session and prefer facts with older next_review dates.
  • Interactive, language-specific flow: Present questions and feedback in pt-BR, run interactively one question at a time, and provide brief corrective feedback without scoring.
  • Use Case: A learner wants quick practice before a meeting and types /learn-quiz marketing-deck to get five practice prompts without altering review state.

Quick Start

Use the command /learn-quiz {deck-name} to practice up to five open-ended questions from that deck without updating any review files or logs.

Frequently Asked Questions about learn-quiz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I practice recall with open-ended quiz questions without affecting my spaced-repetition schedule?

You can practice recall by generating open-ended quiz questions from stored learning facts. This read-only approach presents prompts interactively without modifying any spaced-repetition files, review logs, or next_review timestamps.

How do I generate quiz questions from a specific flashcard deck for quick practice?

To generate quiz questions from a specific deck, apply the quiz command with your deck name. The tool filters facts located in workspace learning directories, selects up to five items favoring older review dates, and runs an interactive practice session.

Can I run practice quizzes across all flashcard decks instead of choosing just one?

Yes, you can run practice quizzes across all decks. When no specific deck name is provided, the tool selects up to five facts from all available learning facts in the workspace and runs the interactive quiz session.

Does interactive recall practice provide scoring or update my learning progress?

Interactive recall practice does not provide scoring or update learning progress. It operates strictly read-only, offering brief corrective feedback in Portuguese after each open-ended question without altering spaced-repetition state or review logs.

What languages are supported for interactive flashcard practice questions?

Interactive flashcard practice questions are presented in pt-BR (Brazilian Portuguese). The tool generates open-ended prompts and provides brief corrective feedback in Portuguese throughout the read-only quiz session.

Why are older spaced-repetition facts prioritized during quiz generation?

Older spaced-repetition facts are prioritized during quiz generation by selecting facts with older next_review timestamps. This ensures you practice recall on items that are furthest from their scheduled review date, maximizing study efficiency.