If I have a math response component where students type answers in HH:MM:SS format, is there a way for me to get the numericValue of the minutes and seconds?
This screen I know works, but it’s still very hacky. It will parse HH:MM by taking advantage of colons being used in conditional statements, but there’s no instance where two colons are used that could help parse HH:MM:SS format.