From 8ee912d22435c12a2d6f88f0b00954921b82f49a Mon Sep 17 00:00:00 2001 From: Nwoye Chinedu Date: Wed, 17 Jul 2024 23:00:48 +0200 Subject: [PATCH] Update index.html --- surgical-imagen/survey/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/surgical-imagen/survey/index.html b/surgical-imagen/survey/index.html index df0b937..4c90231 100644 --- a/surgical-imagen/survey/index.html +++ b/surgical-imagen/survey/index.html @@ -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)];