Thanks again @magdaaniol!
Some more questions:
- Above you said that I can disable keyboard shortcuts for choice interfaces in Prodigy via custom Javascript to avoid conflict when having two
choiceinterfaces. Currently, I have an interface with arelationshipsblock that also supports NER and achoiceblock. I see that pressing number keys activates both NER labels andchoiceoptions. Can you share a snippet to remove these number key shortcuts? - This question is related to our previous discussion here. You mentioned above that I can introduce the same HTML title in different parts of the interface using multiple
htmlblocks. For a different application, how can I add a different HTML block? Specifically, I want to keep the HTML title above thechoiceblock and add another HTML above therelationsblock with the same text that will be displayed inrelations(but rendered in plain HTML). The reason for this is that some texts we annotate are paragraphs that cannot be split into sentences because we're annotating cross-sentence relationships. It may be useful for the annotators to be able to read the text in simple HTML and then annotate it in therelationsblock. That is because we find it difficult to read these multiline paragraphs in therelationsinterface.
Thanks!