+ 17
How do I get most of my suggested quiz approved?
I suggested many quizzes but most of them are being declined. I usually see comments like //too many similar questions //confusing as reason for disapproval. If most of your quizzes have been approved, kindly suggest appropriate way to create a quiz.
3 Answers
+ 13
It must be functional and get upvotes from voters.
(By functional I do not mean always needs a main method, just the line of codes should work accordingly.)
As your comment says, if there's to many similar questions it will also get declined.
If there's to much jibberish that would on average take to long to solve in the given challenge time, it may be declined.
Ex/
int x = 13, y = 7, w = 1;
print(5*++x+--x/++y*w/x*(++w+w-y)%y--*w+x);
Nobody would really want to evaluate that garbage đ Smaller ones might be okay, but there's lots of questions like that.
So.. Maybe go for something unique and simple, perhaps that people can learn from.
+ 12
same question here đ
+ 3
From personal experience I'd say, easy questions are the way to go if you want that creator badge. My best questions got declined, while all the easy ones got approved.