Why the duration of javascript quizes are too short | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

25th Jan 2019, 10:53 AM
CaStill0~Dz 🇩🇿
CaStill0~Dz 🇩🇿 - avatar
12 Answers
+ 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.
26th Jan 2019, 10:19 PM
Fox
Fox - avatar
+ 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
25th Jan 2019, 11:51 AM
Gordon
Gordon - avatar
+ 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.
25th Jan 2019, 11:56 AM
Lambda_Driver
Lambda_Driver - avatar
+ 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
25th Jan 2019, 11:48 AM
CaStill0~Dz 🇩🇿
CaStill0~Dz 🇩🇿 - avatar
26th Jan 2019, 3:22 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 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. 😊
26th Jan 2019, 3:50 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 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 ~
26th Jan 2019, 3:55 AM
Gordon
Gordon - avatar
+ 1
Any example?
25th Jan 2019, 11:41 AM
Gordon
Gordon - avatar
+ 1
I know but some quizzes need time to solve it .
25th Jan 2019, 12:01 PM
CaStill0~Dz 🇩🇿
CaStill0~Dz 🇩🇿 - avatar
+ 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 🤣
26th Jan 2019, 3:31 AM
Gordon
Gordon - avatar
0
all the above
27th Jan 2019, 5:06 AM
Brice Jerew
Brice Jerew - avatar
0
The quiz is designed like that.
27th Jan 2019, 7:38 AM
Umar Sunusi Maitalata
Umar Sunusi Maitalata - avatar