Skip to content

Commit 30bc585

Browse files
authored
Merge pull request #19 from sw8744/main
Edit Unscramble
2 parents df993bb + 8a01837 commit 30bc585

File tree

1 file changed

+39
-30
lines changed

1 file changed

+39
-30
lines changed

frontend/src/elements/pages/english/Unscramble.tsx

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,45 @@ import "./Unscramble.css";
44

55
function Unscramble() {
66
let phrases = [
7-
'what others in their community want',
8-
'someone with whom to live',
9-
'to want whatever currently signifies',
10-
'depend on human motivational plasticity',
11-
'to keep up with their peers',
12-
'with the intrinsic desire to learn',
13-
'understanding when ideas from one area',
14-
'to recognize where their knowledge ends',
15-
'reveal when collaboration is required',
16-
'it encourages us to improve ourselves',
17-
'technology that students are exposed to',
18-
'how much freedom they should grant',
19-
'how their children might be exploited',
20-
'who must be conscious of all',
21-
'bringing some perspective to these conversations',
22-
'tend to structure outdoor learning',
23-
'grouping helps children develop social',
24-
'mix with children of different age',
25-
'that learning outdoors simply involves',
26-
'what education should look like',
27-
'a vase with a bouquet of flowers',
28-
'the staff remained polite and welcoming',
29-
'and put up the orders promptly',
30-
'were surprised to see such service',
31-
'no corporate policy required plants',
32-
'launching a successful attack are low',
33-
'what keeps the signal honest',
34-
"why don't babblers emit these calls",
35-
'made its position known to any predators',
36-
'only when they have actually spotted'
7+
'imagining other possibilities for action',
8+
'shed the idealized images of their parents',
9+
'to better understand the complexities of life',
10+
'with these more sophisticated powers of reasoning, teenagers find it easier to imagine',
11+
'it has actual physiological effects that',
12+
'testified by electrical changes in their skin',
13+
'the more their listeners conveyed that',
14+
'the more the listeners were allied with',
15+
'like taking on some of their energy',
16+
'hoping to run out the clock and win',
17+
'the team that is trailing finds itself',
18+
'is trying to prevent it from scoring',
19+
'in which the hero must fight his way',
20+
'bond invariably succeeds in disarming',
21+
'not by rejecting previous theories outright',
22+
'so that more conditions can be explained',
23+
"which is exactly what einstein's special relativity",
24+
'for which quantum mechanics had to be',
25+
'generalized theory that works under all conditions',
26+
'no single design will be best for',
27+
'a computer that is more portable',
28+
'all of which achieve the central objective',
29+
'whoever establishes the priorities attached to',
30+
'those who set the priorities attached to',
31+
'aristocratic parents hired freelance philosophers to educate',
32+
'contracted out their services from one city-state',
33+
'claimed the ability to teach any subject',
34+
'truth is only a matter of persuasive argumentation',
35+
'which involved learning to argue both sides',
36+
'were as common as takeaways are today',
37+
'for country folks coming into town',
38+
'led to believe with everyone enjoying',
39+
'such as zinc needed for good long-term health',
40+
'they would eat as much as their bellies',
41+
'usually rendering it useless to the organism',
42+
'the tangles in the cable are secondary',
43+
'but not actually changing the chemical composition',
44+
'it might no longer fit into places',
45+
'prevent it from functioning as it'
3746
];
3847

3948
const [queue, setQueue] = useState<string[]>([]);

0 commit comments

Comments
 (0)