-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I assume you find it unintuitive because in your setup, the annotators manually need to an instances of each layer. You can enable the required flag for features of document-level annotations, but I would not recommend it at the moment. This is because curation of document-level annotations is not possible still and this can lead to a situation where the system internally prepares a document-level annotation for curation, but if there is no agreement, a required field may end up empty and the curator may not be able to fill in the required feature (in particular when using the split-view curation mode instead of the integrated curation mode). In the worst case, the curator can then not mark the document as "curation finished". |
Beta Was this translation helpful? Give feedback.



I assume you find it unintuitive because in your setup, the annotators manually need to an instances of each layer.
Further, I assume that you are not actually interested in having multiple annotations per layer but rather only one instance of each layer.
If this is the case, enable the singleton option on the document metadata layers. This will pre-create an annotation of each layer and prevent the users from creating additional annotations. Then, the annotators only have to fill in the values.
You can enable the required flag for features of document-level annotations, but I would not recommend it at the moment. This is because curation of document-level annotations is not possible stil…