Skip to content

Commit ef46dd2

Browse files
committed
Updating error in 6-19
1 parent b50ecfe commit ef46dd2

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

pages/6-19-lucky-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ __1.2__ 31 is a lucky number, and it is also prime.
3535

3636
On top of that it is an emirp (prime backwards) because the number when the digits are reversed, 13, is also prime.
3737

38-
Which of these numbers is also an emirp?
38+
Which of these numbers is NOT also an emirp?
3939

4040
* [ ] 17
4141
* [ ] 37

pages/hints-tips.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ The biggest concern that students seem to have is that they sometimes score less
5454
### How do students receive awards for taking part in Parallel every week?
5555

5656
Students can earn certificates each year for completing Parallelograms and attending maths circles, and when they leave at age 16 they will receive their graduation diploma, which will document everything they have achieved in the Parallel Universe.
57+
58+
You also might want to offer incentives such as house points or certificates at the end of each term or at the end of the year, recognising students who have completed all the relevant Parallelograms. Here are some certificate templates you might want to use:
59+
60+
* [Downloadable Autumn Term certificate](/resources//parallel-certificate-autumn-term.pdf){target="_blank"} [(Greyscale version)](/resources/parallel-certificate-autumn-term-grey.pdf){target="_blank"}.
61+
* [Downloadable Spring Term certificate](/resources/parallel-certificate-spring-term.pdf){target="_blank"} [(Greyscale version)](/resources/parallel-certificate-spring-term-grey.pdf){target="_blank"}.
62+
* [Downloadable Summer Term certificate](/resources/parallel-certificate-summer-term.pdf){target="_blank"} [(Greyscale version)](/resources/parallel-certificate-summer-term-grey.pdf){target="_blank"}.
63+
* [Downloadable End of Year certificate](/resources/parallel-certificate-year.pdf){target="_blank"} [(Greyscale version)](/resources/parallel-certificate-year-grey.pdf){target="_blank"}.

scripts/switch-data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const fb = require("firebase-admin");
22
const serviceAccount = require("../private/service-account.json");
33

44
// Their old account with the data
5-
const FROM_EMAIL = "17WallD@kings.peterborough.sch.uk";
5+
const FROM_EMAIL = "julika.matravers@lordderamorss.yorkschools.net";
66

77
// Their new account
8-
const TO_EMAIL = "lmjwalling@gmail.com";
8+
const TO_EMAIL = "jmatravers@lordderamores.com";
99

1010
//////
1111

0 commit comments

Comments
 (0)