Grouping Data in Annotation Question

Has anyone had any experience in grouping multiple images to a single survey question question? For example, the use case would require the annotators to review 3 medical images and answer a single multiple choice based on those 3 images?

Hi @eren,

You can use the HTML editor to do that :

Here the a sample of what I am showing :

<!DOCTYPE html>
<html lang="en">
    <body>
        <p>1</p>
        <img src="<YOUR_IMAGE_LINK>" alt="img_1" width="400" height="500">
        <p>2</p>
        <img src="<YOUR_IMAGE_LINK>" alt="img_2" width="400" height="500">
        <p>3</p>
        <img src="<YOUR_IMAGE_LINK>" alt="img_2" width="400" height="500">

    </body>
</html>

And then you can create classifications.

Many thanks,
PT
Labelbox Support

1 Like