Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 17, 2024
1 parent 8adc946 commit 8ee912d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions surgical-imagen/survey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
"https://docs.google.com/forms/d/e/1FAIpQLSco6-u5JEZaHj1VA_fA34gIveeKysYWCErp4CFZlE81WMfzsg/viewform?usp=sharing",
];

var formURLS = [
"https://forms.gle/3sH1CGSyQPHr28cR8",
"https://forms.gle/4adLndvRRcaJ3U5LA",
"https://forms.gle/Bj63zB7DZcfQzKtG8",
"https://forms.gle/8HMrDnPo6XCnMLkJ6",
"https://forms.gle/iB72dPDuG6tiYXQE6",
"https://forms.gle/AUvNPMc9uiMWVPBz6",
"https://forms.gle/ew8uF2KtWSnEhHne7",
"https://forms.gle/HBdCuQgMBbDQ1RvaA",
"https://forms.gle/5DeJq613smZUPDv8A",
"https://forms.gle/vjM6AaYwW727mHwD9"
];

// Randomly select a URL from the array
var randomURL = formURLs[Math.floor(Math.random() * formURLs.length)];

Expand Down

0 comments on commit 8ee912d

Please sign in to comment.