+ 6
Bagaimana Cara Membuat Soal Pilihan Ganda?
Pilihan ganda ada empat opsi, dan acak ketika mengulang soal.
4 Answers
+ 2
I can't type well on my phone, so I will just give suggestion.
Try learning DOM manipulation JS or jQuery for easier solution. Create a page load event, and you can create radio button to the designated element using jQuery.
+ 4
Can you give example code?
+ 4
Thanks you very much bro
+ 2
1. Create 4 radio input with the same name, but different value
2. Create on change event for each radio button.
3. Inside the event callback function, you decide which option is correct and incorrect