How to create a questionnaire with two fields ? like this 👇 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a questionnaire with two fields ? like this 👇

https://www.sololearn.com/post/1701763/?ref=app

26th Jun 2022, 7:10 AM
Rahima Mirzad
Rahima Mirzad - avatar
5 Answers
+ 2
After each paragraph element. Create two buttons. And add a style. Put an answer in each button. Add an onclick Event to each button. Once clicked if true or false the function should restyle the button to show that the answer is either true or false.
26th Jun 2022, 7:46 AM
Chris Coder
Chris Coder - avatar
+ 2
You can find various examples via search engine. Search: "How to make simple quiz in html" or "How to make multiple choice quiz in javascript"
26th Jun 2022, 8:04 AM
Chris Coder
Chris Coder - avatar
+ 1
Use the <input> tag inside a <form> tag.
26th Jun 2022, 7:16 AM
#ℍℙ𝟚𝟚™
#ℍℙ𝟚𝟚™ - avatar
0
Chris Coder How to get the (yes,no questions) results in Javascript? Like Corona Online Test
1st Jul 2022, 4:35 AM
Rahima Mirzad
Rahima Mirzad - avatar
0
Rahima Mirzad what happened to your code?
1st Jul 2022, 7:15 AM
Chris Coder
Chris Coder - avatar