Vault seed record
Expense claim instruction sequence
Upload the receipt, choose reimbursement, then submit the expense claim.
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
Tap the actions in the correct order.
Correct answer
upload -> reimbursement -> submit
Explanation
The sequence words give the order: first upload, then choose, then submit. 'Archive' is a plausible app action, but it is not requested.
Product use
Surfaces
Source languages
Difficulty
medium
Conversion hook
Feels like a real product task, which makes the English test less school-like.
Review payload
Review notes
Adds a workplace instruction-following seed.
Media prompt
No media prompt attached.
Assets
Source traps
Tags
Usage
Tests: business-english, survival-english
Funnels: none
Challenges: expense-claim-order
{
"type": "ordered-actions",
"correctOrder": [
"upload",
"reimbursement",
"submit"
],
"actions": [
{
"id": "submit",
"label": "Submit expense claim"
},
{
"id": "archive",
"label": "Archive the receipt"
},
{
"id": "upload",
"label": "Upload receipt"
},
{
"id": "reimbursement",
"label": "Choose reimbursement"
}
]
}