Vault seed record
Picnic snack shop mission
You need still water and one filling savory lunch item for a picnic. Stay under $10 and avoid sweet food.
Classification
Provenance
Kind: human-authored
Source: sticky-mechanic-seed-wave
Batch: sticky-mechanics-002
Reviewer: content-lead
Updated: 2026-05-21
Instruction and answer
Instruction
Build the basket that matches the request.
Correct answer
water, cheese-sandwich
Explanation
Water plus the cheese sandwich satisfies still water, a filling savory lunch item, and the $10 budget. Crisps are savory but not a filling lunch item; juice is not still water.
Product use
Surfaces
Source languages
Difficulty
low
Conversion hook
A small basket puzzle is more addictive than another abstract multiple choice.
Review payload
Review notes
Adds a clean budget-and-constraint shop simulator seed.
Media prompt
Realistic 3D picnic shop shelf with water, sandwich, muffin, juice, and crisps.

Approved media asset
Realistic 3D cafe shelf with drinks and snacks
Assets
Source traps
Tags
Usage
Tests: survival-english, listening-comprehension
Funnels: es-translated-english
Challenges: picnic-shop-mission
{
"type": "multi-select",
"correctIds": [
"water",
"cheese-sandwich"
],
"options": [
{
"id": "water",
"label": "Still water, $2",
"tag": "drink"
},
{
"id": "cheese-sandwich",
"label": "Cheese sandwich, $6",
"tag": "savory"
},
{
"id": "muffin",
"label": "Blueberry muffin, $4",
"tag": "sweet"
},
{
"id": "juice",
"label": "Orange juice, $5",
"tag": "drink"
},
{
"id": "crisps",
"label": "Crisps, $3",
"tag": "savory"
}
]
}