Thank you all for competiting in the House Programming Competition this year. The final results are as follows...
House | Task 1 | Task 2 | Task 3 | Task 4 | Total |
---|---|---|---|---|---|
Raleigh | 5 | 8 | 8 | 0 | 21 |
Spenser | 0 | 8 | 8 | 0 | 16 |
Grenville | 0 | 5 | 0 | 8 | 13 |
Fan | 0 | 5 | 0 | 0 | 5 |
House | Points | Bonus | Comments |
---|---|---|---|
Fan | 0 | 0 | Points were calculated correctly, but your output says 'Team A were the champions'. This should say 'Macclesfield were the champions.' |
Grenville | 0 | 0 | Python error, code did not run. IndexError: list index out of range line 14 |
Raleigh | 5 | 0 | Correct winners named in the output, no bonus as the teams were not ordered by their points total |
Spenser | 0 | 0 | Points calculation is correct, but doesn't name the winning team |
House | Points | Bonus | Comments |
---|---|---|---|
Fan | 5 | 0 | Calculates the distances correctly and outputs as a table. The formatting of the table has some numbers out of line in some columns, no bonus. |
Grenville | 5 | 0 | Calculates the distances correctly and outputs as a table. The formatting of the table has some numbers out of line in some columns, no bonus. |
Raleigh | 5 | 3 | Calculates the distances correctly and outputs as a table. Data is nicely formatted and aligned. |
Spenser | 5 | 3 | Calculates the distances correctly and outputs as a table. Data is nicely formatted and aligned. |
House | Points | Bonus | Comments |
---|---|---|---|
Fan | 0 | 0 | A valiant attempt, but your program should be able to input and convert all of the image data at once. This is making the user do all of the work each time. |
Grenville | 0 | 0 | Slight issue when processing the data for the 3rd image, the code does not output the 2nd line correctly (outputs 1 where a space should be) |
Raleigh | 5 | 3 | Is able to process the input data and output the correct ASCII art. Output data is saved as yourart.txt |
Spenser | 5 | 3 | Is able to process the input data and output the correct ASCII art. Output data is saved as Task3.txt |
House | Points | Bonus | Comments |
---|---|---|---|
Fan | 0 | 0 | All possible combinations are listed correctly, but it does not advise the user how many different codes they would need to guess in total. |
Grenville | 5 | 3 | Lists all possible combinations. Correctly names there are 64 possible keys. Correctly identifies 03B as the correct code. |
Raleigh | 0 | 0 | Does not list all possible combinations correctly. Missing 00A, 00B, etc. |
Spenser | 0 | 0 | All possible combinations are listed correctly, but it does not advise the user how many different codes they would need to guess in total. |