Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

300
Vistas
How can I record response time to a video in Qualtrics using keypress and autoadvancing to next question

Hi all and thanks for reading. I am new to JS and Qualtrics and want to record the response time to a video being played. (For context subjects will be responding to a video of a driving situation and using the enter/return button to respond). I want to be able to record response time for each video. I could use the timing question but that begins the timer from the moment the page loads, I want to record it from the start of the video playing. This is the code I currently have in which enables fullscreen and allows me to press the enter button to then auto advance to the next question. What and where should I add code to capture response time to each video? Any help would be great.

Qualtrics.SurveyEngine.addOnload(function() {
var qid = this.questionId;
document.onkeydown = function(event) {
    console.log('keydown',event);
    if (event.which == 13) {
        event.preventDefault();
        jQuery('#NextButton').click();
        }
    }
var qobj = this;
qobj.hideNextButton();
jQuery("#clip1").on("ended", function() { qobj.clickNextButton() });
});

var element = document.querySelector("#clip1");


element.requestFullscreen()
    .then(function() {

})
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda