> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/diary-studies/participate-in-diary-studies/what-kinds-of-questions-do-i-answer-in-missions-and-applications.md).

# What kinds of questions do I answer in missions and applications

An **Entry** is the set of answers you submit when participating in a mission. Typically, you’ll submit multiple entries while participating in a single mission, but each mission will require at least one entry per activity. (Don't remember what an activity is? Read more [here](/diary-studies/participate-in-diary-studies.md))

There are eight different types of questions, which are listed below.

## Open-ended questions

Open-ended questions ask you to respond in a free-form, text-based manner. Answers to open-ended questions may have a limit of 140 characters.

<img src="/files/2d1defc8e1a9bd2e2c8c16caa6e147b15c1cbb88" alt="" width="563">

***Pro tip**: If your entry has a limit of 140 characters, you'll see the number 140 somewhere on the screen (this number will be on the bottom-left corner for iPhones and right under the text box on the right for Android devices). When you type your answer, the number will decrease. If you don't see a number anywhere on the screen, then you can add as many characters as you want.*

## Multiple choice questions

Multiple choice questions ask you to select one or more choices from a list.

<img src="/files/b526910bfc91bdb6846effbf5864488511652d71" alt="" width="563">

***Pro tip:** You'll notice the number of choices you're supposed to select underneath the question prompt in gray.*

## Ranking questions

Ranking questions ask you to rank some or all of the response choices from a list. The number of choices you need to rank will be specified above the choice list (e.g. "Rank all 6 choices," "Rank 1 to 3 choices").

<img src="/files/4b612aeaa44750e8b944d942d00130d187dc79ec" alt="" width="563">

***Pro tip:*** *Read the directions carefully to fully understand how the response choices should be ranked (e.g. best to worst, favorite to least favorite, etc.)*

## Media questions

Media questions ask you to submit a video or image about a specific topic. For video questions, the length of the video will be determined by your mission leader and communicated in the question prompt.

<img src="/files/544ed960f1cdd0e1b3301f9df7453b2fd9072082" alt="" width="563">

**Photo questions**

Submit a photo or screenshot of something. Researchers may ask you to submit up to 5 different photos for a particular entry.

**Video questions**

Take a selfie or outward-facing video about a specific topic. The length of the video (30 seconds - 5 minutes) will be determined by your mission leader and communicated in the question prompt.

***Pro tip**: When you to add a video or photo, you'll have the option of completing the task in real-time. For example, you'll be able to take a picture or video using the mobile app's camera feature. However, if you already have a video pre-recorded or a picture already taken, you can choose to upload from your phone's media storage. Please note that this will require you to give Dscout permission to access your media. Read more about granting permissions* [*here*](/account-settings/app-settings/dscout-scout-app-permissions.md)*.*

## Screen recording questions

Screen recording questions ask you to share your thoughts aloud while recording your screen on your mobile device. For these questions, please note that you'll be recording everything on your screen while talking out loud.

When you encounter a screen recording question, you'll be shown a tutorial on how to screen record. In case you need a refresher, here's what you'll see depending on your device type!

**All Android devices with Dscout app version 4.19.0 and above**

<div><img src="/files/50c92aa06dc63fe8b6c4f63d626e809867d6ca32" alt="" width="563"> <img src="/files/cf0980a7c01d17b65bb25269a1fadac8453eae40" alt="" width="563"> <img src="/files/362665c286c2cdf8dea2d30e5fc792df165f6cad" alt="" width="563"></div>

**iPhone 8 and below with Dscout app version 3.76 and above**

<div><img src="/files/638b1f24ba71f3551638900b66d2418d555b7df1" alt="" width="563"> <img src="/files/b54d80d2c71b800ac6cf7144aa96f24965011a3c" alt="" width="563"> <img src="/files/42a34d1bfd9c769c536f2023736b44b2171b7098" alt="" width="563"> <img src="/files/6d9688092a959c102c8e67e8125b97b3cae58936" alt="" width="563"></div>

**iPhone X and above with Dscout app version 3.76 and above**

<div><img src="/files/0d90bdcb22dc7751dceaa617c972f0256b5db980" alt="" width="563"> <img src="/files/f75bdf8a390bf2c1e429d39efc089d56b1df0bb7" alt="" width="563"> <img src="/files/47bcd00fbc13bad331be549c2dc468675030d529" alt="" width="563"></div>

***Pro tip**: For privacy concerns, you'll have the chance to close out any personal and private information before hitting the **Start Recording** button. When recording your screen, please make sure you speak loudly and clearly.*

## Scale questions

Scale questions ask you to respond to a prompt using a rating system.

<img src="/files/020550e7b8d34ab00ca4258b3cd66272679ebae1" alt="" width="563">

## Number questions

Number questions ask you a question to which you can only respond with a number.

<img src="/files/15f9ca9fe0b3cfb89a4607a717d051e97bcb150c" alt="" width="563">

## Checkpoints

Checkpoints aren't technically question types, but you may encounter them throughout a mission. Checkpoints allow our mission leaders to provide further instruction throughout the mission and don't require you to do anything other than read the text.

## Questions with question stimuli

Some question types will have images at the beginning of the prompt. These types of questions are designed for scenarios when you need to review one or several images, then respond and react to what you were shown. In order to complete these questions, you'll first need to expand and scroll through all images; then, you'll be able to respond and move to the next question.


---

# 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://participanthelp.dscout.com/diary-studies/participate-in-diary-studies/what-kinds-of-questions-do-i-answer-in-missions-and-applications.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.
