> ## Documentation Index
> Fetch the complete documentation index at: https://help.edzo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Label Question

> Learn how to use Image Label Question blocks to create assessable image labeling activities.

The **Image Label Question** block lets learners type labels on images and diagrams. Learners see input fields positioned over the image and must enter the correct labels for each marked location.

Learners view an image with text input boxes at specific positions and type their answers. Their responses are automatically marked against your specified correct answers.

<Info>
  For demonstration purposes where learners just view labeled images without assessment, use the [Image Label](/creating/resources/learning-blocks/image-label) block instead.
</Info>

## When to use Image Label Question blocks

Image Label Question blocks work well for:

* Testing vocabulary knowledge with visual cues
* Assessing understanding of diagrams, maps, or scientific illustrations
* Checking knowledge of anatomy, geography, or technical components
* Evaluating ability to identify parts, features, or locations
* Testing recall of names, terms, or classifications

## Settings

### Image settings

<ParamField path="Image" type="image">
  The base image for learners to label. Choose clear images where features are easily identifiable.
</ParamField>

<ParamField path="Image fit" default="contain" type="select">
  How the image is sized within its container:

  * **Contain**: Shows the entire image, may have empty space around edges
  * **Cover**: Fills the container completely, may crop parts of the image
</ParamField>

### Label appearance

<ParamField path="Label style" default="filled" type="select">
  The visual style of the input boxes:

  * **Filled**: Solid colored background
  * **Outline**: Border only with transparent background
</ParamField>

<ParamField path="Label color" default="#2563EB" type="color">
  The color used for input box backgrounds (filled style) or borders (outline style).
</ParamField>

<ParamField path="Show lines" default="true" type="switch">
  When enabled, shows connector lines from input boxes to their anchor points on the image.
</ParamField>

### Answer labels

Create input fields for learners to complete:

<ParamField path="ID" type="text">
  Unique identifier for this input field (up to 120 characters). Used for answer matching.
</ParamField>

<ParamField path="Prompt" type="text">
  Optional prompt text to display in the input field (up to 200 characters). Leave blank for an empty input box.
</ParamField>

<ParamField path="X" default="50" type="slider">
  Horizontal position of the input box as a percentage (0–100) from left to right.
</ParamField>

<ParamField path="Y" default="50" type="slider">
  Vertical position of the input box as a percentage (0–100) from top to bottom.
</ParamField>

<ParamField path="Width" default="24" type="slider">
  Width of the input box as a percentage of the image width (8–100).
</ParamField>

<ParamField path="Anchor X" default="50" type="slider">
  Horizontal position of the anchor point that the connector line points to (0–100).
</ParamField>

<ParamField path="Anchor Y" default="50" type="slider">
  Vertical position of the anchor point that the connector line points to (0–100).
</ParamField>

### Answer settings

<ParamField path="Marking type" default="flexible" type="select">
  How answers are evaluated:

  * **Flexible Match**: Accepts variations in spelling, capitalization, and spacing
  * **Exact Match**: Requires answers to match exactly as specified
</ParamField>

### Accepted answers

Define correct answers for each input field:

<ParamField path="Label ID" type="text">
  The ID of the input field this answer applies to (must match an Answer Label ID).
</ParamField>

<ParamField path="Accepted answers" type="text">
  Comma-separated list of acceptable answers for this input field (up to 20 alternatives).
</ParamField>

## Tips for teachers and parents

**Best practices:**

* Use clear, unambiguous images where features are easily identifiable
* Position input boxes to avoid covering important image details
* Provide sufficient space for learners to type their answers
* Test your questions to ensure answers are reasonable and fair
* Use appropriate vocabulary level for your learners
* Consider providing scaffolding with partial prompts when helpful

**Creating effective questions:**

**For vocabulary assessment:**

* Use images that clearly represent the target vocabulary
* Position input boxes near the relevant image features
* Accept reasonable variations in spelling and terminology
* Consider both common and technical terms as correct answers

**For scientific diagrams:**

* Use accurate, detailed diagrams appropriate for the grade level
* Include both structure names and function descriptions where relevant
* Test essential vocabulary that learners should know
* Provide clear anchor points to specific diagram features

**For geography and maps:**

* Use clear, readable maps with distinct features
* Test significant geographical features, cities, or landmarks
* Accept common spelling variations and alternative names
* Position inputs to avoid overcrowding the map

**For anatomy and biology:**

* Use appropriate anatomical illustrations for the age group
* Focus on essential structures learners should identify
* Accept both common and scientific terminology
* Group related structures logically

**Answer setup strategies:**

**Flexible marking (recommended for most cases):**

* Accommodates minor spelling errors and variations
* Accepts different capitalization patterns
* Handles extra spaces or punctuation differences
* Good for vocabulary and general knowledge questions

**Exact marking (use when precision matters):**

* Requires precise spelling and formatting
* Useful for testing specific terminology
* Appropriate for advanced learners or technical subjects
* Good for assessment situations requiring strict accuracy

**Multiple acceptable answers:**

* Include common synonyms or alternative terms
* Accept both abbreviated and full forms (e.g., "USA" and "United States")
* Consider regional variations in terminology
* Include both scientific and common names when appropriate

**Question design tips:**

* Start with easier, more obvious labels before moving to challenging ones
* Mix familiar and new vocabulary appropriately
* Use consistent input box sizing throughout the question
* Test your questions with sample learners when possible
* Provide clear instructions about expected answer format

## Related blocks

* [Image Label](/creating/resources/learning-blocks/image-label). Display-only version for teaching and demonstration
* [Drop in the Blanks Question](/creating/resources/question-blocks/drop-in-the-blanks-question). For drag-and-drop labeling activities
* [Multiple Choice Question](/creating/resources/question-blocks/multiple-choice-question). Alternative assessment format for image-based questions
