+ 7
Why the duration of javascript quizes are too short
Some Javascript quizes need amount of time to think of the solution .. what do you think about that?
12 Respuestas
+ 8
To be honest, I can relate quite a bit regarding the time-limits given during quiz-questions. It's not only JavaScript quizzes. I've seen the issue with Python & C++ quizzes as well, as I'm sure it also plays a part within other languages' quiz-questions for other users.
I believe that quiz-questions as well as the time given to answer them within every language should be evaluated/analyzed a bit more carefully, taking into consideration that some programmers can't help but to analyze every detail before making any decisions. Every programmer is unique with how they approach challenges, and to be honest, some can't help it.
+ 6
If you can find an example, post the code here, we try to guide you how to read quickly.
In general, you don't start with reading the function implementation.
You start with the line which calls the function, so you can know what values are plugged into the function,
With the values in mind then you can start reading the function, when there are for example if else, you can jump the irrelevant parts
+ 5
If you are referring to challenges then it's part of the game. It challenges you to think analytically and decipher the code in seconds.
+ 3
For example .. you find 10 lines of code with complex functions and you must answer it in 10 sec , that's why the most of challenges are html quizzes
+ 3
Gordon , for example,
https://www.sololearn.com/Discuss/650225/?ref=app
+ 3
Gordon , yes, it's .js, and it's probably not super hard to do under 5 seconds. But it's a bit useless, and I find the post funny. 😊
+ 3
Kishalaya Saha yes it is super funny 🤣 thanks for sharing
By the way, i found this in one of the answer :
https://code.sololearn.com/WD9C4d7D7egD/?ref=app
Js2flowchart.js
A nice library ~
+ 1
Any example?
+ 1
I know but some quizzes need time to solve it .
+ 1
Kishalaya Saha
Isn't the answer ".js"?
1. First skip some lines, starts with if else
2. Because 1==1 so only see code block of if
3. Output is a+y+x so is three char
4. a=c="."
5. y=b="j"
6. x=z="s"
By the way, I like the last paragraph of Igor, every time I read this, I laughed 🤣
0
all the above
0
The quiz is designed like that.