Created
June 16, 2021 06:17
-
-
Save harisfi/49b59a4cba499f66e81fce4e0182ed7e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(let i = 1; i <= 28; i++) { | |
var radio = document.getElementsByName(i) | |
for(let j=0; j<radio.length; j++) { | |
if(radio[j].value == 5) { | |
radio[j].checked = true | |
} | |
} | |
} | |
document.getElementById('saran').value = 'Pembelajaran sangat baik! Terima kasih atas materi yang disampaikan. Mohon maaf sebesar-besarnya apabila saya banyak salah.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Autofill Kuesioner SIAM UB
Cara Penggunaan