Events like touchstart,touchend does not work in Actual IPad and in chrome Simulation in Animate CC JavaScript
element.addEventListener("touchstart", function f2_MouseClickHandler(e) {
correctAnswer(e, position, responseId);
}.bind(self));