Vault seed record
Museum locker instruction
Before entering the exhibit, put your backpack in the locker, keep your ticket visible, then join the line.
Classification
Provenance
Kind: human-authored
Source: viral-mechanics-depth
Batch: viral-mechanics-002
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Tap the actions in the correct order.
Correct answer
locker -> ticket -> line
Explanation
'Before entering' tells you the locker step happens first. Then the instruction says to keep the ticket visible and join the line.
Product use
Surfaces
Source languages
Difficulty
medium
Conversion hook
Feels like a real place with a small mistake penalty.
Review payload
Review notes
Adds a public-place sequence with a tempting forbidden-action decoy.
Media prompt
No media prompt attached.
Assets
Source traps
Tags
Usage
Tests: survival-english, listening-comprehension
Funnels: none
Challenges: museum-instruction-trap
{
"type": "ordered-actions",
"correctOrder": [
"locker",
"ticket",
"line"
],
"actions": [
{
"id": "line",
"label": "Join the line"
},
{
"id": "ticket",
"label": "Keep ticket visible"
},
{
"id": "photos",
"label": "Take flash photos"
},
{
"id": "locker",
"label": "Put backpack in locker"
}
]
}