short != clear, Write as much as you would like to add.
```
Triple quotes: “””
Triple backticks: ```,
Triple dashes: ---,
Angle brackets: < >,
XML tags: <tag> </tag>
```
Html, json
Check assumptions required to do the task
Show modal example of successful task, then ask it to perform.
```
1. Summaries the text delimited by triple quotes.
2. Translate the summary into french
3. Output a json object that contains following keys: summary, translation
```
```
Your task is to determine if the student's solution \
is correct or not.
To solve the problem do the following:
- First, work out your own solution to the problem including the final total.
- Then compare your solution to the student's solution \
and evaluate if the student's solution is correct or not.
Don't decide if the student's solution is correct until
you have done the problem yourself.
Use the following format:
"Question:"
"Student's solution:"
"Actual solution:"
"Is the student's solution the same as actual solution: Yes/No"
```
First find relevant information, then answer the question based on the relevant information.