+ 14
Complaints on Challenges
Don't you think that the challenges are so repetitive? As someone who has done quite a lot of JS challenges, I can literally memorise answers for each question. Come on SoloLearn, I'm sure Quiz Factory has a bank of unapproved quizzes to work on. Don't you also think that the challenges are too easy? 90% of them are like math-based. Seriously, how is this a challenge? var x = 1 ; var y = 2 ; x += y/2 , These challenges don't help us in learning imho. Like so that SoloLearn devs can see this.
8 Respostas
+ 13
Dem ppl be like omg prefix and postfix increments. So confuse. Not wow. Must post questions without prior searching.
+ 12
The hardest challenge i encountered :
var y = 3;
y++;
++y;
alert(y);
^_^
+ 8
don't like it? go to quiz factory and make/approve some quizzes yourself
but yeah it could be improved
+ 8
Yeah! It's true!! I do agree...but don't u think that the Golden & Platinum ones should take the responsibility of posting nice quizzes onto Sololearn (Bronze & Silver ones also)...much of us only complain & do nothing for the community...so it's our turn now...:)
+ 6
Yep true.
+ 4
@Ahri Fox I'm sure I've seen lots of creative, non math-based quizzes there. The problem is SoloLearn relies on us rating them and refrains from approving unrated quizzes.
+ 4
Also I found:
a = 1;
alert((a+a)+(a+a));
That's not programming. Much less contribution.
0
For some the quizzes are challenging especially if they're learning code for the first time, or refreshing after years of separation.
Hey, take on the challenge of finding other ways to take g the quiz. This might sound stupid but try doing the quizzes while your phone is upsidedown, or take the quiz while looking at your phone in the mirror. You may know the answer right away but since it's timed you can take on the challenge of typing the keys correctly.
Happy coding!