Hi
when in the question, the answer begins with “/” an [objetc Object] error appears, which is solved when I delete it. It is as if the plugin interprets the response as if it were code
I created similar quiz on my localhost but I wasn’t able to see any error. Please look at the attached screenshots.
Please explain where did you notice this error so that we can provide you the required solution. It
would be more helpful if you can share the website credentials with us. Make sure to set the message as private before sharing the credentials.
It seems that the “/” character is confusing the handler with the code syntax – I had a similar error when integrating sprunki phase 3 into a web application. Try encoding the input characters or processing them before displaying them to the interface!
Thanks for pointing that out. It sounds like the plugin is misinterpreting the ‘/’ at the beginning as code, which might be why you’re seeing the [object Object] error (buy here). Removing it makes sense as a quick fix—I’ll look into a better way to handle this