Multiple text_input blocks

Have a labeling use case where a complete sentence is constructed from text input prior to and after the text field, e.g. for {"text": "brown fox"}, the annotator should label it as [{"text_input1": "The "}, {"text_input1": " jumped! "}].

Following this question it seems like all I need to do is add unique field_id for each text_input. A quick test suggests that this is correct but thought I would ask in case there's anything I'm over looking.

Yes, that's correct – all you need is a unique field ID, and then the inputs will get saved to different keys in the JSON data :slightly_smiling_face: