Welcome to the LimeSurvey Community Forum

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

Pasar automaticamente a la siguiente pregunta

  • admonbgc
  • admonbgc's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #232089 by admonbgc
Ayúdenos a ayudarle y rellene los siguientes campos:.
Su versión de LimeSurvey:[vea la parte inferior derecha de su pantalla de administración de LimeSurvey].
Servidor propio o LimeSurvey Cloud:
Plantilla de diseño utilizada:
==================
Hay alguna manera de que al seleccionar una respuesta, automaticamente se pase a la siguiente pregunta sin darle click en siguiente o en next?

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 7 months ago #232110 by Joffm
Otra vez no contestaste la preguntas.

Cual tipo de pregunta quieres usar?

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • admonbgc
  • admonbgc's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #232125 by admonbgc
Replied by admonbgc on topic Pasar automaticamente a la siguiente pregunta
Mil disculpas, la version es: LimeSurvey Community Edition
Versión 5.4.2+220921

Es un servidor propio

y la platilla de diseño utilizada es: fruity

y en si, con cualquier tipo de pregunta, principalmente matriz y de opcion unica, requiero que cuando se registre la respuesta, automaticamente se pase a la siguiente pregunta, sin necesidad de que el encuestador, le de click en el boton de siguiente, gracias nuevamente

Please Log in to join the conversation.

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 7 months ago #232171 by holch

principalmente matriz


Ahora, me explica como esto deberia funcionar en una pregunta del tipo matriz?!?

Una pregunta del tipo matriz normalmente tiene mas que una sub-pregunta / respuesta, entonces no funciona y no hace sentido.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

Please Log in to join the conversation.

  • admonbgc
  • admonbgc's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #232228 by admonbgc
Replied by admonbgc on topic Pasar automaticamente a la siguiente pregunta
estoy de acuerdo, en esa caso, el encuestador le da click en siguiente, mismo caso en las preguntas textuales, pero sera posible que se pase automaticamente a la siguiente pregunta cuando es un tipo de pregunta tipo unica?

Please Log in to join the conversation.

  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 7 months ago #232229 by holch
Es posible para preguntas del tipo respuesta unica. Existen varios ejemplos con código de Javascript en el forum. Yo no lo tengo aqui, tendria que buscar en el forum también.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 7 months ago #232230 by Joffm
Lista(radio)
Code:
<script type="text/javascript" charset="utf-8">
    $(document).ready(function(){ 
        $('#question{QID} input[type="radio"]').on('click', function() {
            $('#ls-button-submit').trigger('click');
        });
    });    
</script>

Si/No, Bootstrap Buttons, Lista(radio)
Code:
<script type="text/javascript" data-author="Tony Partner">    
    $(document).on('ready pjax:scriptcomplete',function(){
        $('#question{QID} :radio').on('change', function(e) {
            $('#ls-button-submit').trigger('click');
        });
    });
</script>
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • admonbgc
  • admonbgc's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #232231 by admonbgc
Replied by admonbgc on topic Pasar automaticamente a la siguiente pregunta
Muchas gracias a ambos

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose