To determine the number of times a loop repeats based on whether the user inputs the correct answer to a trivia question, a condition-controlled loop should be used. This type of loop continues to execute as long as a certain condition is true (in this case, whether the answer is correct).
So, the correct choice is: • condition-controlled loop