I wrote it in my Maths GCSE (yes I could of probably spent my time more constructively)
for i = 1, #question do
print(question[i].maxMark)
end
print(“A*”)
the variable “question” is an array storing the questions in the paper so “for i = 1, #question do” will loop from question 1 to the total number of questions (which was 16) and will print that questions max mark (a number ranging from 1 - 5)
once the loop is complete, it will print A* on my test paper [import]uid: 79135 topic_id: 17724 reply_id: 317724[/import]
Yeah, I think that should be fine…
Good use of GCSE time
[import]uid: 33866 topic_id: 17724 reply_id: 67547[/import]
then A* here I come!
haha [import]uid: 79135 topic_id: 17724 reply_id: 67567[/import]