Vault seed record
Rank delay messages
Rank these client delay messages from safest to riskiest.
Classification
Provenance
Kind: human-authored
Source: business-tone-anchor-pack
Batch: business-tone-001
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Choose the safest tone ranking.
Correct answer
I will send it by Friday. -> I will send it soon. -> You need to wait.
Explanation
Business tone is often a risk scale. A clear date is safer than a vague promise, and both are safer than telling the client to wait.
Product use
Surfaces
Source languages
Difficulty
high
Conversion hook
Creates a status-game feeling around expensive work English.
Review payload
Review notes
Ranking mechanic represented as a single-choice card for current runtime.
Media prompt
No media prompt attached.
Assets
Source traps
Tags
Usage
Tests: business-english, formal-informal, email-writing
Funnels: none
Challenges: delay-message-ranking
{
"type": "single-choice",
"correctOptionId": "safe-to-risky",
"options": [
{
"id": "safe-to-risky",
"label": "I will send it by Friday. -> I will send it soon. -> You need to wait.",
"rationale": "Specific and polite beats vague, and vague beats rude."
},
{
"id": "vague-first",
"label": "I will send it soon. -> You need to wait. -> I will send it by Friday.",
"rationale": "The clearest useful message is incorrectly last."
},
{
"id": "rude-first",
"label": "You need to wait. -> I will send it by Friday. -> I will send it soon.",
"rationale": "The rudest option cannot be the safest."
},
{
"id": "equal",
"label": "All three are equally safe.",
"rationale": "The messages differ in specificity and tone."
}
]
}