Bose was actively planning a brand-new series of audio components of various capabilities that would compose a robust home-wide ecosystem.
UX Research and the Vision & Validation team wanted to obtain more up-to-date information about the prospective customers and what features and capabilities they would need based on different budget considerations.
There are many factors to take into consideration when purchasing audio components.
At a kick-off group meeting, we curated a list of our upcoming products, along with their anticipated and target retail prices. We also categorized various home types for better product placement. Additionally, we compiled considerations for both newcomers to music and existing speaker system owners to aid their purchase decisions. Finally, we outlined three possible purchase scenarios to capture the diverse journeys our
Can you build an interactive tool for us to use in capturing user feedback?
User-centered design principles are essential in creating products that meet users' needs and expectations.
In order to allow test participants the ability to easily interact with the products, I was asked to created a graphical input engine that allows them to move speakers into and out of selected rooms on a home layout. The available budget would always be visible and their decisions would effect how much money they had left. Like a game, the input engine was designed to be as intuitive as possible.
Here are the products and their details that we targeted for these rounds of purchase research. For each scenario they could choose from three residence types that most closely resembled their own home:
Product | Price | Connect | Movability | Dependencies |
---|---|---|---|---|
SoundBar | $900 | BT, Wi-Fi | Requires Outlet | - |
Bass Module | $850 | - | Requires Outlet | Requires SoundBar |
Stationary Speaker | $250 | BT, Wi-Fi | Requires Outlet | - |
Moveable Speaker | $500 | BT | Moveable & Rechargeable | - |
Portable Speaker | $150 | BT | Moveable & Rechargeable | - |
Accessory Speaker | $100 | - | Requires Outlet | Requires Wi-Fi Product |
The plan was for each participant to sit with a UX researcher. The data-gathering application would be running in a web browser on a laptop. The researcher would introduce the application and allow the participants to interact with it. If needed, the application could be hosted online and driven by a remote participant while a researcher was connected to them during a phone or video conferencing call.
The participant would first choose their residence type. This would populate a floor plan (layout) in the prototype. Once they were ready to proceed, they would begin their purchase journey for each budget scenario. They could also change the residence type before each scenario if they wished (to capture what a potential change might mean for them).
Pricing for products should be composed in such a way as to introduce tough decisions. We wanted them to need to make certain trade offs while they were in the process of purchasing.
The tool successfully gathered all the data the team needed (Quantitative). Follow up interviews were performed to gain further insight into the decisions made, gather decision motivators, and other input to gather Qualitative data. Through this program, Bose gained knowledge about the products to be offered, where they might most be used, what price points worked and which didn't, and thus could refine the launch plans.
The web application could be run locally (apache web server) on the researcher's laptop - without a need for Wi-Fi. It was also hosted online so that it could be accessed by anyone from the comfort of a time or place of their own convenience.
{
"Project": "Bose Purchase Journey",
"Description": "Scenario 1. Participant starts with $2,500 and has no previous products.",
"Date": "Mon Jul 23 2023 12:34:29 GMT-0400 (Eastern Daylight Time)",
"StartingBudget": 2500,
"RemainingBudget": 150,
"ToolVersion": 1,
"TotalSpeakersPurchased": 8,
"ResidenceLayout": "3 Bedroom 2 Bathroom",
"Rooms": [
{
"RoomName": "Bedroom 3",
"TotalSpend": 150,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 1,
"AccessorySpeakers": 0
},
{
"RoomName": "Bedroom 2",
"TotalSpend": 150,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 1,
"AccessorySpeakers": 0
},
{
"RoomName": "Bedroom 1",
"TotalSpend": 500,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 1,
"PortableSpeakers": 0,
"AccessorySpeakers": 0
},
{
"RoomName": "Dining Room",
"TotalSpend": 250,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 1,
"MoveableSpeakers": 0,
"PortableSpeakers": 0,
"AccessorySpeakers": 0
},
{
"RoomName": "Kitchen",
"TotalSpend": 150,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 1,
"AccessorySpeakers": 0
},
{
"RoomName": "Living Room",
"TotalSpend": 150,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 1,
"AccessorySpeakers": 0
},
{
"RoomName": "Porch",
"TotalSpend": 0,
"NumberRoomSpeakers": 0,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 0,
"AccessorySpeakers": 0
},
{
"RoomName": "Bathroom 1",
"TotalSpend": 100,
"NumberRoomSpeakers": 1,
"Soundbars": 0,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 0,
"AccessorySpeakers": 1
},
{
"RoomName": "Bathroom 2",
"TotalSpend": 900,
"NumberRoomSpeakers": 1,
"Soundbars": 1,
"BassModules": 0,
"StationarySpeakers": 0,
"MoveableSpeakers": 0,
"PortableSpeakers": 0,
"AccessorySpeakers": 0
}
]
}