> For the complete documentation index, see [llms.txt](https://docs.scholarrx.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scholarrx.com/docs/updates-and-changes/production-releases/2024-03-13.md).

# 2024-03-13

## New Features

New items represent new features / functionality that have been added to ScholarRx applications.

### Abstract Question Type

The ‘Abstract’ question is a new type of question that requires test takers to analyze a given scenario. They are often used to test the understanding of experiments or clinical investigations.

#### Qmax Management Application – ‘Preview’ Tab

To improve how 'Abstract' question types are used in the Qmax Management application, the 'Preview' tab will now show all questions from a set when any single question from that set is chosen for a test. This change ensures that selecting one question from a set automatically includes all associated questions.

{% hint style="warning" %}
The Qmax Managment application currently has limited support for set questions. When adding an individual question from a set to a test, all questions from that set appear in the preview. However, not all of these questions are included on the final test or shown on the 'Manage Questions' tab. Full support for set questions is planned for a future update, which will be implemented prior to the introduction of abstract question types in our question banks.
{% endhint %}

## Enhancements

Enhancements represent items that have been added to the software to increase usability.

### Brick Exchange

Institutions can now request that their institution’s name be appended to the URL for their Organization page.

{% hint style="info" %}
Institutions should request the addition of their institution’s name from their Academic Solutions contact.&#x20;
{% endhint %}

<figure><img src="/files/IzMLqVJaddAUrdEmd9Ed" alt=""><figcaption><p>Custom Brick Exchange URL</p></figcaption></figure>

### Qmax Management – Update to Logic for Tests Assigned to Student Groups

Previously, when a faculty-assigned test was assigned to a student group before a student was added to the group, faculty had to create a copy of the test and assign it to each student individually.

Now, tests assigned to a student group without an end date, or where the end date has not been exceeded, will automatically be assigned to students when they join the group.

{% hint style="info" %}
Students who join a student group after a test has been assigned and published will see a notification on their dashboard; however, they will not receive an email notification that a test has been assigned to them.
{% 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://docs.scholarrx.com/docs/updates-and-changes/production-releases/2024-03-13.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.
