Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to specify the main subject in the prompt.
Prompt Engineering / GenAI
prompt = "A detailed painting of a [1] in a forest"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using verbs or adjectives instead of a subject noun.
Leaving the blank empty.
✗ Incorrect
The main subject should be a noun like 'cat' to describe what the image should show.
2fill in blank
mediumComplete the code to add a style to the prompt.
Prompt Engineering / GenAI
prompt = "A portrait of a woman, painted in [1] style"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing verbs or colors instead of art styles.
Using unrelated adjectives.
✗ Incorrect
The style should be an art style like 'impressionist' to guide the image look.
3fill in blank
hardFix the error in the prompt to correctly specify lighting.
Prompt Engineering / GenAI
prompt = "A cityscape at night with [1] lighting"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using verbs or adverbs instead of adjectives.
Leaving the blank empty.
✗ Incorrect
Lighting should be described with adjectives like 'bright' to affect image mood.
4fill in blank
hardFill both blanks to create a prompt with subject and environment.
Prompt Engineering / GenAI
prompt = "A [1] standing in a [2] field"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Putting verbs in the subject blank.
Using colors instead of environment adjectives.
✗ Incorrect
The first blank needs a subject noun like 'horse', the second an adjective describing the field like 'sunny'.
5fill in blank
hardFill all three blanks to craft a detailed prompt with subject, style, and mood.
Prompt Engineering / GenAI
prompt = "A [1] in [2] style with a [3] atmosphere"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using verbs instead of nouns or adjectives.
Mixing up style and mood words.
✗ Incorrect
The subject is 'dragon', style is 'surrealism', and mood is 'mysterious' to guide the image generation.