Write a program that will help an elementary school student learn multiplication. Use Math.random to produce two positive one-digit integers. Please write the code in JavaScript HTML5.
Also, in your code, make sure to add a counter to keep track of the number of correct and incorrect responses typed by the student. After the student answers 10 questions, your program should calculate the percentage of correct responses. If the percentage is lower than 75 percent, display "Please ask your instructor for extra help" and reset the quiz so another student can try it.