+ 3
Declined quizess
My many quizzes are declined although they were correct What do I do
9 Respostas
+ 10
For what reason?
Could you post examples of your declined quizzes?
Reasons might be:
- bad English, mispellings, typos
- the community downvoted them for whatever reasons
- they are too hard
- too many similar questions already exist
...
+ 10
Sad but true :D
+ 9
Some quizzes are very similar (in concept) to others. That makes some reviewers decline it. Personally, I believe even if some quizzes are similar, it's good to have as many of them as possible (provided they are correct, of course). That prevents memorization and fun-killing :)
+ 7
I got quizzes in Python and HTML only. Most of my Python submissions are getting declined now, as being too similar. That makes me believe that there might be less than 200 quizzes accepted altogether, thus very easy to just memorize :(
+ 5
I got 3 accepted, 30+ rejected.
Am trying specifically in Python :)
+ 4
I like the reason of quiz being too hard
+ 4
Maybe there will be more topics once the lesson factory is released. And then more content to create quizzes ;)
+ 3
A={1,6,3,8,2,0}
B={2,9,4,3,6,1}
C=A | B
D=A^B
E=C-D
for i in E:
print(i,end='')
I posted the answer after matching with correct output even though they declined it
+ 2
maybe your code take more time to solve đđ