> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/tc-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/tc-docs/certification/lf-handbook2/exam-user-interface/examui-multiple-choice-exams.md).

# ExamUI: Multiple Choice Exams

<figure><img src="/files/EcEM4I0d8P0uH1GBOSC5" alt=""><figcaption><p>Multiple Choice ExamUI</p></figcaption></figure>

<figure><img src="/files/JzKMfvuaGnyP2F6EM4Nl" alt=""><figcaption><p>Multiple Choice Review Screen</p></figcaption></figure>

### Guidelines and Tips for using the Multiple Choice ExamUI

* To navigate between items, click the Previous or Next button
* The candidate can "Flag" an item for later review. This items will be highlighted on the "Review Screen" and they can return to the item to update your answer.
* When the candidate reaches the final multiple choice item, they will be prompted to click on "Review Exam"  the Review screen contains the "Finish Exam" button.
* The Exam will end when the timer or expires, or when the candidate clicks "Finish Exam".


---

# 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.linuxfoundation.org/tc-docs/certification/lf-handbook2/exam-user-interface/examui-multiple-choice-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.
