forked from fantaghiro/ExercisePatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 3.35 KB
/
Copy pathindex.html
File metadata and controls
49 lines (49 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<script src="jsdiff.js"></script>
<title>Document</title>
</head>
<body>
<div class="container">
<div class="sec" id="ex1">
<h2>Ex. Choose the best topic sentence for the paragraph.</h2>
<p>Directions: From the three sentences that follow the paragraph, choose the best topic sentence to insert at the beginning of the paragraph.</p>
<p class="content paragraph">
<span class="chunk">Water is essential for life on Earth.</span> <span class="chunk">First, water is required for photosynthesis and respiration.</span> <span class="chunk">Second, water is crucial for human metabolism, allowing organic compounds to carry out replication.</span> <span class="chunk">Third, water is necessary for enzyme function, especially in human digestion.</span> <span class="chunk">Wheat may be the "staff of life," but water is truly the "stuff of life"!</span>
</p>
<div class="chunkChoice singleChoice" data-exid="ex1">1. Which sentence is the topic sentence of the paragraph? (A single-choice question)</div>
<div class="chunkChoice multiChoices" data-exid="ex1">2. Which sentences are the supporting sentences? (A multi-choice question)</div>
</div>
<div class="sec" id="ex2">
<h2>Delete the redundant part in the following paragraph.</h2>
<p class="content paragraph">
<span class="chunk">They’re sometimes called "Frankenfoods,” but some genetically modified foods have the potential to improve the lives of millions.</span> <span class="chunk">Insects often destroy crops, resulting in devastating financial losses and starvation in developing countries.</span> <span class="chunk">Pesticides are an effective way to kill these pests, but they damage the ecosystem and human health.</span> <span class="chunk">Scientists have created Bt corn, genetically modified to resist insects.</span> <span class="chunk">Since Bt corn does not require pesticides, farmers can grow more corn more cheaply and safely, which helps prevent starvation.</span> <span class="chunk">So, despite fears to the contrary, genetically modified foods like Bt corn can be very beneficial.</span>
</p>
<div class="chunkChoice deleteChoices" data-exid="ex2">1. Which sentences are redundant?</div>
</div>
<div class="sec">
<h2>Ex. Correct the errors in the following sentences</h2>
<div class="subSec" id="ex3">
<p class="errorCorrection" contenteditable="true">1. Parents who allow their children to have pets.</p>
<p class="errorCorrection" contenteditable="true">
2. The good news being that animals help reduce blood pressure and signs of stress.
</p>
</div>
</div>
<div class="sec">
<h2>Ex. Write as many words you can about university. split different words or phrases with comma.</h2>
<textarea class="brainstorm" rows = 2>
<span style="background: red;">right</span>
</textarea>
</div>
</div>
<script src="script.js"></script>
</body>
</html>