Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Matrix ocultando opciones respuesta

  • milhguer
  • milhguer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #193696 by milhguer
Matrix ocultando opciones respuesta was created by milhguer
Hola buenos días. Espero nuevamente me puedan orientar, tengo una matrix con varios temas y cada tema con una calificación de escala del 0 al 10 pero en algunos temas hay una opción de respuesta "No Uso". Como puedo crear en una sola matrix este tipo de preguntas (adjunto imagen de la pregunta que trato de hacer).

Muchas gracias
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #193745 by Joffm
Replied by Joffm on topic Matrix ocultando opciones respuesta
Hola,
entra esta en el texto de la pregunta (fuente HTML)
Code:
<script type="text/javascript" charset="utf-8">
  $(document).ready(function() {
    $('#question{QID} tr.answers-list:eq(0) .answer_cell_96 *').remove();
    $('#question{QID} tr.answers-list:eq(1) .answer_cell_96 *').remove();
    $('#question{QID} tr.answers-list:eq(4) .answer_cell_96 *').remove();
    $('#question{QID} tr.answers-list:eq(6) .answer_cell_96 *').remove();
  });  
</script>

Ajusta las líneas eq(x).



Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: milhguer
The topic has been locked.
  • milhguer
  • milhguer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #193858 by milhguer
Replied by milhguer on topic Matrix ocultando opciones respuesta
Gracias nuevamente Joffm
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose