Proofs are assigned point values between 0 and 4 as follows.
4 Points: Perfect. Would pass an automated proof checker. (NOTE: Actually, the linked proof checker is both too lenient and too strict, as it allows moves that are not permitted by our rules, and does not allow some moves that are permitted by our rules.)
1 (1) P->-Q A 2 (2) Q A 1,2 (3) -P 1,2 MTT
For full credit, there must be an additional line:
1 (1) P->-Q A 2 (2) Q A 2 (3) --Q 2 DN 1,2 (4) -P 1,3 MTT
Check your dependency numbers carefully. Mistakes in dependency numbers will cost you points.