on other devices my code works perfect withou any errot, however when AI bot check my exam it shows error
Could you give us a better description of the error that you are having?
What are the error messages?
How did you test it?
Could it be that you are calling the function before submitting the quiz, and could it be that the instruction that you should have no call to a function?
Maybe before submitting the quiz you have to comment the call to the function.
Example:
// myFunction()
instead of
myFunction()
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.