<p>I understand that, I think they could have approached it differently where they wouldn’t need to remove anything from an arrayList. You could do it though, by setting up like temporary variables inside the loop, it would just be atrocious coding.</p>
<p>hey guys do we have have to have correct coding convention? Like right margins. also do we get points for like “taking the longer route” on fr. like you do it longer way but u dont brute force it?</p>
<p>azndarkvader, as far as I know margins don’t count, but my teacher said that its nice to have correct margins because then the scorer might be more lenient about not closing off brackets. And I’d think it doesn’t matter how you get the solution, as long as you get it? But idk.</p>
<p>And how good is the curve for this test? I felt pretty confident about it but this is my school’s first year having it so I have no idea what the spectrum of grades usually is…</p>
<p>You can’t be marked off for incorrect indentation, but if you DO have correct indentation you can’t be marked off for missing brackets.</p>
<p>And you don’t inherently get points marked off for using a longer algorithm than what they expected, no. Again, the problem comes when you make a mistake; if you write your algorithm incorrectly, the test grader may not understand what you were trying to do, so it’s possible you’ll end up with not even partial credit.</p>
<p>@azndarkvader: That was what surprised me. NO question required use of a method you had previously written. Nowhere on the FRQ did it say “Assume that someMethod works as specified, regardless of what you wrote in part a” or whatever.</p>
<p>Alright, what are my chances of a 5? I will explain my answers on the test and please give me an estimated chance with curves and stuff.</p>
<p>Multiple choice - skipped 5 and I think I got like max 5 wrong.</p>
<p>Free Response - got the first 3 but totally failed GridWorld. </p>
<pre><code> 1. got part a word for word
part b i did increment and make variables for all that but i accidentally
used a foreach loop
2. got it word for word except i dont know if i should have casted or
anything in the slope part. I made a new double variable.
3. Got word for word except i forgot to do start + 1 in the for loop, i
only wrote < start;
4. Part a I wrote some stuff down, I wrote 2 lines of code for b due to
time.
</code></pre>
<p>Based on these circumstances, do I have any chance for a 5?</p>