Skip to content

Commit 05d72ea

Browse files
committed
Creating new tests
- Homework week 4 for Mods 1 and 5 - JMC tests for primary 4 weeks
1 parent 9204f14 commit 05d72ea

53 files changed

Lines changed: 692 additions & 88 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pages/academy-1-week-4.md

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
# Parallel Academy Module 1 Week 3 Assignment
2+
3+
These problems relate to a recent theme you have been covering with your tutor. They are arranged in order of increasing difficulty and the final problem is much more of a challenge than the rest.
4+
5+
The problems are designed to help you reflect on material from previous tutorial sessions (which you can access on your Academy page).
6+
7+
The number of marks each question or part is worth is shown. Some have an optional hint, which cost 1 mark, so only reveal the hint if you’ve given the problem some real thought.
8+
9+
Take your time, ensuring that you haven't overlooked something or made a silly error, before submitting your answers. Please remember that completing homework is certainly not a race!
10+
11+
You should only leave an answer blank if you have really thought about the problem and are still stuck (particularly with the final problem).
12+
13+
We will also be running a weekly homework review session (look out for our emails).
14+
15+
**Before you click Submit at the end of the assignment, check that all of your answers have been entered correctly.**
16+
17+
**After you click Submit, make sure you scroll down to see the correct answers and read the full written solutions.**
18+
19+
## 1.
20+
![](/resources/academy-1-week-4/q1.png){image align="center"}
21+
22+
::: problem id=1_1 marks=1
23+
a) <input type="number" solution="12"/>
24+
25+
---
26+
27+
![](/resources/academy-1-week-4/s1a.png){image align="center"}
28+
:::
29+
30+
::: problem id=1_2 marks=1
31+
b) <input type="number" solution="11"/>
32+
33+
---
34+
35+
![](/resources/academy-1-week-4/s1b.png){image align="center"}
36+
:::
37+
38+
::: problem id=1_3 marks=1
39+
c) <input type="number" solution="10"/>
40+
41+
---
42+
43+
![](/resources/academy-1-week-4/s1c.png){image align="center"}
44+
:::
45+
46+
::: problem id=1_4 marks=1
47+
d) <input type="number" solution="5"/>
48+
49+
---
50+
51+
![](/resources/academy-1-week-4/s1d.png){image align="center"}
52+
:::
53+
54+
55+
## 2.
56+
![](/resources/academy-1-week-4/q2.png){image align="center"}
57+
58+
::: problem id=2_1 marks=1
59+
a) <input type="number" solution="8"/>
60+
61+
---
62+
63+
![](/resources/academy-1-week-4/s2a.png){image align="center"}
64+
:::
65+
66+
::: problem id=2_2 marks=1
67+
b) <input type="number" solution="25"/>
68+
69+
---
70+
71+
![](/resources/academy-1-week-4/s2b.png){image align="center"}
72+
:::
73+
74+
::: problem id=2_3 marks=1
75+
c) <input type="number" solution="15"/>
76+
77+
---
78+
79+
![](/resources/academy-1-week-4/s2c.png){image align="center"}
80+
:::
81+
82+
83+
## 3.
84+
![](/resources/academy-1-week-4/q3.png){image align="center"}
85+
86+
::: problem id=3_1 marks=2
87+
<input type="number" solution="16"/>
88+
89+
^^^ hint id=3_1_1 marks=1
90+
![](/resources/academy-1-week-4/h3a.png){image align="center"}
91+
^^^
92+
93+
---
94+
95+
![](/resources/academy-1-week-4/s3a.png){image align="center"}
96+
:::
97+
98+
::: problem id=3_2 marks=2
99+
<input type="number" solution="6"/>
100+
101+
^^^ hint id=3_2_1 marks=1
102+
![](/resources/academy-1-week-4/h3b.png){image align="center"}
103+
^^^
104+
105+
---
106+
107+
![](/resources/academy-1-week-4/s3b.png){image align="center"}
108+
:::
109+
110+
::: problem id=3_3 marks=2
111+
<input type="number" solution="8"/>
112+
113+
^^^ hint id=3_3_1 marks=1
114+
![](/resources/academy-1-week-4/h3c.png){image align="center"}
115+
^^^
116+
117+
---
118+
119+
![](/resources/academy-1-week-4/s3c.png){image align="center"}
120+
:::
121+
122+
123+
## 4.
124+
![](/resources/academy-4-week-2/4-skull.png){image align="right"}
125+
![](/resources/academy-1-week-4/q4.png){image align="center"}
126+
127+
::: problem id=4_1 marks=2
128+
<input type="number" solution="15"/>
129+
130+
^^^ hint id=4_1_1 marks=1
131+
![](/resources/academy-1-week-4/h4.png){image align="center"}
132+
^^^
133+
134+
---
135+
136+
![](/resources/academy-1-week-4/s4.png){image align="center"}
137+
:::
138+
139+
**Before you click Submit at the end of the assignment, check that all of your answers have been entered correctly.**
140+
141+
**After you click Submit, make sure you scroll down to see the correct answers and read the full written solutions.**

