Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: "getFeedbackForIncorrect".equals is not a function #9

Open
patricio1979 opened this issue Dec 26, 2021 · 3 comments
Open

Comments

@patricio1979
Copy link

I get this error

This is the form
https://docs.google.com/forms/d/e/1FAIpQLSfzFxg9xl_MUtDjWtnOi_AUI_zn9dHuxOzORqnQ3lFfYCx0Fw/viewform?usp=sf_link

@minhkhang1795
Copy link

Seems like the syntax has changed a bit. You can use "===" instead of ".equals"

if ("getFeedbackForIncorrect" === getKey || "getFeedbackForCorrect" === getKey
      || "getGeneralFeedback" === getKey) {return};

@SarangT123
Copy link

That works but you should probably update the code for new users

avimar added a commit to avimar/export-google-form that referenced this issue Nov 9, 2023
the syntax changed as per stevenschmatz#9
@avimar
Copy link

avimar commented Nov 14, 2023

PR #12 is the exact same as my #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants