viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
73 stars 15 forks source link

How to test submit #18

Closed ballantynedewolf closed 4 years ago

ballantynedewolf commented 4 years ago

Pardon my ignorance but I need a way to test submit. I have coded exolve-submit as instructed and it works, but you seem to have made submits one-time-only and I can't work out from your code how that is done. For me as a setter, what's the best way to be able to do several submits, eg in order to test my Google form or my correct solutions spreadsheet? I know how to use developer tools in the browser to delete a cookie but that doesn't seem to be the switch.

viresh-ratnakar commented 4 years ago

If you've used Google Forms, surely you can re-submit? The Exolve code does not make submits one-time-only in any way. You can try going back to the puzzle and resubmitting.

The only thing that I can think of is that if you have created a form that collects email addresses, perhaps Google Forms does not allow re-submitting? I doubt that, but in case that is so, you can make a form that does not collect email addresses, just for testing.

I can take a look at your puzzle and debug, if needed.

ballantynedewolf commented 4 years ago

Yes, you are right, I must have been doing something wrong. Empty light or something? J

@@-? ( - the fashion and sober design will make you special

On Mon, 18 Nov 2019 at 11:39, Viresh Ratnakar notifications@github.com wrote:

If you've used Google Forms, surely you can re-submit? The Exolve code does not make submits one-time-only in any way. You can try going back to the puzzle and resubmitting.

The only thing that I can think of is that if you have created a form that collects email addresses, perhaps Google Forms does not allow re-submitting? I doubt that, but in case that is so, you can make a form that does not collect email addresses, just for testing.

I can take a look at your puzzle and debug, if needed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/viresh-ratnakar/exolve/issues/18?email_source=notifications&email_token=AGBJIAOEQWGQMQNGMTPYQULQUHP33A5CNFSM4JOMMJ6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI26VA#issuecomment-554807124, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBJIAJHOVY4BPTJZZM2ZALQUHP33ANCNFSM4JOMMJ6A .

viresh-ratnakar commented 4 years ago

Closing this issue, please reopen if needed.