Actions

Tipo de pregunta - Subir ficheros

From LimeSurvey Manual

This page is a translated version of the page Question type - File upload and the translation is 100% complete.
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎Tiếng Việt • ‎dansk • ‎español • ‎français • ‎italiano • ‎magyar • ‎polski • ‎română • ‎slovenščina • ‎български • ‎日本語

Descripción general

El tipo de pregunta de carga de archivos se puede utilizar para recopilar archivos de un usuario en respuesta a una pregunta. Por ejemplo, una empresa con oportunidades de empleo podría utilizar este tipo de pregunta para solicitar al candidato que envíe/cargue su CV actualizado, así como cualquier otro documento escaneado en la encuesta de empleo.

File-upload-screenshot.png


Ejemplo: File upload question type.zip

Esta pregunta le da al diseñador de la encuesta la capacidad de restringir los archivos que puede cargar el usuario en respuesta a la pregunta. Por ejemplo, el administrador de la encuesta puede permitir solo imágenes PNG, JPG y JPEG que tengan menos de 1 MB de tamaño.

Opciones generales

QS:Relevancia

Pantalla

Hide tip (hide_tip)

Description

Most questions will usually include a tip that says "Please choose one of the following options" or a hint text on how to fill out the question. This attribute allows you to turn off or on this tips/hints.

These tips/hints include validation criteria messages (such as min/max number of answers, min/max/equals sum value). If hide_tip is enabled, these messages will be hidden. However, if the user enters invalid data, the tips will appear. They will be coloured in red, getting changed to green once the validation criteria are met.

Available options

  • On - the tips/hints are hidden;
  • Off (default).


QS:Pregunta tema

QS:Oculto


CSS class (css_class)

Description

If you want to add special CSS classes to certain questions, you can enter the CSS class name(s) in this box. Make sure you leave an empty space between different class names.

Valid values

  • Any text string with a space between different CSS class names.
Notice.png
 Hint: You can also insert an expression in this box (New in 3.0.0 ). Remember that the output of the expression will not be updated dynamically.


Important.png  According to the W3C, CSS class names can contain only the characters [a-zA-Z, and 0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_). They cannot start with a digit, or a hyphen followed by a digit. LimeSurvey encodes CSS classes, but it does not fix it totally.



Metadatos del archivo

QS:Mostrar título

QS:Mostrar comentario

Lógica

QS:Grupo aleatorio

Otro

QS:Salto de página


Maximum file size allowed (max_filesize)

The maximum size of a file that should be allowed to be uploaded by the user.

Example

If the maximum filesize is set to 1024 KB, any files larger than 1024 KB will be discarded, and the user will be asked to upload a smaller file.

Note: The final value shown to the survey participant is also depending on PHP settings, like post_max_size and upload_max_filesize. Of all three possible values (upload_max_filesize, post_max_size and max_filesize) the lowest one will be shown and used.


QS:Número máximo de archivos

QS:Número mínimo de archivos

QS:Tipos de archivos permitidos

Estadísticas

Display chart (display_chart)

Description

This attribute allows the survey administrator to choose if a chart that contains the question results should be displayed to the survey participants after they filled out the survey.

Help.png Note: To have the chart displayed on the last page, you have to enable the following options:


Available options

  • On
  • Off (default)


QS:Tipo gráfico

Categoría:Tipos de preguntasCategoría:Preguntas enmascaradas