Few Questions are horribly erroneous. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Few Questions are horribly erroneous.

I was completing some of the challenges in HTML and PHP, I found terrible errors in questions, those are extremely frustrating.

15th Nov 2019, 6:01 AM
Satya Singh
Satya Singh - avatar
5 Answers
+ 2
Also there can be surprising differences between programming languages: Latest PHP: $b = 6; echo $b*$b--; Result:30 Latest Visual Studio and C#: int b = 6; Console.WriteLine(b*b--); Result:36
15th Nov 2019, 7:46 AM
Michal Straka
Michal Straka - avatar
+ 8
I don't think any Html question is "horribly erroneous" though😂 We've been practicing them for quite a while now. Still as Michal Straka said, you can use the in-app report feature to report wrong questions/answers.
16th Nov 2019, 5:47 PM
Humayra🇧🇩
Humayra🇧🇩 - avatar
+ 3
You can report wrong answers or wrong questions. Click 'VIEW CORRECT ANSWERS' after finishing a challenge. Then there is always a small icon on the right at the top. Click it and you can report different types of errors: Spelling Errors Wrong Question Wrong Answer Off Topis Other Keep in mind to test the answer before reporting it. The results can be sometimes surprising.
15th Nov 2019, 7:36 AM
Michal Straka
Michal Straka - avatar
0
Got'ya
15th Nov 2019, 9:02 AM
Satya Singh
Satya Singh - avatar
0
Yes, I was using an extended conceit for that, but there were errors, I reported them, as implied.
17th Nov 2019, 1:35 AM
Satya Singh
Satya Singh - avatar