Minor Gordon

SearchSci

SearchSci landing page
SearchSci landing page

SearchSci was a web-based research experiment investigating the effects of cognitive bias on our consumption of information online.

Users interacted with a simulated search engine in order to complete three related tasks:

The scope of the experiment was expanded several times over the lifetime of the project. A conditional Memory task was added, requiring users to answer comprehension questions about documents they had read. In order to reproduce the initial experiment results, additional workflows with different task orders and minor variations on task presentation were introduced.

The user's journey

Experiment subjects were recruited on social media as well as from Mechanical Turk. New users were directed to the landing page of the experiment's website, shown in the screenshot above.

Entrance survey

Before starting the experiment's tasks, users were asked to complete an entrance survey in Qualtrics (shown below). The survey was embedded in an iframe in order to maintain a consistent look and feel throughout the experiment.

Embedded Qualtrics survey
Embedded Qualtrics survey

Starting the experiment

After completing the entrance survey, the user had to wait 24 hours to start on the three tasks. The system notified users by email when they could begin.

Notification email
Notification email

The email linked to another landing page with general instructions for the experiment. Each task screen was also preceded by a per-task instructions screen.

Instructions landing page
Instructions landing page

Search generation

The first task was search generation. Users were asked to enter search terms "regarding things you want to know about GMOs (genetically modified organisms)". After entering five search terms, the user was allowed to proceed to the next screen.

Search generation task: entry
Search generation task: entry

The follow-up screen prompted the user to reorder the search terms they entered from most to least important, and then confirm the order. Items in the list could be dragged and dropped to reorder them.

Search generation task: reordering
Search generation task: reordering

Search selection

The next task was search selection. The user was prompted to select from a list of "search terms that others have used to search for information about GMOs".

Search selection task: entry
Search selection task: entry

After selecting five search terms and clicking a button to proceed, the user was then asked to reorder the selected terms using the same mechanism as before.

Content task

Finally, the user was directed to the content task, which presented a list of simulated search results.

Content task: results
Content task: results

In order to successfully complete the task, the user was asked to read at least three articles within a configured time period. Users could highlight passages of an article's text and add them to a notes box.

Content task: article
Content task: article

When the preallocated time for completing the content task expired, a modal dialog indicated that the session was complete, and the user was directed to a page thanking them for participating in the experiment. Users who successfully completed all tasks were directed to an exit survey in Qualtrics.

Implementation

Process

At project kickoff the product owner provided a high-level write-up of initial project goals, which formed the basis for further requirement elicitation. Through subsequent discussions the product owner and I identified a set of concrete user stories for a prototype with unstyled screens — an end-to-end release 0.

I developed the prototype and subsequent releases iteratively, gathering feedback from the product owner after each release. We collaboratively refined the initial requirements and identified new requirements for later releases.

During development the product owner consulted with a user interface/user experience designer for guidance on the application's interface. When the latter was functionally complete the designer provided a set of screen mockups with exact colors, fonts, layout, and other styling for me to apply.

Technologies

I implemented SearchSci as a three-tier web application using my then-preferred software stack:

Challenges

The development of SearchSci presented a number of challenges, including:

Conclusion

The SearchSci web application was successfully deployed over a period of several years and used by hundreds of experiment subjects. Although the code base grew more complex as the scope of the experiment expanded, there were no major issues with availability or data integrity.