Los triggers 1.1, 1.6, 1.13 muestran solo Sí · No (sin "Prefiero no decir")
Al responder "No" en las tres, el formulario salta a 6.4 (no muestra secciones 2-5 ni 6.1-6.3) La pregunta 6.6 aparece antes del cierre Las preguntas multiple_choice muestran el hint "Podés marcar más de una opción"
This commit is contained in:
@@ -19,8 +19,8 @@ export interface RatingOptions {
|
||||
}
|
||||
|
||||
export interface ConditionalRule {
|
||||
if_question: string
|
||||
op: 'eq'
|
||||
if_question: string | string[]
|
||||
op: 'eq' | 'eq_any'
|
||||
value: string
|
||||
action: 'show'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user