Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete 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'
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.
✗ Incorrect
The word 'summary' fits best to ask the model to provide a brief overview.
2fill in blank
mediumComplete 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'
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.
✗ Incorrect
The word 'generate' correctly instructs the model to create a summary.
3fill in blank
hardFix 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Random' or 'Ignore' makes the prompt confusing.
Using 'Delete' is unrelated and unclear.
✗ Incorrect
Adding 'Please' makes the prompt polite and clearer for better output.
4fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'brief' or 'simple' asks for less detail, not more.
Using unrelated phrases makes the prompt unclear.
✗ Incorrect
The phrase 'the concept' fits the first blank and 'full' fits the second to ask for detailed explanation.
5fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'summary' instead of 'topic' changes the meaning.
Using wrong numbers or words makes the prompt unclear.
✗ Incorrect
The prompt asks to list 'five' 'points' of the 'topic' for clear key points.