You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Agregar pregunta del tipo "Radio" y completar campos. 2)Modificar el tipo de pregunta a "Yes/No", agregar valor y completar campos. 3) Descargar JSON
Esperado:
Solo el valor "YES/NO" es tomado.
Actual:
Ambos valores se encuentran registrados en el JSON
1) Agregar pregunta del tipo "Radio" y completar campos.
2) Modificar el tipo de pregunta a "Yes/No", agregar valor y completar campos.
3) Descargar JSON
Esperado:
Solo el valor "YES/NO" es tomado.
Actual:
Ambos valores se encuentran registrados en el JSON
EXAMPLE JSON:
{"rows":[{"order":1,"questions":[{"order":1,"rowOrder":1,"type":"YesNoQuestion","options":[{"value":"1","label":"1"}],"optionsYesNo":[{"name":"2","text":"2","dkLabel":"2","dkValue":"2","falseValue":"2","trueValue":"2"}]}]}]}
The text was updated successfully, but these errors were encountered: