changed digitisation_correct to read_only if new_feature = 'yes'since we don't want user to give input on this
digitisation_correct value is assigned to 'yes' if user provide new_feature location
for other cases user will provide input to verification questions
Tested:
I tried hiding digitisation_correct question and set value to 'yes', but i think calculation questions didn't triggered since that question is skipped?
Updates:
digitisation_correct
toread_only
ifnew_feature = 'yes'
since we don't want user to give input on thisdigitisation_correct
value is assigned to 'yes' if user provide new_feature locationTested: