> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/diary-studies/what-are-diary-studies-in-dscout/understanding-missions-activities-and-entries-for-researchers.md).

# Understanding missions activities and entries for researchers

Missions, activities, and entries are the key structural elements of a Dscout Diary mission.

A **mission** is a series of research activities that you ask scouts to complete. Most research projects consist of one mission.

Dscout Diary missions usually consist of multiple **activities** (formerly known as "parts"); you can think of activities as distinct tasks you want your participants to complete. Each activity in your mission has its own instructions, unique set of questions, and timeframe.

Scouts complete each activity in your mission by submitting entries. **Entries** are the bundles of data that scouts send you each time they answer all the questions in an activity. Each time scouts answer the set of questions you've written for your part, they create a unique entry – just like in a diary study. Some activities require multiple entries, which means scouts are answering the same set of questions multiple times. Other activities may just require a single entry.

In each entry, scouts will answer a combination of open- and closed-ended questions, and can submit up to 5 photos plus 3 video or screen recording responses.

* [Single entry activities](#activities-that-require-a-single-entry-interview-style)
* [Multiple entry activities](#activities-that-require-multiple-entries-diary-style)

While you can set [due dates](/diary-studies/manage-a-diary-study/activity-due-dates-and-reminders.md) for activities, participants can continue to submit entries until you [close the mission](/study-basics/edit-close-or-relaunch-missions/close-a-study.md). It is not possible to close activities, which means your participants can submit a new entry to any activity until the mission or [scout is closed](/recruit-participants/working-with-participants/close-or-re-open-a-participant.md).

## Activities that require a single entry (interview-style)

If you have a specific set of questions you'd like scouts to answer (like a survey or interview guide) you can set up an activity in your mission to accommodate this. Just set the minimum entry requirement to one. In the following example of a mission activity, scouts like David have been asked to submit only 1 entry to answer this set of 5 questions.

![](/files/78baec8ae9397271424dc438c2f8ce98a8b2bd68)

## Activities that require multiple entries (Diary style)

You can also design a mission activity so scouts answer ONE set of questions multiple times - they do this by submitting multiple entries. In the following example, scouts have been asked to submit a minimum of 3 entries in order to capture different snacking moments. Scouts will answer the same set of questions each time they share a snacking moment in a new entry.

Q1 \[VIDEO PROMPT]\
**Take a 30 second video of the snack you're eating right now! (Please make sure you’re in a well-lit and quiet space so we can see & hear you clearly!)**

Q2 \[OPEN END]\
**What is this snack you just showed us?**

Q3 \[SINGLE SELECT]\
**Which of the following best describes why you chose this snack on this occasion?**

* healthiness
* cost
* taste
* convenience
* other (tap to type)

Q4 \[SINGLE SELECT]\
**Where are you right now?**

* home
* someone else's home
* work/school
* on the go/in transit
* in another public space
* other (tap to type)

![](/files/2bc735dfe50b3a84beda7280bba825c0555f6e16)


---

# 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://help.dscout.com/diary-studies/what-are-diary-studies-in-dscout/understanding-missions-activities-and-entries-for-researchers.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.
