Guide to writing good quiz questions for the quiz factory
For those of you who have had quiz submissions turned down⊠Please donât get discouraged. Since there currently isnât a way for SoloLearn reviewers to leave feedback on quiz submissions that they downvote (which is a real bummer), here are some of the reasons that I have downvoted quiz submissions. Hopefully you can compare yours to this list to get an idea of what the problem might have been. 1) Typos. Did you test your code EXACTLY as it is written? Donât expect challengers to have to interpret incorrectly typed code, unless finding the error itself is the question. 2) Unclear questions. This also includes just posting a code statement without a question at all and assuming everyone will know what youâre asking. Time will be wasted trying to figure out what the implied question is. Make sure your question is clear and specific. 3) Donât make your question too long or time consuming to figure out! Remember there is a very short time limit. Sadly, I had to turn down some great questions I liked because there were just too many lines of code manipulation or expressions to evaluate for a normal mind to process and keep track of in the given time limit. I think those questions only benefit the people who have seen that question before and already know the answer. Try shortening those or splitting them up into two separate questions. 4) If your question involves math, make the numbers small so users donât feel like they need to break out a calculator! Test on concepts, not large mental calculations. Below are some more tips that wouldnât fit on this original post. Please feel free to leave your own comments if you disagree, agree, or have additional tips of your own to add.