Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
The code won't help if you don't know any Javascript.
1st Oct 2022, 3:19 PM
Lisa
Lisa - avatar
+ 3
Hi! at least finish your begun javascript course, then you can return to this problem again
1st Oct 2022, 6:49 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
Post the code and let us see something
3rd Oct 2022, 12:15 AM
Adam Outlaw
Adam Outlaw - avatar
+ 1
Do you want an option where a user can select 1 of 2 choices (right, wrong)? You can use an input element of type "radio" Do you want the user to mark an element as correct or wrong? You could use an input of tupe "checkbox"
1st Oct 2022, 1:51 PM
Lisa
Lisa - avatar
+ 1
You'll need Javascript: After the user has submitted their answer, get the response, compare it to the correct solution, output the result of the comparison
1st Oct 2022, 2:05 PM
Lisa
Lisa - avatar