Please help us help you and fill where relevant: Your LimeSurvey version: 5.4.0 Own server or LimeSurvey hosting: own server Survey theme/template: fruity
==================
Hi,
I'm creating surveys through remote control API.
I need that the total score given on answers (subquestions) are equal to a certain value.
I want to use em_validation_q field for this validation since the other available fields do not fufill my needs.
The thing is, to identify an answer (subquestion), at least how I know how to do, on the validation I need to know the Id of it. ( 'sid'X'gid'X'qid'title_SQ001)
So, I can only set this property after question creation, however, the available method to change question attributes does not allow me to set a value for the field em_validation_q.