Vault seed record
Phone charger shop mission
A traveler says, 'My phone is dying. I need a USB-C cable and a wall adapter, but no headphones.'
Classification
Provenance
Kind: human-authored
Source: viral-mechanics-depth
Batch: viral-mechanics-002
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Build the basket that matches the request.
Correct answer
usb-c-cable, wall-adapter
Explanation
The request names two required items: a USB-C cable and a wall adapter. Headphones are explicitly excluded.
Product use
Surfaces
Source languages
Difficulty
medium
Conversion hook
The user gets a useful real-world win in under a minute.
Review payload
Review notes
Adds a constraint-heavy shop simulator item for travel and practical English.
Media prompt
Realistic 3D electronics shop counter with USB-C cable, wall adapter, headphones, power bank, and phone case.
Assets
Source traps
Tags
Usage
Tests: survival-english, listening-comprehension
Funnels: es-translated-english
Challenges: charger-shop-mission
{
"type": "multi-select",
"correctIds": [
"usb-c-cable",
"wall-adapter"
],
"options": [
{
"id": "usb-c-cable",
"label": "USB-C cable, $8",
"tag": "charging"
},
{
"id": "wall-adapter",
"label": "Wall adapter, $12",
"tag": "charging"
},
{
"id": "power-bank",
"label": "Power bank, $25",
"tag": "battery"
},
{
"id": "headphones",
"label": "Headphones, $19",
"tag": "audio"
},
{
"id": "phone-case",
"label": "Phone case, $15",
"tag": "accessory"
}
]
}