Vault seed record
Train breakfast basket
You have $12. Buy breakfast for a train ride: choose a warm drink and the most filling savory option. Skip sweet snacks.
Classification
reviewed-seedapprovedvisual-simulation-mechanicsshop-mission-basketshop-simulatorA2Real life
Provenance
Kind: human-authored
Source: exercise-lab
Batch: viral-mechanics-001
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Choose the best basket.
Correct answer
coffee, sandwich
Explanation
Coffee is the warm drink, and the egg sandwich is the most filling savory option. Together they stay under $12.
Product use
Surfaces
funneldailyfriend-challenge
Source languages
global
Difficulty
low
Conversion hook
Makes the test feel like a real-life mission.
Review payload
Review notes
Production-ready with simple price logic.
Media prompt
No media prompt attached.
Assets
shop-catalog-missions
Source traps
none
Tags
shoppingbudgettravel
Usage
Tests: survival-english
Funnels: es-translated-english
Challenges: travel-shop
{
"type": "multi-select",
"correctIds": [
"coffee",
"sandwich"
],
"options": [
{
"id": "coffee",
"label": "Coffee, $3",
"tag": "drink"
},
{
"id": "water",
"label": "Water, $2",
"tag": "drink"
},
{
"id": "sandwich",
"label": "Egg sandwich, $7",
"tag": "filling"
},
{
"id": "gum",
"label": "Mint gum, $4",
"tag": "snack"
},
{
"id": "muffin",
"label": "Blueberry muffin, $5",
"tag": "filling"
}
]
}