Actions

Grupos de preguntas: introducción

From LimeSurvey Manual

Revision as of 16:02, 12 February 2015 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Creating a group

Antes de poder añadir preguntas a tu encuesta, debes crear un grupo. Para crear un nuevo grupo debes presionar el icono Añadir situado en la barra de herramientas de LimeSurvey. También puedes importar un grupo que haya sido previamente exportado. No es posible importar grupos desde versiones de LimeSurvey anteriores a la 1.45 (PHPSurveyor).

Si tu encuesta sólo tiene un grupo, el nombre de dicho grupo en este caso, es irrelevante (con la única excepción de que es el nombre que se utilizará cuando se muestre el grupo). Si, por el contrario, vas a utilizar múltiples grupos, recuerda que las preguntas de las encuestas se mostrarán por grupos (dependiendo de las opciones de configuración de la encuesta). Utiliza la función re-ordenar para mostrar los grupos en un determinado orden.

Puedes crear tantos grupos como quieras.

Los grupos también pueden incluir una "descripción". Este campo te permite publicar una nota explicativa para cada grupo de preguntas.  Si añades una descripción, cuando tus usuarios se encuentre utilizando una encuesta pública, LimeSurvey le mostrará esa descripción antes de que comiencen a responder las preguntas que se encuentran en ese grupo. Si no incluyes ningún texto en el campo descripción, los usuarios de tu encuesta podrán empezar a utilizarla directamente no stop. Utiliza el editor HTML para incluir imágenes, texto con formato, etc.

You can create as many groups as you like.

Using groups for summarizing questions

Groups can be used to group questions in a survey. If you are going to have multiple groups, you should note that by default the survey questions will be displayed group by group (you can change that at the survey settings). To display the groups in a particular order use the group re-ordering feature. If you have only one group in your survey then the name of this group is irrelevant (except of course for display).

Group elements

Groups can also include a "description". This field allows you to publish an explanatory note for any set of questions. If you add a description, it will be presented at the survey before commencing any of the questions in that group. If you do not include any text here, then public participants will simply move on to the first question in the group with no stop. You can use the HTML editor to include images, formatted text, etc. to your liking.

Show/Hide groups conditionally

Starting in version 1.92, you can set a Relevance Equation for the group using Expression Manager syntax.  This is helpful for "looping" or other cases where you are repeating similar content multiple times.  For example, say you want to ask the same set of follow-up questions for each child in a household, and you asked how many children there are via a question named numKids.  Then, for each group of follow-up questions, you would use relevance equations the following (which would collect data about the third child):  numKids == 3

An explanation and example for hiding question groups is available at the Expression Manager Examples page.

Question group randomization

Starting in version 2.0 you are now able to randomize the order of question groups. To do that just enter a string into the field 'Randomization group'. You will need to enter that same string in all the other groups who you want to randomize and which will then appear in a random order when taking the survey.