0
0
Prompt Engineering / GenAIml~10 mins

Why prompt design determines output quality in Prompt Engineering / GenAI - Test Your Understanding

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a prompt that asks for a summary.

Prompt Engineering / GenAI
prompt = "Please provide a [1] of the text."
Drag options to blanks, or click blank then click option'
Aquestion
Bsummary
Ctitle
Dlist
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'question' instead of 'summary' changes the prompt's meaning.
Using 'title' or 'list' does not ask for a summary.
2fill in blank
medium

Complete the code to add context to the prompt for better output.

Prompt Engineering / GenAI
prompt = "Given the following text, [1] a summary."
Drag options to blanks, or click blank then click option'
Aignore
Bskip
Cgenerate
Ddelete
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'ignore' or 'skip' causes the model not to produce output.
Using 'delete' is unrelated to creating a summary.
3fill in blank
hard

Fix the error in the prompt to make it clear and effective.

Prompt Engineering / GenAI
prompt = "[1] Summarize text:"
Drag options to blanks, or click blank then click option'
APlease
BRandom
CIgnore
DDelete
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Random' or 'Ignore' makes the prompt confusing.
Using 'Delete' is unrelated and unclear.
4fill in blank
hard

Fill both blanks to create a prompt that asks for a detailed explanation.

Prompt Engineering / GenAI
prompt = "Explain [1] in [2] detail."
Drag options to blanks, or click blank then click option'
Athe concept
Bbrief
Cfull
Dsimple
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'brief' or 'simple' asks for less detail, not more.
Using unrelated phrases makes the prompt unclear.
5fill in blank
hard

Fill all three blanks to create a prompt that guides the model to list key points clearly.

Prompt Engineering / GenAI
prompt = "List [1] key [2] of the [3]."
Drag options to blanks, or click blank then click option'
Afive
Bpoints
Ctopic
Dsummary
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'summary' instead of 'topic' changes the meaning.
Using wrong numbers or words makes the prompt unclear.