+ 2
I THINK THIS QUESTION IS WRONG IN CHALLENGES. THERE IS DIFFERENCE BETWEEN CHECKED AND CHECKBOX. "WHAT U THINK" .
QUESTION which of the following inputs can be checked? <form> <input type="checkbox" value="bike">i have a bike<br> <input type="checkbox" value="car">i have a car<br> <input type="text" value="i have a plane"><br> <input type="checkbox" value="ship">i have a ship<br> <input type="checkbox" value="train">i have a train<br> </form> ANSWER "all except from third"
7 Respostas
+ 17
@Rajeev
u can review your past challenge test questions and answers to verify.. if you haven't already deleted it.
+ 8
@Rajeev checkbox input type can be checked but text input type by default can't be checked. So the question and answer is correct.
+ 7
@Rajeev if you are right, then the question is wrong. I will take a look next time i encounter this question in challenge
+ 6
The only inputs you can check (or better can be marked with that 'check'-sign) are the ones of the type "checkbox". I think that's what the quizzmaker meant
+ 4
@apel mahmod
i think question is like
which of the following inputs can be checkbox?
not checked
+ 3
@ben harp @apel mahmod
50/50
it is confusing....
+ 2
@maz this is correctly written..