hi there,
I have the following python script
my_observations[1].annotations
the response is:
[
Annotation(controlled_attribute_id=1, concatenated_attr_val=‘1|8’),
Annotation(controlled_attribute_id=17, concatenated_attr_val=‘17|19’)
]
Does anyone know where can I find the translation of each controlled_attribute_id (variable items like Dead or Alive?) and the corresponding answer in concatenated_attr_val (‘1|8’ means something… what?!!)
Thanks!