Skip to content

Commit 8531495

Browse files
committed
Fixing AUT 9 homeworks 1+2
1 parent 5827d4f commit 8531495

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

pages/academy-9aut-week-1.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ d) <input type="number" solution="20"/>
5757

5858
::: problem id=2_1 marks=1
5959
![](/resources/academy-9aut-week-1/q2a.png){image align="center"}
60-
* [ ] a)
61-
* [ ] b)
62-
* [x] c)
63-
* [ ] d)
60+
* [ ] (i)
61+
* [ ] (ii)
62+
* [x] (iii)
63+
* [ ] (iv)
6464
{.col-5}
6565

6666
---
@@ -70,10 +70,10 @@ d) <input type="number" solution="20"/>
7070

7171
::: problem id=2_2 marks=1
7272
![](/resources/academy-9aut-week-1/q2b.png){image align="center"}
73-
* [x] a)
74-
* [ ] b)
75-
* [ ] c)
76-
* [ ] d)
73+
* [x] (i)
74+
* [ ] (ii)
75+
* [ ] (iii)
76+
* [ ] (iv)
7777
{.col-5}
7878

7979
---
@@ -83,10 +83,10 @@ d) <input type="number" solution="20"/>
8383

8484
::: problem id=2_3 marks=1
8585
![](/resources/academy-9aut-week-1/q2c.png){image align="center"}
86-
* [ ] a)
87-
* [x] b)
88-
* [ ] c)
89-
* [ ] d)
86+
* [ ] (i)
87+
* [x] (ii)
88+
* [ ] (iii)
89+
* [ ] (iv)
9090
{.col-5}
9191

9292
---
@@ -96,10 +96,10 @@ d) <input type="number" solution="20"/>
9696

9797
::: problem id=2_4 marks=1
9898
![](/resources/academy-9aut-week-1/q2d.png){image align="center"}
99-
* [ ] a)
100-
* [ ] b)
101-
* [ ] c)
102-
* [x] d)
99+
* [ ] (i)
100+
* [ ] (ii)
101+
* [ ] (iii)
102+
* [x] (iv)
103103
{.col-5}
104104

105105
---

scripts/convert-teachers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fb = require('firebase-admin');
44
const serviceAccount = require('../private/service-account.json');
55

66
const TEACHERS = [
7-
"aaspland@sjl.herts.sch.uk",
7+
"hepplestons94@gmail.com",
88
"qqqqqq.qqqqq@qqq.edu"
99
];
1010

scripts/get-results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const downloadUsers = require('./utils/downloadUsers');
77
// Edit below.
88
// Set the time string to '' to stop filtering by submission time.
99

10-
const START_TIME = '1725058860000';
10+
const START_TIME = '1756684800000';
1111
const END_TIME = '';
1212

1313
// -----------------------------------------------------------------------------
-640 Bytes
Loading
-733 Bytes
Loading
-2 KB
Loading

0 commit comments

Comments
 (0)