> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/examind-platform/build/question-builder/question-types/excel-workbook.md).

# Excel Workbook

## Overview

Excel workbook questions enable students to work directly inside Excel with a direct connection to EXAMIND. Using a specialized plugin, students input a unique code to launch their EXAMIND question. When they are complete, they can click a button inside of Excel to submit their work to EXAMIND's autograder. This type of question is ideal for courses that require data analysis, financial modeling, statistical computations, or spreadsheet-based problem-solving.

{% hint style="info" %}
Students complete these in Microsoft Excel through the **EXAMIND Excel Add-in**. See [Excel Assignments](/v1/examind-platform/deliver/excel-assignments.md) for the student side — installing and using the add-in. For how this fits together as a graded assessment, see [Excel Assessments](/v1/examind-platform/build/assessments/assessment-types/excel-assessments.md).
{% endhint %}

### Why use it

This question type allows students to practice real-world skills. They can format data, apply formulas, create charts, and run analyses as they would in a professional setting, bridging theoretical concepts and practical application.

* **Hands-On Practice:** Students gain proficiency in spreadsheet tools widely used in industry.
* **Complex Data Analysis:** Easily handle large datasets, perform calculations, and visualize results within the question interface.
* **Authentic Assessment:** Closely mimics on-the-job tasks, enhancing students’ career readiness.

{% hint style="info" %}
EXAMIND provides full autograding with partial credit on Excel workbook questions.
{% endhint %}

### Use cases

* **Accounting and Finance:** Create financial models, forecast cash flows, or prepare budgets.
* **Statistics and Data Analysis:** Run descriptive statistics, regression analyses, or create pivot tables from provided datasets.
* **Operations Management:** Model inventory decisions, optimize supply chain scenarios, or simulate queuing models.

## Setting up

Excel Workbook questions are in **closed beta** and configured by EXAMIND — they aren't self-serve yet. Tell us what you'd like to assess and we'll build it with you: see [Excel Assessments](/v1/examind-platform/build/assessments/assessment-types/excel-assessments.md), or contact [**support@examind.io**](mailto:support@examind.io).

## Instructor tips

### Ensuring academic integrity

* **Randomized Data Sets:** Use different data sets for each student or each attempt, making it harder to share answers or collaborate.
* **Time Limits:** Set a reasonable time limit for accessing and submitting the Excel workbook to reduce external collaboration.

{% hint style="info" %}
To improve academic integrity, EXAMIND wipes all data in their workbook when they input their code to gain access to a question. Then, it adds a unique ID to every workbook to prove if a student attempts to use another student's work.
{% endhint %}

### Common issues

* **Overwriting Cells:** Students can overwrite reference cells or instructions by mistake. Lock these cells or provide a protected sheet.
* **Plugin Installation:** Students sometimes wait until the last minute to install the excel plugin. Conduct a low-stakes assignment at the start of your course to mitigate this issue.

### Best practices

* Provide a practice assignment so students get comfortable with the Excel integration before a graded task.
* Offer a rubric that clarifies which aspects (correctness, formatting, analysis) carry the most weight.
* Encourage students to double-check calculations and charts before submission.


---

# 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://examind.gitbook.io/v1/examind-platform/build/question-builder/question-types/excel-workbook.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.
