Gunakan Add-on Timer Formulir untuk mengatur hitung mundur untuk formulir Anda

Timer untuk Google Forms - Antarmuka utama dengan pengaturan hitung mundur dan manajemen batas waktu Pasang

Buka Add-on Timer Formulir untuk Google Forms™️

Langkah 1: Klik tombol Add-on

Langkah 2: Klik Timer Formulir untuk Google Forms™️

Timer untuk Google Forms - Proses instalasi dan aktivasi dari menu add-on

Ini adalah antarmuka pengguna untuk Timer Formulir

Klik tombol untuk mengatur timer

Timer untuk Google Forms - Panel konfigurasi detail untuk batas waktu dan opsi timer

Pratinjau antarmuka

Intuitif dan jelas

Timer untuk Google Forms - Antarmuka tampilan hitung mundur untuk pengguna formulir Timer untuk Google Forms - Pesan peringatan saat waktu habis

Waktu yang tercatat

Pengisi formulir dapat melihat berapa lama waktu yang mereka habiskan untuk mengisi formulir

Timer untuk Google Forms - Fitur pelacakan dan pencatatan waktu pengisian pengguna

Pengelola formulir dapat melihat data di Google Sheets™️

Otomatis dan efisien

Timer untuk Google Forms - Analisis dan tampilan statistik data waktu respons di Google Sheets
--> navToggle.addEventListener('click', toggleMenu); // Tampilkan/ sembunyikan dropdown produk atau modal productsLink.addEventListener('click', function(e) { e.preventDefault(); if (window.innerWidth <= 768) { productsModal.style.display = 'block'; if (navLinks.classList.contains('show')) { toggleMenu(); } } else { productsDropdown.classList.toggle('show'); } }); // Tutup modal mobile if (productsModal) { const closeBtn = productsModal.querySelector('.close'); closeBtn.addEventListener('click', function() { productsModal.style.display = 'none'; }); } // Tutup dropdown atau modal saat mengklik di luar window.addEventListener('click', function(e) { if (!e.target.matches('#productsLink')) { if (productsDropdown.classList.contains('show')) { productsDropdown.classList.remove('show'); } if (productsModal && e.target == productsModal) { productsModal.style.display = 'none'; } } if (!e.target.matches('#languageBtn')) { if (languageDropdown.classList.contains('show')) { languageDropdown.classList.remove('show'); } } }); // Tambahkan event listener klik untuk link navigasi lainnya document.querySelectorAll('.nav-links a:not(#productsLink)').forEach(link => { link.addEventListener('click', function(e) { if (this.getAttribute('href').startsWith('#')) { e.preventDefault(); if (window.innerWidth <= 768) { toggleMenu(); } const targetId = this.getAttribute('href').substring(1); const targetElement = document.getElementById(targetId); if (targetElement) { targetElement.scrollIntoView({behavior: 'smooth'}); } } }); }); // Selector bahasa languageBtn.addEventListener('click', function() { languageDropdown.classList.toggle('show'); }); });