Some of the math competitions I participated would penalize for skipping around. You were awarded +5 for correct answers and -4 for incorrect or skipped questions. It was not uncommon for negative scores. In one test, any stray marks were also marked as incorrect. No erasing, no changing a 7 to a 9, or anything was allowed. The questions leaned toward an increasing difficulty, but there could something very difficult followed by a string of much easier questions. So additional math had to be done to see if it would be better to stop or skip.
It's still equivalent to "normal" tests, because the cost of skipping and the cost of answering incorrectly are the same. A test in that format with N questions and a test in the normal "1 point for a correct answer, 0 for anything else" with N questions are related as follows, assuming C correct answers:
Score in the +5/-4 system: 5 C - 4 (N-C) = 9 C - 4 N
Score in the +1/0 system: 1 C + 0
It's basically a "9 points for a correct answer, 0 for anything else" test that simply starts with a score of -4 N.
It's very similar to the difference between Celsius and Fahrenheit.
how many normal tests would ever result in a negative score? it's quite devastating to any shred of morale one might have. test had 80 questions so a max score of 400. i personally never witnessed someone receiving anything over 300.
you're really trying to make something into something it is not.
Don't know how wide spread they are in other states, but it was part of the UIL Academics teams as statewide competition between school districts in Texas.
It's cute but doesn't make any difference. Add 4 to the score for every question and you get 9 or 0. The factor of 9 makes no difference so call it 1 or 0. Now your score is just the number of questions you got right, but the ranking is exactly the same as the original scoring system.
Again, another person responding with the same trope of a response totally missing the fact that assigning 1 or 0 means an always positive score. You will never know the shame of receiving a negative score. It's part of the competition whether it was designed that way or not, it is exactly what teenage boys have turned it into. The concept of a negative score is a pretty good motivator.
It depends if skipping means questions not answered or if it means questions skipped to answer later questions. But either way it's more like playing gameshow host than making a meaningful exam.
Howdy fellow Texan! I still use some of the "tricks" learned to do that test. However, I struggled for a long time in my higher math classes for not having any work to show as I was just doing it in my head. It was finally solved when told that the AP exams gave partial credit based on the work shown.
I also did the Calculator tests. It's why I learned to 10-key.
You're right - I still use number-sense tricks for fast multiplication :)
For Calculator, I wrote https://git.io/ti84rpn so that I could use the fast parenthesis-less Reverse Polish Notation without having to adapt to a whole new calculator keyboard.