We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c80c6e commit 9b299cfCopy full SHA for 9b299cf
credential.html
@@ -79,7 +79,7 @@ <h2>Enter Credentials Before Taking the Quiz</h2>
79
return;
80
}
81
82
- fetch("https://script.google.com/macros/s/AKfycbxE6mgh_ly-tmYfD7lhxk6X9Scv4gFyyb3AkcjO20YLWzcYYT9sQVOL2SIaCQQQwRmiGQ/exec", {
+ fetch("https://script.google.com/macros/s/AKfycbwgKguye49u1GUME7rk6ftcwwD6hf-XZQhCMmI8CeVldx4SnfHPjF_PZd1JNnrT4HL3lQ/exec", {
83
method: "POST",
84
headers: { "Content-Type": "application/json" },
85
body: JSON.stringify({ name: name, deptYear: deptYear, gender: gender })
0 commit comments