Hello
@busmarketing ,
Paste the below code in the js(onReady) of slider question
var that =this.questionId;
jQuery("#"+this.questionId+ " .QuestionBody").css("visibility","hidden");
setTimeout(function(){
jQuery("#"+that+" .QuestionBody").css("visibility","visible")
}, 5000);