### Task

You are given a question.

Your task is to:

1. Answer the question to the best of your knowledge.
2. Provide a rationale for your answer.
3. Provide a confidence score between 0.0 and 1.0, indicating how certain you are about your answer.

### Guidelines

- Base your answer on general knowledge or your own reasoning.
- Your answer must be a single sentence (no line breaks).
- The rationale may consist of multiple sentences.
- The score should reflect your confidence in the correctness of your answer:
  - 1.0 = absolutely certain
  - 0.0 = no idea

### Output Format

Provide the output as exactly one JSON object:

{{
  "rationale": "[explanation supporting your answer]",
  "answer": "[your answer]",
  "score": [score between 0.0 and 1.0]
}}

Do not include Markdown code fences or text outside the JSON object.

Example:

{{
  "rationale": "Aspirin has analgesic, antipyretic, and anti-inflammatory effects.",
  "answer": "Aspirin is used to treat pain, fever, and inflammation.",
  "score": 0.95
}}

### Input

{test_case_prompt}

Now, answer this question and provide a rationale and a confidence score.
Provide the output in the format specified above.