Bird
0
0

Which of the following is the correct way to include a placeholder for a customer's name in a template?

easy📝 Factual Q12 of 15
AI for Everyone - AI for Professionals
Which of the following is the correct way to include a placeholder for a customer's name in a template?
ADear customer_name, thank you for your order.
BDear {customer_name}, thank you for your order.
CDear <customer_name>, thank you for your order.
DDear customer-name, thank you for your order.
Step-by-Step Solution
Solution:
  1. Step 1: Identify placeholder syntax

    Placeholders usually use curly braces like {customer_name} to insert dynamic data.
  2. Step 2: Match correct placeholder format

    Dear {customer_name}, thank you for your order. uses curly braces correctly; others use incorrect formats.
  3. Final Answer:

    Dear {customer_name}, thank you for your order. -> Option B
  4. Quick Check:

    Curly braces for placeholders = A [OK]
Quick Trick: Use curly braces {} for placeholders [OK]
Common Mistakes:
MISTAKES
  • Using angle brackets instead of braces
  • Writing placeholder as plain text
  • Using hyphens instead of underscores

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AI for Everyone Quizzes