Unable to deploy survey form

@olasteven, seems like you have still missed out two fixes (under the relevant column) based on the changes you made previously:

image

It’s currently as follows:

selected(${monitoring conducted},'10')
selected(${compliant mechanism},'5')

It should be as follows:

selected(${monitoring_conducted},'10')
selected(${compliant_mechanism},'5')