# Scoring subjective answer prompts

DialogForm allows course creators to test their users' knowledge via subjective answers. These answers can be in a long text format, or can even be hand-written/hand-drawn and uploaded as images. Since a descriptive answer cannot be scored instantly, we developed a feature called **"score-later"** to score such prompts.

The score-later option allows course creators to manually score the responses of their users at a later stage and share with them via email.

## What To Do

Open up a flow and create a subjective answer prompt. Depending on whether you want the user to type in the answer or upload images of a hand-written/hand-drawn answer, the following articles will help you:

{% content-ref url="/pages/mWm9rzd0xgm0KYhVm8Lp" %}
[Free-form/Subjective answer prompts](/user-guide/free-form-subjective-answer-prompts.md)
{% endcontent-ref %}

{% content-ref url="/pages/afPjYjBOPI6VpoFYVKgf" %}
[Image upload prompts](/user-guide/image-upload-prompts.md)
{% endcontent-ref %}

Whichever type of prompt you create, it will contain just a single answer - a "\*". To add a score to the answer, hover over the <img src="/files/pqNJr08A79HGYJYGg73L" alt="" data-size="line"> icon that appears to the right of the answer, and select "Add Score" in the menu that opens up as a result.&#x20;

You will see a<img src="/files/5Bj0EMsIWR4Q9W7ZGN57" alt="" data-size="line">pop up right above the answer. Click on it and customize your score <img src="/files/IXDdf5iKburBIjqMsXKh" alt="" data-size="line">. Press Enter or navigate away from the score box to register the updated score.

Now, click on the "=" sign to the left of your score. You will see it convert into a "less than or equal to" sign ![](/files/sstb9TPkWnAB61OVe1v5). This indicates to DialogForm that you will be manually assigning a score later, and that the score you assign will not exceed the number that you entered.

Here is an example of what your prompt might look like:

![](/files/gWz74GFGNQYpmwFcstEg)

### How to Assign a Score

To assign a score to a user's response, you first need to view their chat history. Next to the "BUILD" tab on the flow builder page, you'll find another tab called "STATS". Click on this tab. This will take you to the flow's statistics page. Now, click on the "CHATS" tab to see all the individual chat histories so far.

Find the desired chat history and assign a score. The image below points out the various bits of UI for doing so:

![](/files/8GtWz44pW9ynUwFEE4Kr)

### Notifying Users When a Score is Assigned

If you serve up your DialogForm content through [Thinkific](/user-guide/using-dialogform-with-thinkific.md), users will be notified by email whenever you assign a score.

Likewise, when we provide integration with [LTI compatible Learning Management Systems](/user-guide/using-dialogform-as-an-lti-tool.md) (coming soon), the same email feature will be made available.

For all other cases, please contact us at <hi@dialogform.in>. We'll be happy to help you with possible options.


---

# Agent Instructions: 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:

```
GET https://docs.dialogform.in/user-guide/scoring-subjective-answer-prompts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
