Welcome to the LimeSurvey Community Forum

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

"NO aplica" solo en una sub pregunta de matriz

  • gerism81
  • gerism81's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 9 months ago #229862 by gerism81
Ayúdenos a ayudarle y rellene los siguientes campos:.
Su versión de LimeSurvey:[v5.3.19].
Servidor propio o LimeSurvey Cloud: Propio
Plantilla de diseño utilizada: Fruity
==================
Hola

Se puede hacer lo siguiente?: En una pregunta Matriz, dentro de opciones de respuesta haya la opción "NO APLICA", pero esta opción solo sea visible para las subpreguntas 7 y 8. 

Muchas gracias

 

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 9 months ago #229865 by Joffm
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
// Remove in row 1 / col 5
  $('#question{QID} tr[id^="javatbd"]:eq(0) .radio-item:eq(4) *').remove();
// Remove in row 2 / col 6
  $('#question{QID} tr[id^="javatbd"]:eq(1) .radio-item:eq(5) *').remove();
// Remove in row 3 / col 7
  $('#question{QID} tr[id^="javatbd"]:eq(2) .radio-item:eq(6) *').remove();
});
</script>

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: gerism81

Please Log in to join the conversation.

  • gerism81
  • gerism81's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 9 months ago #229866 by gerism81
Replied by gerism81 on topic "NO aplica" solo en una sub pregunta de matriz
Una vez más Joffm, muchas muchas gracias... de verdad.

Se puede poner remove de la row 1 a la row 5 sin tener que escribirlo 5 veces? (una por cada row)

Qué tutoriales debo buscar para intentar aprender este lenguaje de programación? CSS?

De nuevo gracias

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose