> 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/omnichannel-research-with-desktop-activities-for-diary-missions.md).

# Omnichannel research with desktop activities for diary missions

Dscout’s Diary tool now supports omnichannel research designs with the introduction of desktop-based research activities. With this feature, program research activities for both mobile *and* desktop modalities in the *same mission.*

In desktop Diary mission activities (formerly known as "parts"), scouts—or research participants—will respond to a set of questions and capture videos, photos, or screen recordings from their computer, via the Dscout browser extension (available via the Chrome store for Google Chrome + Microsoft Edge users), instead of their mobile phone.

## How can I include desktop activities in my Diary mission?

When creating an activity in your Diary mission, you’ll see an option to designate how scouts will complete the activity: on the Dscout mobile app, or on desktop web, via the Dscout browser extension. Your choice for each activity will be reflected in the activity menu, with a mobile phone or computer icon.

You can build a Diary mission with all mobile activities, a mix of mobile and desktop activities, or all desktop activities, as relevant for your study.

![](/files/965cc24420922f8a040f8aabd153b387abc73971)

The same set of features and question types are available for both mobile and desktop activities, so if you change your mind about how an activity should be completed while designing your study, you can simply switch the setting before launching your mission.

## How do scouts experience desktop activities?

When a scout is invited to a Diary mission with one or more desktop activities, the mission will appear in their invite queue in the mobile app or on desktop, marked with a “desktop activities” flag. Before accepting the mission, they’ll go through a brief walkthrough that sets expectations for how to participate on desktop.

Once the mission invite has been accepted, scouts can begin creating entries to desktop activities. In the mobile app, each activity is labeled with a mobile or desktop icon, indicating how the activity will be completed.

To begin creating entries to a desktop activity, scouts can email themselves a magic link from the mobile app, or they can log into Dscout on a computer.

Once on desktop, scouts will go through an onboarding flow that guides them through installing the [Dscout browser extension](https://chrome.google.com/webstore/detail/dscout-diary/mjfgpadamkbikpdgpenjhnpckhdpcbcd), if they don’t already have it, and perform hardware checks for their camera, microphone, and screen recording capability.

![](/files/009a980e4675a6cf9aba380ee9480cbe991da714)

![](/files/6ba934e7f00ca6e9da2a16369d1bcebcbd437ddf)

After all hardware checks are passed, scouts will view the activity instructions, move through a question flow, and submit entries on desktop much like they do in the mobile app today.

Upon successful upload of an entry, scouts can navigate back to the mission details page to submit additional entries on desktop, or to see that subsequent activities need to be completed on mobile.

Watch the desktop activities video below for a full walkthrough of the scout experience.

## How does screen recording work in desktop activities?

If your desktop activity includes a screen recording question, scouts will either follow a link to your designated starting URL to begin recording, or if there’s no starting URL, will read the question prompt and then start recording.

While a scout is recording and navigating, the question prompt will appear in a small “widget” for easy reference. Scouts can drag and drop to reposition the widget on the page as needed. The widget will automatically collapse when a scout begins recording their screen, but can be re-expanded to show the question prompt.

![](/files/e4464244682725ea852353a0baaefc436f99d259)

Any questions that follow a screen recording question will also appear in the widget, in case the scout needs to reference the web experience while responding.

The screen recording will capture the scout’s entire desktop, so they can freely switch between tabs while recording. You can also ask scouts to record activity in desktop applications outside of the Chrome browser, if that’s relevant to your study.

Keep in mind that the widget will only be visible on Chrome browser tabs, so it may be harder for scouts to reference your question prompt if they are recording activity outside of Chrome.

### What do scouts need to participate in desktop activities?

To participate in a Diary mission with desktop activities, scouts will need:

* A laptop or desktop computer with a working camera and microphone
* Google Chrome browser version 80 or higher
* [Dscout browser extension](https://chrome.google.com/webstore/detail/dscout-diary/mjfgpadamkbikpdgpenjhnpckhdpcbcd)

Scouts will be guided through installing the Google Chrome or Microsoft Edge browser and the Dscout browser extension when they begin a desktop activity, if they do not already have these installed on their computer.

We recommend including the following questions in your screener if you are recruiting scouts to participate in a Dscout study that will involve a Diary mission with desktop activities, to make sure scouts have what they need to participate:

Q \[multiple select] **Which of the following devices do you own and currently use at least once a week?**

* Desktop \[may select]
* Tablet
* Laptop \[may select]
* None of the above \[terminate]

Q \[single select] **Which of the following best describes your desktop or laptop computer?**

* My computer has microphone and camera capabilities that are fully functional. \[must select]
* My computer has microphone and camera capabilities, but one or both sometimes malfunction. \[terminate]
* My computer has microphone and camera capabilities, but one or both are not functional at all. \[terminate]
* My computer does not have microphone and/or camera capabilities. \[terminate]

Q \[single select] **Great! This Diary mission has desktop activities. Desktop activities require a desktop or laptop computer with a working webcam and microphone. It also requires use of Chrome (the internet web browser) and downloading the Dscout Browser Extension. Are you willing and able to participate in a Diary mission with desktop activities?**

* Yes
* No \[terminate]


---

# 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/omnichannel-research-with-desktop-activities-for-diary-missions.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.
