> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/students/getting-started/exploring-exams/testbank-exams.md).

# Test Bank Exams

![Test Bank Exam Interface](/files/-M8Hi0jaPL7DWTY0JK_z)

## The Test Bank Exam interface

### 1.:stopwatch:Exam timer

You can keep track of how much time has gone by while you are taking a test bank exam with the timer located in the upper right corner of the Exam page. The timer will count down to indicate how much time has gone by and how much time is left to complete the exam. If the test is not a timed test, the words "Not Timed" will appear in place of the timer.

### 2. :straight\_ruler: Text size

If you are having trouble reading the questions, you can easily change the size of the question text by clicking the Text size button, and toggling the **+** and **-** buttons to make the text the size that works best for you.

{% hint style="warning" %}
**Warning**: This will not change the size of the answer options.
{% endhint %}

### 3. :floppy\_disk: Save Exam button

If you would like to save your progress in the middle of taking an exam and return to finish it later, the **Save Exam** button will pause the countdown of the timer, prompt you to save the exam, and exit back to the Exam Title page. If you have clicked this button by mistake, the **Cancel** button will return you to the exam and continue the countdown of the timer.

{% hint style="info" %}
**Info**: This option may not be available for your exam. Your instructor controls the availability of saving and returning to an exam. All exam progress is always saved, but the **Save Exam** button allows you to return at a later time to finish.
{% endhint %}

### 4. :question: True or false questions

In a Test Bank exam, the questions will either come in the form of true-or-false questions or multiple-choice questions. You can answer true-or-false questions by selecting the radio button next to True if you believe that the questions statement is true, or the radio button next to False if you believe the statement to be false.

### 5. :bookmark\_tabs: Multiple choice questions

In a Test Bank Exam, the questions will either come in the form of true-or-false questions or multiple-choice questions. You can answer multiple choice questions by clicking the radio button next to the appropriate answer to each question. These questions may either be presented as statements with a blank word or phrase to fill, or as a question, each with a list of possible answers.

### 6. :octagonal\_sign: End Exam button

You can exit the Exam at any time by clicking the **X** in the top right corner of the exam screen or by clicking the **End Exam** button in the lower right corner of the screen. You will be prompted to click either **End Exam** if you are ready to submit this exam attempt to your instructor for grading, or to click **Cancel** if you would like to return to the exam.

{% hint style="warning" %}
**Warning**: Exiting the exam will end the exam and submit your score to the grade book. You will not be able to continue where you left off.
{% endhint %}


---

# 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://help.simnetonline.com/students/getting-started/exploring-exams/testbank-exams.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.
