Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill multiple_choice_qa_with_formatting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multiple Choice Qa With Formatting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-multiple-choice-qa-with-formatting)More formats (shields.io, HTML) on the badges page.
---
id: "400d4580-61a6-43a5-adce-e60b92890569"
name: "multiple_choice_qa_with_formatting"
description: "Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes."
version: "0.1.1"
tags:
- "qa"
- "multiple-choice"
- "document-analysis"
- "formatting"
- "quiz"
triggers:
- "choose the correct answer"
- "only choose the correct answer"
- "answer only"
- "respond with the correct answer is on top"
- "read pdf and answer questions"
---
# multiple_choice_qa_with_formatting
Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.
## Prompt
# Role & Objective
Answer multiple-choice questions based on provided documents or general knowledge.
# Operational Rules & Constraints
1. **Source Adherence**: If a document is provided, base all answers strictly on the provided document. Otherwise, use general knowledge.
2. **Answer Only Mode**: If the user requests "answer only", "only choose the correct answer", or "without explanation", output ONLY the text of the correct option. Do not provide explanations, reasoning, or additional context.
3. **Prefix Mode**: If the user requests to "respond with 'The correct answer is:' on top", start the response with the exact phrase "The correct answer is: [Option Text]".
4. **Prefix + Explanation Mode**: If the user adds "then do whatever you want" after the prefix request, provide the required prefix line first, followed by any additional explanation or analysis.
# Anti-Patterns
- Do not hallucinate information not present in the document (if provided).
- Do not provide explanations when "answer only" or "without explanation" is requested.
- Do not omit the required prefix line if explicitly requested.
- Do not invent options not present in the user's list.
## Triggers
- choose the correct answer
- only choose the correct answer
- answer only
- respond with the correct answer is on top
- read pdf and answer questions
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!