pages/academy-5-week-4.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
# Parallel Academy Module 5 Week 3 Assignment
2+
3+
These problems relate to a recent theme you have been covering with your tutor. They are arranged in order of increasing difficulty and the final problem is much more of a challenge than the rest.
4+
5+
The problems are designed to help you reflect on material from previous tutorial sessions (which you can access on your Academy page).
6+
7+
The number of marks each question or part is worth is shown. Some have an optional hint, which cost 1 mark, so only reveal the hint if you’ve given the problem some real thought.
8+
9+
Take your time, ensuring that you haven't overlooked something or made a silly error, before submitting your answers. Please remember that completing homework is certainly not a race!
10+
11+
You should only leave an answer blank if you have really thought about the problem and are still stuck (particularly with the final problem).
12+
13+
We will also be running a weekly homework review session (look out for our emails).
14+
15+
**Before you click Submit at the end of the assignment, check that all of your answers have been entered correctly.**
16+
17+
**After you click Submit, make sure you scroll down to see the correct answers and read the full written solutions.**
18+
19+
## 1.
20+
![](/resources/academy-5-week-4/q1.png){image align="center"}
21+
22+
::: problem id=1_1 marks=1
23+
a) <input type="number" solution="16"/>
24+
25+
---
26+
27+
![](/resources/academy-5-week-4/s1a.png){image align="center"}
28+
:::
29+
30+
::: problem id=1_2 marks=1
31+
b) <input type="number" solution="66"/>
32+
33+
---
34+
35+
![](/resources/academy-5-week-4/s1b.png){image align="center"}
36+
:::
37+
38+
39+
## 2.
40+
![](/resources/academy-5-week-4/q2.png){image align="center"}
41+
42+
::: problem id=2_1 marks=2
43+
<input type="number" solution="33"/>
44+
45+
---
46+
47+
![](/resources/academy-5-week-4/s2.png){image align="center"}
48+
:::
49+
50+
51+
## 3.
52+
![](/resources/academy-5-week-4/q3.png){image align="center"}
53+
54+
::: problem id=3_1 marks=2
55+
<input type="number" solution="7"/>
56+
57+
^^^ hint id=3_1_1 marks=1
58+
![](/resources/academy-5-week-4/h3.png){image align="center"}
59+
^^^
60+
61+
---
62+
63+
![](/resources/academy-5-week-4/s3.png){image align="center"}
64+
:::
65+
66+
67+
## 4.
68+
![](/resources/academy-5-week-4/q4.png){image align="center"}
69+
70+
::: problem id=4_1 marks=2
71+
<input type="number" solution="145"/>
72+
73+
^^^ hint id=4_1_1 marks=1
74+
![](/resources/academy-5-week-4/h4.png){image align="center"}
75+
^^^
76+
77+
---
78+
79+
![](/resources/academy-5-week-4/s4.png){image align="center"}
80+
:::
81+
82+
83+
## 5.
84+
![](/resources/academy-4-week-2/4-skull.png){image align="right"}
85+
![](/resources/academy-5-week-4/q5.png){image align="center"}
86+
87+
::: problem id=5_1 marks=2
88+
<input type="number" solution="120"/>
89+
90+
^^^ hint id=5_1_1 marks=1
91+
![](/resources/academy-5-week-4/h5.png){image align="center"}
92+
^^^
93+
94+
---
95+
96+
![](/resources/academy-5-week-4/s5.png){image align="center"}
97+
:::
98+
99+
**Before you click Submit at the end of the assignment, check that all of your answers have been entered correctly.**
100+
101+
**After you click Submit, make sure you scroll down to see the correct answers and read the full written solutions.**

