+ 1
Survey feedback
https://code.sololearn.com/Wo7twNe9FCwA/?ref=app This is just a survey that I did. I’ve only started learning, so i know the code might not look very clean, I just wanted to incorporate, all that I’ve been learning. I would appreciate some feedback and also help on how to make the first survey question, the table row clickable, how to make it possible for the user to click the correct number?. I strugged with that.
7 ответов
+ 2
That's nice Julia Adekunle
You can improve this code more by adding some styles,colors
And some Dom manipulation using js.
Keep going.😁
+ 2
ohh alright that makes sense, i’ve never heard of dom manipulation but definitely worth looking into. Thank you ! Bad Coder and Abdoul Hakim . i’ve not started learning css or javascript yet but i’m sure when i do, it would make a world difference. i really appreciate your feedbacks, thanks again :)
+ 1
You need to know JavaScript to get value of checkbox and Radio button and store selected value in object.
+ 1
thank you. i’m mainly just asking about how to make it possible to click on the numbers in the table row in the first question.
+ 1
Julia Adekunle You can simply give the selection for first point using select tag. It would be easy to select value.
+ 1
that’s a good suggestion AJ #Infinity Love , i’ve tried it but it turns it into like a drop down list, which isn’t what i’m going for. Thanks you :)
0
Hi Julia Adekunle
I dont't think there's a way to make the table row clickable with pure html, but I am sure that with simple css styling you can make a "click-effect". If you also want to add some logic, then you'll need JavaScript