Forum Discussion
AaronFiehn
4 years agoCommunity Member
Java Script Error
I am trying to send user data back to an LRS and I can't seem to get the information to send. I am getting an uncaught syntax error: missing ) after argument list and the line code is user.js:22
...
BenMcKenna-ba88
4 years agoCommunity Member
Hey Aaron, I assume you're following Devlin Peck's xAPI tutorial?
The only issue I can see from the line of code you posted is a single apostrophe right before the closing bracket.
Try deleting that and try again?