+ 2
Bug in the answers checking algorithms?
Ok thatâs very irritating. I lost all my hearts on it. HTML course, forms lesson. The question is, which value of the type attribute is used for a password field? I tried: password âpasswordâ type=âpasswordâ But in the result it always says ânot quiteâ and takes my heart. I donât have a possibility to check it with AI, thatâs why I am asking it here. What is the correct answer???! Whatever it is, itâs stupid and must be fixed, because ALL of the above mentioned variants ARE acceptable!!!
5 Respostas
+ 1
Danylo Dots did you by chance try
text
Or
"text" if the quotes are not available as ___
Yes, typically use
type= "password"
but by default
type= "text"
could be used.
Without being able to see the actual question and structure of the question
+ 1
Itâs not even fair, because in the lesson itself they say and give a code example where it is specifically stated that the password field has type of a âpasswordâ. Why on Earth should I answer âtextâ after that?
+ 1
I agree.
I now had an opportunity to check what is the correct answer with a built-in AI.
And⊠What do you think?
The correct answer is:
<input type=âpasswordâ>
But it has no sense with the given question: what is THE VALUE OF THE ATTRIBUTE. The answer cannot contain the whole thing including the input tag itself, but the value only.
Even if this is the correct answer⊠They nevertheless should have included a âpasswordâ as a second correct answer as well.
Otherwise I lost my hearts âillegallyâ.
0
I just need the devs to see this and fix it.
0
It seems that there is a mismatch between the expected input and the checking system. It can be case sensitive validation or strict format. If all variants are technically correct but still rejected, it means that there is a bug or UX issue in the system. There should be debugging or clarification of the expected answer so that there is no misleading.