> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/quizzes/numerical-answer.md).

# Numerical Answer

## Numerical Answer

In this section, students will be provided with a text box to answer the question numerically. They can only input numerical values.

&#x20;           There are three main formats for creating a Numerical Answer question:

1. **Exact Answer** : This is the primary answer that is calculated accurately. The precision can be specified by determining the allowable margin of error.
2. **Answer in the Range** : The answer falls within a specified range, with values ranging from the first number to the second number.
3. **Answer with Precision** : It is recommended to use the primary answer format, which is the Exact Answer.

![](/files/-MbA3TNVmEPGOGtCnCm2)

### Creating Numerical Answer

![](/files/-MbA-GOEO84FjFIwxq4U)

&#x20;         In the section of creating this question, you can attach a picture of a complex equation or add special symbols in mathematics and science. To do this, click on the symbol <img src="/files/-MbLnk738lcbtzLCyBzE" alt="" data-size="original"> (Insert Match Equation), and a window will appear as shown in the image below.

![](/files/-MbLnzW7f3NzSveDt9cW)

### The Display Page of Numerical Answer  (student's view)

![](/files/-MbA-TjEQrrolGFmK3Zb)

&#x20;         When responding with letters, the system will display the message "Only numerical values are accepted".

![](/files/-MbA2lAHLzGKgJ3Ksvpt)

### How to Create Numerical Answer (animated image)

![](/files/-MbA2UI2iQrcqbPXORoh)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/quizzes/numerical-answer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
