Actions

Translations

Theme editor/79/es: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 8: Line 8:
|Ocultar sugerencia || .hide-tip || agregado si usa la opción hide_tip
|Ocultar sugerencia || .hide-tip || agregado si usa la opción hide_tip
|-
|-
|tipo por defecto || .em_default || para el conjunto de sugerencias predeterminado (valor numérico, etc.)
|Tipo por defecto || .em_default || para el conjunto de sugerencias predeterminado (valor numérico, etc.)
|-
|-
|Num respuestas || .em_num_answers || para min_answers y max_answers
|Num respuestas || .em_num_answers || para min_answers y max_answers

Latest revision as of 20:25, 4 December 2019

Message definition (Theme editor)
{|
|'''Purpose'''||'''CSS Class'''||'''Description'''
|-
|Mandatory||.mandatory||the question is mandatory
|-
|User input error||.input-error||the question had at least one validation error
|-
|Hide Tip||.hide-tip||added if you use the hide_tip option
|-
|defrault type||.em_default||for default tip set ( numeric value etc …)
|-
|Num answers||.em_num_answers||for for min_answers and max_answers
|-
|Value range||.em_value_range||for min/max_num_value_n and multiflexible_min/max
|-
|Sum range||.em_sum_range||for min/max/equals_num_value
|-
|Regex validation||.em_regex_validation||for regular-expression validation of the question
|-
|Question-level validation function||.em_q_fn_validation||for the em_validation_q option
|-
|Subquestion-level validation function||.em_sq_fn_validation||for the em_validation_sq option
|-
|Other comment mandatory||.em_other_comment_mandatory||for other_comment_mandatory option - shows when "other" is selected but associated comment is missing.
|-
|
|}
Propósito Clase CSS Descripción
Obligatorio .mandatorio la pregunta es obligatoria
Error de entrada del usuario .input-error la pregunta tenía al menos un error de validación
Ocultar sugerencia .hide-tip agregado si usa la opción hide_tip
Tipo por defecto .em_default para el conjunto de sugerencias predeterminado (valor numérico, etc.)
Num respuestas .em_num_answers para min_answers y max_answers
Rango de valores .em_value_range para min/max_num_value_n y multiflexible_min/max
Rango de suma .em_sum_range para min/max/equals_num_value
Validación de expresiones regulares .em_regex_validation para la validación de expresión regular de la pregunta
Función de validación de nivel de pregunta .em_q_fn_validation para la opción em_validation_q
Función de validación de nivel de sub-pregunta .em_sq_fn_validation para la opción em_validation_sq
Otro comentario obligatorio .em_other_comment_mandatory para la opción other_comment_mandatory: se muestra cuando se selecciona "otro" pero falta el comentario asociado.