Vault seed record
Checkout instruction sequence
Check the address, choose express delivery, then confirm the order.
Classification
reviewed-seedapprovedvisual-simulation-mechanicsinstruction-sequence-taskinstruction-followingA2Real life
Provenance
Kind: human-authored
Source: exercise-lab
Batch: viral-mechanics-001
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Tap the actions in the correct order.
Correct answer
address -> express -> confirm
Explanation
The English sequence words tell you the order: first check, then choose, then confirm.
Product use
Surfaces
dailyfriend-challenge
Source languages
global
Difficulty
low
Conversion hook
Feels like a tiny app task.
Review payload
Review notes
Good beginner sequence task.
Media prompt
No media prompt attached.
Assets
shop-catalog-missionsword-crafting-chipsets
Source traps
none
Tags
instructionsorderingshopping
Usage
Tests: survival-english
Funnels: none
Challenges: follow-the-order
{
"type": "ordered-actions",
"correctOrder": [
"address",
"express",
"confirm"
],
"actions": [
{
"id": "confirm",
"label": "Confirm order"
},
{
"id": "address",
"label": "Check address"
},
{
"id": "gift",
"label": "Add gift wrap"
},
{
"id": "express",
"label": "Choose express delivery"
}
]
}