Image classification with two images

hi @kaelynn-rose!

Thanks for your question and welcome to the Prodigy community :wave:

At first thought, perhaps combine the multi-classification (choice) example with the CAPTCHA example in the same document. You would need to use blocks to combine the two interfaces together. However, the CAPTCHA may have issues b/c you never want to select those images (i.e., if you press [1] it will track that first image), instead it's only meaningful to select the category.

Alternatively, I think this may be a better choice:

This hopefully answers the first way you asked.

The post recommends using a html_template to combine the two images (i.e., view_id = "html". I like that as you won't have to worry about selecting the images. You will still need to use blocks to add but you can combine it with the view_id = "choice".

Let me know if this helps or if you have any other questions!