Annotate candidates with multi choice

Hi all,
I wonder if it would be possible to implement a receipt like this:
image

I basically have to annotate few candidates for the same text. The annotator can mark BLUE and/or RED or none of them for each candidate. Also, I have no clue how the stream of data should look.
Please help!

Best regards

One option would be to use the choice interface for this with 6 classes (one for each candidate and each color). Just make sure that you set "config": {"choice_style": "multiple"} at the end of your custom recipe.

You could also change the CSS a bit to make the choices appear in the table format that you're interested in.

Does this help, or are there extra requirements that I'm skipping over?

Ok, thank you for the idea!

1 Like