pages/primary-jmc-1.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7,78 +7,78 @@
77

88
## 1.
99
::: problem id=1_1 marks=1
10-
What is the value of 6002 - 2006?
10+
I buy 10 plastic dinosaurs at 99p each and give the shopkeeper a £10 note.
1111

12-
* [ ] 3994
13-
* [x] 3996
14-
* [ ] 4000
15-
* [ ] 4004
16-
* [ ] 4006
12+
How much change should I receive?
13+
14+
* [ ] 1p
15+
* [x] 10p
16+
* [ ] £1
17+
* [ ] £10
18+
* [ ] £100
1719
{.col-5}
1820
:::
1921

2022

2123
## 2.
2224
::: problem id=2_1 marks=1
23-
Among the children in a certain family, each child has at least one brother and at least one sister.
25+
![](/resources/primary-jmc-1/2-pie-chart.png){image align="right"}
26+
The pie chart on the right shows the numbers of pupils who answered the question “Is there life in Outer Space?" with a “yes” or “no”.
27+
28+
There were 21 pupils who answered “yes”.
2429

25-
What is the _smallest_ possible number of children in the family?
30+
How many pupils answered “no”?
2631

27-
* [ ] 2
28-
* [ ] 3
29-
* [x] 4
32+
* [ ] 4
3033
* [ ] 5
3134
* [ ] 6
35+
* [ ] 7
36+
* [x] 8
3237
{.col-5}
3338
:::
3439

3540

3641
## 3.
3742
::: problem id=3_1 marks=1
38-
The word 'thirty' contains 6 letters and 6 = 30 ÷ 5.
43+
Jonathan the tortoise eats 20 g of salad leaves a day.
3944

40-
Similarly, the word 'forty' contains five letters and 5 = 40 ÷ 8.
45+
The leaves are sold in 80 g bags which cost 90p.
4146

42-
Which of the following is not a multiple of the numbers of letters it contains?
47+
How much would it cost to feed Jonathan for 4 weeks?
4348

44-
* [ ] Six
45-
* [ ] Twelve
46-
* [x] Eighteen
47-
* [ ] Seventy
48-
* [ ] Ninety
49+
* [ ] £4.20
50+
* [ ] £4.80
51+
* [ ] £5.30
52+
* [ ] £5.70
53+
* [x] £6.30
4954
{.col-5}
5055
:::
5156

5257

5358
## 4.
5459
::: problem id=4_1 marks=1
55-
In music, a demisemiquaver is half of half of half a crotchet, and there are four crotchets in a semibreve.
60+
Pat and Sam like to sit at either end of their sofa, with their three children sitting between them.
5661

57-
How many demisemiquavers are there in a semibreve?
62+
In how many ways can they do this?
5863

59-
* [ ] 8
60-
* [ ] 16
61-
* [x] 32
62-
* [ ] 64
63-
* [ ] 128
64+
* [ ] 6
65+
* [x] 12
66+
* [ ] 24
67+
* [ ] 25
68+
* [ ] 130
6469
{.col-5}
6570
:::
6671

6772

6873
## 5.
6974
::: problem id=5_1 marks=1
70-
![](/resources/primary-jmc-1/5-folded-paper.png){image align="right"}
71-
Beatrix takes a sheet of paper, shown here labelled A.
75+
I add together three consecutive whole numbers.
7276

73-
She then folds the sheet in half 4 times, and punches a hole all the way through the folded sheet, as shown here labelled B.
77+
Their sum is always...
7478

75-
She then unfolds the sheet.
76-
77-
How many holes are there now in the unfolded sheet?
78-
79-
* [ ] 4
80-
* [ ] 6
81-
* [ ] 8
82-
* [ ] 12
83-
* [x] 16
79+
* [ ] a multiple of 5.
80+
* [ ] odd.
81+
* [ ] prime.
82+
* [ ] even.
83+
* [x] a multiple of 3.
8484
:::

0 commit comments

Comments
 (0)