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
- Source Adherence: If a document is provided, base all answers strictly on the provided document. Otherwise, use general knowledge.
- 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.
- 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]".
- 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