-
Notifications
You must be signed in to change notification settings - Fork 0
/
section-102.html
687 lines (687 loc) · 55.6 KB
/
section-102.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!--**************************************-->
<!--* Generated from PreTeXt source *-->
<!--* on 2020-02-11T13:03:40-07:00 *-->
<!--* *-->
<!--* https://pretextbook.org *-->
<!--* *-->
<!--**************************************-->
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Ned and the Bandits 7</title>
<meta name="Keywords" content="Authored in PreTeXt">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['\\(','\\)']]
},
asciimath2jax: {
ignoreClass: ".*",
processClass: "has_am"
},
jax: ["input/AsciiMath"],
extensions: ["asciimath2jax.js"],
TeX: {
extensions: ["extpfeil.js", "autobold.js", "https://pretextbook.org/js/lib/mathjaxknowl.js", "AMScd.js", ],
// scrolling to fragment identifiers is controlled by other Javascript
positionToHash: false,
equationNumbers: { autoNumber: "none", useLabelIds: true, },
TagSide: "right",
TagIndent: ".8em",
},
// HTML-CSS output Jax to be dropped for MathJax 3.0
"HTML-CSS": {
scale: 88,
mtextFontInherit: true,
},
CommonHTML: {
scale: 88,
mtextFontInherit: true,
},
});
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_CHTML-full"></script><script src="https://pretextbook.org/js/lib/jquery.min.js"></script><script src="https://pretextbook.org/js/lib/jquery.sticky.js"></script><script src="https://pretextbook.org/js/lib/jquery.espy.min.js"></script><script src="https://pretextbook.org/js/0.13/pretext.js"></script><script src="https://pretextbook.org/js/0.13/pretext_add_on.js"></script><script src="https://pretextbook.org/js/lib/knowl.js"></script><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/pretext.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/pretext_add_on.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/banner_default.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/toc_default.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/knowls_default.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/style_default.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/colors_default.css" rel="stylesheet" type="text/css">
<link href="https://pretextbook.org/css/0.31/setcolors.css" rel="stylesheet" type="text/css">
<!-- 2019-10-12: Temporary - CSS file for experiments with styling --><link href="developer.css" rel="stylesheet" type="text/css">
</head>
<body class="mathbook-book has-toc has-sidebar-left">
<a class="assistive" href="#content">Skip to main content</a><div class="hidden-content" style="display:none">\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\)</div>
<header id="masthead" class="smallbuttons"><div class="banner"><div class="container">
<a id="logo-link" href=""></a><div class="title-container">
<h1 class="heading"><a href="book-1.html"><span class="title"></span></a></h1>
<p class="byline"></p>
</div>
</div></div>
<nav id="primary-navbar" class="navbar"><div class="container">
<div class="navbar-top-buttons">
<button class="sidebar-left-toggle-button button active" aria-label="Show or hide table of contents sidebar">Contents</button><div class="tree-nav toolbar toolbar-divisor-3"><span class="threebuttons"><a id="previousbutton" class="previous-button toolbar-item button" href="section-101.html" title="Previous">Prev</a><a id="upbutton" class="up-button button toolbar-item" href="chapter-7.html" title="Up">Up</a><a id="nextbutton" class="next-button button toolbar-item" href="section-103.html" title="Next">Next</a></span></div>
</div>
<div class="navbar-bottom-buttons toolbar toolbar-divisor-4">
<button class="sidebar-left-toggle-button button toolbar-item active">Contents</button><a class="previous-button toolbar-item button" href="section-101.html" title="Previous">Prev</a><a class="up-button button toolbar-item" href="chapter-7.html" title="Up">Up</a><a class="next-button button toolbar-item" href="section-103.html" title="Next">Next</a>
</div>
</div></nav></header><div class="page">
<div id="sidebar-left" class="sidebar" role="navigation"><div class="sidebar-content">
<nav id="toc"><ul>
<li class="link part"><a href="part-1.html" data-scroll="part-1"><span class="codenumber">I</span> <span class="title">Speld Sa Phonics Decodable Readers</span></a></li>
<li class="link">
<a href="chapter-1.html" data-scroll="chapter-1"><span class="codenumber">1</span> <span class="title">SET 1: s, a, t, i, p, n</span></a><ul>
<li><a href="section-1.html" data-scroll="section-1">A Snip at Tan's</a></li>
<li><a href="section-2.html" data-scroll="section-2">An Ant</a></li>
<li><a href="section-3.html" data-scroll="section-3">Ann's Pants Snap</a></li>
<li><a href="section-4.html" data-scroll="section-4">Ants at the Tip</a></li>
<li><a href="section-5.html" data-scroll="section-5">Ants in Ann's Pants</a></li>
<li><a href="section-6.html" data-scroll="section-6">It</a></li>
<li><a href="section-7.html" data-scroll="section-7">Nan and Ann Snap</a></li>
<li><a href="section-8.html" data-scroll="section-8">Pat and Pip</a></li>
<li><a href="section-9.html" data-scroll="section-9">Pat,</a></li>
<li><a href="section-10.html" data-scroll="section-10">Pat Spat</a></li>
<li><a href="section-11.html" data-scroll="section-11">Santa and Tanta</a></li>
<li><a href="section-12.html" data-scroll="section-12">Tip's Pasta</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-2.html" data-scroll="chapter-2"><span class="codenumber">2</span> <span class="title">Set 2: ck, c, k, e, h, r, m, d</span></a><ul>
<li><a href="section-13.html" data-scroll="section-13">A Cat and a Kitten</a></li>
<li><a href="section-14.html" data-scroll="section-14">A Pin Prick</a></li>
<li><a href="section-15.html" data-scroll="section-15">Crack, Crack, Crack</a></li>
<li><a href="section-16.html" data-scroll="section-16">Did it Happen</a></li>
<li><a href="section-17.html" data-scroll="section-17">It was Black</a></li>
<li><a href="section-18.html" data-scroll="section-18">Ken</a></li>
<li><a href="section-19.html" data-scroll="section-19">Panic in Kadistan</a></li>
<li><a href="section-20.html" data-scroll="section-20">Rick</a></li>
<li><a href="section-21.html" data-scroll="section-21">Simon Says</a></li>
<li><a href="section-22.html" data-scroll="section-22">Stan and Sam</a></li>
<li><a href="section-23.html" data-scroll="section-23">The Ants and the Crisps</a></li>
<li><a href="section-24.html" data-scroll="section-24">The Kids,</a></li>
<li><a href="section-25.html" data-scroll="section-25">The Tramp</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-3.html" data-scroll="chapter-3"><span class="codenumber">3</span> <span class="title">Set 3: : g, o, u, l, f, b</span></a><ul>
<li><a href="section-26.html" data-scroll="section-26">A Trip on a Tram</a></li>
<li><a href="section-27.html" data-scroll="section-27">An Ant Nest</a></li>
<li><a href="section-28.html" data-scroll="section-28">Ants at Camp</a></li>
<li><a href="section-29.html" data-scroll="section-29">I Can Act</a></li>
<li><a href="section-30.html" data-scroll="section-30">Is it a Trap"</a></li>
<li><a href="section-31.html" data-scroll="section-31">Lost</a></li>
<li><a href="section-32.html" data-scroll="section-32">Nat the Cat Can rap</a></li>
<li><a href="section-33.html" data-scroll="section-33">Optus the Octopus</a></li>
<li><a href="section-34.html" data-scroll="section-34">The Best Tricks to Stop Hiccups</a></li>
<li><a href="section-35.html" data-scroll="section-35">The Desk</a></li>
<li><a href="section-36.html" data-scroll="section-36">The Lost List</a></li>
<li><a href="section-37.html" data-scroll="section-37">The Sad Elf</a></li>
<li><a href="section-38.html" data-scroll="section-38">Tig Naps a Lot</a></li>
<li><a href="section-39.html" data-scroll="section-39">What Do They Have in Common</a></li>
<li><a href="section-40.html" data-scroll="section-40">When Mum Got Back</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-4.html" data-scroll="chapter-4"><span class="codenumber">4</span> <span class="title">Set 4: ai, j, oa, ie, ee, or</span></a><ul>
<li><a href="section-41.html" data-scroll="section-41">A Cat Laps</a></li>
<li><a href="section-42.html" data-scroll="section-42">A Comic Act</a></li>
<li><a href="section-43.html" data-scroll="section-43">A Grub and a Bun</a></li>
<li><a href="section-44.html" data-scroll="section-44">A Mum's Moment of Terror</a></li>
<li><a href="section-45.html" data-scroll="section-45">Abracadabra</a></li>
<li><a href="section-46.html" data-scroll="section-46">An Egg in a Nest</a></li>
<li><a href="section-47.html" data-scroll="section-47">Ben Lost the Camp List</a></li>
<li><a href="section-48.html" data-scroll="section-48">BzzzZZZZzzzz"</a></li>
<li><a href="section-49.html" data-scroll="section-49">Jan Sings Rap</a></li>
<li><a href="section-50.html" data-scroll="section-50">Mud, Mud, Mud</a></li>
<li><a href="section-51.html" data-scroll="section-51">Pin the Tail on the Piglet</a></li>
<li><a href="section-52.html" data-scroll="section-52">Pink Prints on the Road</a></li>
<li><a href="section-53.html" data-scroll="section-53">The Kids Band</a></li>
<li><a href="section-54.html" data-scroll="section-54">Todd the Mail Train 1</a></li>
<li><a href="section-55.html" data-scroll="section-55">Todd the Mail Train 2</a></li>
<li><a href="section-56.html" data-scroll="section-56">What did Tig get from Santa"</a></li>
<li><a href="section-57.html" data-scroll="section-57">What Do You Need"</a></li>
<li><a href="section-58.html" data-scroll="section-58">What is in the Sack"</a></li>
<li><a href="section-59.html" data-scroll="section-59">When Santa's Sled Hit a Blimp</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-5.html" data-scroll="chapter-5"><span class="codenumber">5</span> <span class="title">Set 5: z, w, ng, v, oo (book), oo (food)</span></a><ul>
<li><a href="section-60.html" data-scroll="section-60">A Bet</a></li>
<li><a href="section-61.html" data-scroll="section-61">A Cut on its Leg</a></li>
<li><a href="section-62.html" data-scroll="section-62">Ben Fell In the Pond</a></li>
<li><a href="section-63.html" data-scroll="section-63">Dan, King of Hip Hop</a></li>
<li><a href="section-64.html" data-scroll="section-64">Dress-Ups</a></li>
<li><a href="section-65.html" data-scroll="section-65">Eek! It's a Bee</a></li>
<li><a href="section-66.html" data-scroll="section-66">Free to Run</a></li>
<li><a href="section-67.html" data-scroll="section-67">Hit by a Truck</a></li>
<li><a href="section-68.html" data-scroll="section-68">Mick and Sam</a></li>
<li><a href="section-69.html" data-scroll="section-69">Pant, Pant, Pant</a></li>
<li><a href="section-70.html" data-scroll="section-70">The Log that Sank</a></li>
<li><a href="section-71.html" data-scroll="section-71">The Trek</a></li>
<li><a href="section-72.html" data-scroll="section-72">Tig in the Mud</a></li>
<li><a href="section-73.html" data-scroll="section-73">Up the Big Hill</a></li>
<li><a href="section-74.html" data-scroll="section-74">Zak Hid from Dad</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-6.html" data-scroll="chapter-6"><span class="codenumber">6</span> <span class="title">Set 6: y, x, ch, sh, th (that), th (thing)</span></a><ul>
<li><a href="section-75.html" data-scroll="section-75">A Gift for Tom</a></li>
<li><a href="section-76.html" data-scroll="section-76">A Ship in a Storm</a></li>
<li><a href="section-77.html" data-scroll="section-77">A Steep Block</a></li>
<li><a href="section-78.html" data-scroll="section-78">At the Vet's</a></li>
<li><a href="section-79.html" data-scroll="section-79">Fun at the dam</a></li>
<li><a href="section-80.html" data-scroll="section-80">My Pants are Wet!</a></li>
<li><a href="section-81.html" data-scroll="section-81">Santa Fell Asleep</a></li>
<li><a href="section-82.html" data-scroll="section-82">Snap the Frog</a></li>
<li><a href="section-83.html" data-scroll="section-83">The Man Who Put His Hand in a Sack</a></li>
<li><a href="section-84.html" data-scroll="section-84">The Truck That Got Stuck</a></li>
<li><a href="section-85.html" data-scroll="section-85">Was Tig a Bad Dog"</a></li>
<li><a href="section-86.html" data-scroll="section-86">Zog, the Elf, and the Stacks of Presents</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-7.html" data-scroll="chapter-7"><span class="codenumber">7</span> <span class="title">Set 7: qu, ou, oi, ue, er, ar</span></a><ul>
<li><a href="section-87.html" data-scroll="section-87">A Week with Kaz and Lee</a></li>
<li><a href="section-88.html" data-scroll="section-88">A Wet Cat</a></li>
<li><a href="section-89.html" data-scroll="section-89">Bump Went the Bus</a></li>
<li><a href="section-90.html" data-scroll="section-90">Cheer Up,</a></li>
<li><a href="section-91.html" data-scroll="section-91">Kit Stank</a></li>
<li><a href="section-92.html" data-scroll="section-92">Lots of Hits</a></li>
<li><a href="section-93.html" data-scroll="section-93">Mig and Amanda</a></li>
<li><a href="section-94.html" data-scroll="section-94">Mig and Jim</a></li>
<li><a href="section-95.html" data-scroll="section-95">Mig and Matt</a></li>
<li><a href="section-96.html" data-scroll="section-96">Ned and the Bandits 1</a></li>
<li><a href="section-97.html" data-scroll="section-97">Ned and the Bandits 2</a></li>
<li><a href="section-98.html" data-scroll="section-98">Ned and the Bandits 3</a></li>
<li><a href="section-99.html" data-scroll="section-99">Ned and the Bandits 4</a></li>
<li><a href="section-100.html" data-scroll="section-100">Ned and the Bandits 5</a></li>
<li><a href="section-101.html" data-scroll="section-101">Ned and the Bandits 6</a></li>
<li><a href="section-102.html" data-scroll="section-102" class="active">Ned and the Bandits 7</a></li>
<li><a href="section-103.html" data-scroll="section-103">Ned and the Bandits 8</a></li>
<li><a href="section-104.html" data-scroll="section-104">Shopping for Mum</a></li>
<li><a href="section-105.html" data-scroll="section-105">Tap, Tap</a></li>
<li><a href="section-106.html" data-scroll="section-106">The Big Wet</a></li>
<li><a href="section-107.html" data-scroll="section-107">Tig at the Coast:</a></li>
<li><a href="section-108.html" data-scroll="section-108">Tim and the Fun Run</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-8.html" data-scroll="chapter-8"><span class="codenumber">8</span> <span class="title">Set 8: y/ee/, long a, a-e, long e, e-e, long i, i-e, long o, o-e, long u, u-e</span></a><ul>
<li><a href="section-109.html" data-scroll="section-109">A Trip to the Top End</a></li>
<li><a href="section-110.html" data-scroll="section-110">Dogs are Better than Cats</a></li>
<li><a href="section-111.html" data-scroll="section-111">Fire and the Caveman</a></li>
<li><a href="section-112.html" data-scroll="section-112">Jake and his Bee Hives</a></li>
<li><a href="section-113.html" data-scroll="section-113">Smokey the Kitten</a></li>
<li><a href="section-114.html" data-scroll="section-114">Sounds in the Attic</a></li>
<li><a href="section-115.html" data-scroll="section-115">Trapped in a Disused Mine</a></li>
<li><a href="section-116.html" data-scroll="section-116">When Stan Fell into the Toilet</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-9.html" data-scroll="chapter-9"><span class="codenumber">9</span> <span class="title">Set 9: ay, ey/ai/, oy/oi/, y (by) , y (gym), ea(dream), igh/ie/, ie (chief)</span></a><ul>
<li><a href="section-117.html" data-scroll="section-117">A Dog and a Bone</a></li>
<li><a href="section-118.html" data-scroll="section-118">Did Pedro Visit Alberto"</a></li>
<li><a href="section-119.html" data-scroll="section-119">Good Dog Baxter</a></li>
<li><a href="section-120.html" data-scroll="section-120">It's Raining</a></li>
<li><a href="section-121.html" data-scroll="section-121">Off to Camp</a></li>
<li><a href="section-122.html" data-scroll="section-122">Sailing</a></li>
<li><a href="section-123.html" data-scroll="section-123">Smokey the in Kitten</a></li>
<li><a href="section-124.html" data-scroll="section-124">What Will Happen to the Grub"</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-10.html" data-scroll="chapter-10"><span class="codenumber">10</span> <span class="title">Set 10: oe, ow/oa/, ow/ou/, ir, ur/er/, ew (few), au, aw, al/or/</span></a><ul>
<li><a href="section-125.html" data-scroll="section-125">Birds in the Roof</a></li>
<li><a href="section-126.html" data-scroll="section-126">Dirty Dean</a></li>
<li><a href="section-127.html" data-scroll="section-127">Dog Training</a></li>
<li><a href="section-128.html" data-scroll="section-128">Frank and Sandra visit Scotland</a></li>
<li><a href="section-129.html" data-scroll="section-129">Gran Got Spooked</a></li>
<li><a href="section-130.html" data-scroll="section-130">How to Grow Cherry Tomatoes</a></li>
<li><a href="section-131.html" data-scroll="section-131">Huntsman Spider Versus Jumping Jack Ant</a></li>
<li><a href="section-132.html" data-scroll="section-132">Jake the Cat</a></li>
<li><a href="section-133.html" data-scroll="section-133">Nam Fong in Hong Kong</a></li>
<li><a href="section-134.html" data-scroll="section-134">The Camel that had No Hump</a></li>
<li><a href="section-135.html" data-scroll="section-135">The Lost Cave</a></li>
<li><a href="section-136.html" data-scroll="section-136">The Raft 2</a></li>
<li><a href="section-137.html" data-scroll="section-137">The Raft 3</a></li>
<li><a href="section-138.html" data-scroll="section-138">The Raft</a></li>
<li><a href="section-139.html" data-scroll="section-139">The Snowball</a></li>
<li><a href="section-140.html" data-scroll="section-140">Tig in the Snow 2,</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-11.html" data-scroll="chapter-11"><span class="codenumber">11</span> <span class="title">Set 11: ph, soft c(mice),soft g(cage),silent b(lamb), silent w(write), silent k(know), air(fair), are(care), ear(pear)</span></a><ul>
<li><a href="section-141.html" data-scroll="section-141">A Trip to Antarctica</a></li>
<li><a href="section-142.html" data-scroll="section-142">A Visit to the Fair</a></li>
<li><a href="section-143.html" data-scroll="section-143">An African Elephant</a></li>
<li><a href="section-144.html" data-scroll="section-144">Charlie the Cockroach's Revenge</a></li>
<li><a href="section-145.html" data-scroll="section-145">Charlie's Story</a></li>
<li><a href="section-146.html" data-scroll="section-146">Clarissa the Cockroach Dies</a></li>
<li><a href="section-147.html" data-scroll="section-147">Clarissa the Cockroach</a></li>
<li><a href="section-148.html" data-scroll="section-148">Dung Beetles</a></li>
<li><a href="section-149.html" data-scroll="section-149">Murder on the Tram</a></li>
<li><a href="section-150.html" data-scroll="section-150">The Last Trip of the Little Red Ship</a></li>
<li><a href="section-151.html" data-scroll="section-151">The Stolen Statue</a></li>
<li><a href="section-152.html" data-scroll="section-152">Zoos Should Be Abolished</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-12.html" data-scroll="chapter-12"><span class="codenumber">12</span> <span class="title">Set 12: wh, ea/e/ wa(was),wor(work), war(ward), ou(country)</span></a><ul>
<li><a href="section-153.html" data-scroll="section-153">A Glimpse into Deep Time</a></li>
<li><a href="section-154.html" data-scroll="section-154">Polar Bear Hunt</a></li>
<li><a href="section-155.html" data-scroll="section-155">The Catamaran</a></li>
<li><a href="section-156.html" data-scroll="section-156">Tig's Attempts at Camouflage</a></li>
<li><a href="section-157.html" data-scroll="section-157">When Kit Took a Tumble Yesterday,</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-13.html" data-scroll="chapter-13"><span class="codenumber">13</span> <span class="title">Set 13: ch (chemist), silent h (ghost), silent c (scissors), silent n (autumn), ti, ci/sh/ (station), (special), si/sh/ (pension)/zh/(television), ei, eigh, aigh/ai/</span></a><ul>
<li><a href="section-158.html" data-scroll="section-158">An Off-Road Trip</a></li>
<li><a href="section-159.html" data-scroll="section-159">Atlantic Puffins</a></li>
<li><a href="section-160.html" data-scroll="section-160">Battle of the Bugs:</a></li>
<li><a href="section-161.html" data-scroll="section-161">The 4-Minute Mile</a></li>
<li><a href="section-162.html" data-scroll="section-162">The Kokoda Track</a></li>
<li><a href="section-163.html" data-scroll="section-163">The Race to Land a Man on the Moon</a></li>
<li><a href="section-164.html" data-scroll="section-164">The Sinking of the Titanic</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-14.html" data-scroll="chapter-14"><span class="codenumber">14</span> <span class="title">Set 14: o/u/, ture (picture), oor (door), ore (more), oar (roar), tch (match), dge (bridge)</span></a><ul>
<li><a href="section-165.html" data-scroll="section-165">A Mongolian Yurt</a></li>
<li><a href="section-166.html" data-scroll="section-166">Christchurch Earthquake</a></li>
<li><a href="section-167.html" data-scroll="section-167">How to Make a Rubber-Band Powered Boat</a></li>
<li><a href="section-168.html" data-scroll="section-168">Mrs. Wilson's Accident</a></li>
<li><a href="section-169.html" data-scroll="section-169">The Tomb of King Tut</a></li>
<li><a href="section-170.html" data-scroll="section-170">The Vietnam War</a></li>
<li><a href="section-171.html" data-scroll="section-171">Tsunami Hits Sumatran Coast</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-15.html" data-scroll="chapter-15"><span class="codenumber">15</span> <span class="title">Set 15: s (has), se (revise), ze (size), ear (fear), eer (beer), ere (here), gn (gnome), gh (cough)</span></a><ul>
<li><a href="section-172.html" data-scroll="section-172">A Wonderful Place:</a></li>
<li><a href="section-173.html" data-scroll="section-173">Irish the Scallywag</a></li>
<li><a href="section-174.html" data-scroll="section-174">The Tank Man of Tiananmen Square</a></li>
<li><a href="section-175.html" data-scroll="section-175">The Broken Ballerina</a></li>
<li><a href="section-176.html" data-scroll="section-176">The Tank Man of Tiananmen Square</a></li>
</ul>
</li>
<li class="link part"><a href="part-2.html" data-scroll="part-2"><span class="codenumber">II</span> <span class="title">Phonics Readers - Organized</span></a></li>
<li class="link">
<a href="chapter-16.html" data-scroll="chapter-16"><span class="codenumber">16</span> <span class="title">Short Vowels</span></a><ul>
<li><a href="section-177.html" data-scroll="section-177">A Mud Mess</a></li>
<li><a href="section-178.html" data-scroll="section-178">The Missing Pug</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-17.html" data-scroll="chapter-17"><span class="codenumber">17</span> <span class="title">Long a</span></a><ul>
<li><a href="section-179.html" data-scroll="section-179">Snake Traits</a></li>
<li><a href="section-180.html" data-scroll="section-180">Nate Bakes a Cake</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-18.html" data-scroll="chapter-18"><span class="codenumber">18</span> <span class="title">Long e</span></a><ul>
<li><a href="section-181.html" data-scroll="section-181">Pete's Journey</a></li>
<li><a href="section-182.html" data-scroll="section-182">Mom and Eve Plant Seeds</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-19.html" data-scroll="chapter-19"><span class="codenumber">19</span> <span class="title">Long i</span></a><ul>
<li><a href="section-183.html" data-scroll="section-183">High in the Sky</a></li>
<li><a href="section-184.html" data-scroll="section-184">Mike's Dream</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-20.html" data-scroll="chapter-20"><span class="codenumber">20</span> <span class="title">Long o</span></a><ul>
<li><a href="section-185.html" data-scroll="section-185">Joan's Stamps</a></li>
<li><a href="section-186.html" data-scroll="section-186">A Boat Trip</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-21.html" data-scroll="chapter-21"><span class="codenumber">21</span> <span class="title">Digraphs ch, tch</span></a><ul>
<li><a href="section-187.html" data-scroll="section-187">A Picnic at the Beach</a></li>
<li><a href="section-188.html" data-scroll="section-188">Crack of the Bat!</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-22.html" data-scroll="chapter-22"><span class="codenumber">22</span> <span class="title">Digraphs th, sh, wh, ph</span></a><ul>
<li><a href="section-189.html" data-scroll="section-189">The Math Contest</a></li>
<li><a href="section-190.html" data-scroll="section-190">Going to China</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-23.html" data-scroll="chapter-23"><span class="codenumber">23</span> <span class="title">Three letter blends</span></a><ul>
<li><a href="section-191.html" data-scroll="section-191">A Lump in the Throat</a></li>
<li><a href="section-192.html" data-scroll="section-192">Sprout!</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-24.html" data-scroll="chapter-24"><span class="codenumber">24</span> <span class="title">r-Controlled Vowels ar, or</span></a><ul>
<li><a href="section-193.html" data-scroll="section-193">A Boring Day</a></li>
<li><a href="section-194.html" data-scroll="section-194">Making a Go-Cart</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-25.html" data-scroll="chapter-25"><span class="codenumber">25</span> <span class="title">r-Controlled vowels ar, air, are, ere</span></a><ul>
<li><a href="section-195.html" data-scroll="section-195">Clare's Pet</a></li>
<li><a href="section-196.html" data-scroll="section-196">Taking Care of Snakes</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-26.html" data-scroll="chapter-26"><span class="codenumber">26</span> <span class="title">r-Controlled Vowels er, ir, ur</span></a><ul>
<li><a href="section-197.html" data-scroll="section-197">Meeting Kids</a></li>
<li><a href="section-198.html" data-scroll="section-198">The Lost Child</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-27.html" data-scroll="chapter-27"><span class="codenumber">27</span> <span class="title">Silent Letters</span></a><ul>
<li><a href="section-199.html" data-scroll="section-199">Following an EMT</a></li>
<li><a href="section-200.html" data-scroll="section-200">Helping Pets</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-28.html" data-scroll="chapter-28"><span class="codenumber">28</span> <span class="title">Soft c, g</span></a><ul>
<li><a href="section-201.html" data-scroll="section-201">So Many Things to Do!</a></li>
<li><a href="section-202.html" data-scroll="section-202">Gerard's Lemonade Stand</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-29.html" data-scroll="chapter-29"><span class="codenumber">29</span> <span class="title">Plural Words</span></a><ul>
<li><a href="section-203.html" data-scroll="section-203">The Plains Indians</a></li>
<li><a href="section-204.html" data-scroll="section-204">The Lost Moccasins</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-30.html" data-scroll="chapter-30"><span class="codenumber">30</span> <span class="title">Compound Words</span></a><ul>
<li><a href="section-205.html" data-scroll="section-205">The Water Cycle</a></li>
<li><a href="section-206.html" data-scroll="section-206">Snow Day!</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-31.html" data-scroll="chapter-31"><span class="codenumber">31</span> <span class="title">Inflectional Endings</span></a><ul>
<li><a href="section-207.html" data-scroll="section-207">A Puppy for Jenny</a></li>
<li><a href="section-208.html" data-scroll="section-208">Caring for a Puppy</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-32.html" data-scroll="chapter-32"><span class="codenumber">32</span> <span class="title">Change y to i</span></a><ul>
<li><a href="section-209.html" data-scroll="section-209">The Wall of Daisies</a></li>
<li><a href="section-210.html" data-scroll="section-210">Stop Crying!</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-33.html" data-scroll="chapter-33"><span class="codenumber">33</span> <span class="title">Long u2 Variant vowel oo</span></a><ul>
<li><a href="section-211.html" data-scroll="section-211">A Cool Mood</a></li>
<li><a href="section-212.html" data-scroll="section-212">Getting Energy</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-34.html" data-scroll="chapter-34"><span class="codenumber">34</span> <span class="title">Dipthongs oi, oy, ou, ow</span></a><ul>
<li><a href="section-213.html" data-scroll="section-213">Whales</a></li>
<li><a href="section-214.html" data-scroll="section-214">Whale Watching</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-35.html" data-scroll="chapter-35"><span class="codenumber">35</span> <span class="title">Variant Vowel au, aw, alt, alk</span></a><ul>
<li><a href="section-215.html" data-scroll="section-215">Coral Reefs</a></li>
<li><a href="section-216.html" data-scroll="section-216">Moving to the Suburbs</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-36.html" data-scroll="chapter-36"><span class="codenumber">36</span> <span class="title">Closed Syllables</span></a><ul>
<li><a href="section-217.html" data-scroll="section-217">Ann's Books</a></li>
<li><a href="section-218.html" data-scroll="section-218">Library Services</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-37.html" data-scroll="chapter-37"><span class="codenumber">37</span> <span class="title">Open Syllables</span></a><ul>
<li><a href="section-219.html" data-scroll="section-219">Mr. Clover's Class Play</a></li>
<li><a href="section-220.html" data-scroll="section-220">Musicals</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-38.html" data-scroll="chapter-38"><span class="codenumber">38</span> <span class="title">Accented Syllables</span></a><ul>
<li><a href="section-221.html" data-scroll="section-221">April's Dreams</a></li>
<li><a href="section-222.html" data-scroll="section-222">The Case of the Missing Ruby</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-39.html" data-scroll="chapter-39"><span class="codenumber">39</span> <span class="title">r-Controlled Vowel Syllables</span></a><ul>
<li><a href="section-223.html" data-scroll="section-223">The Painter</a></li>
<li><a href="section-224.html" data-scroll="section-224">Camera Art</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-40.html" data-scroll="chapter-40"><span class="codenumber">40</span> <span class="title">Consonant+le syllables</span></a><ul>
<li><a href="section-225.html" data-scroll="section-225">Mabel's Fable</a></li>
<li><a href="section-226.html" data-scroll="section-226">Wild Horses</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-41.html" data-scroll="chapter-41"><span class="codenumber">41</span> <span class="title">Final n</span></a><ul>
<li><a href="section-227.html" data-scroll="section-227">The American Dream</a></li>
<li><a href="section-228.html" data-scroll="section-228">Hayden's New Dress</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-42.html" data-scroll="chapter-42"><span class="codenumber">42</span> <span class="title">Homophones</span></a><ul>
<li><a href="section-229.html" data-scroll="section-229">The Dearest Deer</a></li>
<li><a href="section-230.html" data-scroll="section-230">Chilly Chili</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-43.html" data-scroll="chapter-43"><span class="codenumber">43</span> <span class="title">Prefixes</span></a><ul>
<li><a href="section-231.html" data-scroll="section-231">Uncovering Clues from the Past</a></li>
<li><a href="section-232.html" data-scroll="section-232">An Uncommon Find</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-44.html" data-scroll="chapter-44"><span class="codenumber">44</span> <span class="title">Suffixes</span></a><ul>
<li><a href="section-233.html" data-scroll="section-233">A Childhood Dream</a></li>
<li><a href="section-234.html" data-scroll="section-234">Kat's Incredible Day</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-45.html" data-scroll="chapter-45"><span class="codenumber">45</span> <span class="title">Sterssed Syllables</span></a><ul>
<li><a href="section-235.html" data-scroll="section-235">The Wonderful World of Ants</a></li>
<li><a href="section-236.html" data-scroll="section-236">Dancing the Night Away</a></li>
</ul>
</li>
<li class="link part"><a href="part-3.html" data-scroll="part-3"><span class="codenumber">III</span> <span class="title">Organized Decodables - Treasures Basal</span></a></li>
<li class="link">
<a href="chapter-46.html" data-scroll="chapter-46"><span class="codenumber">46</span> <span class="title">Short a, i</span></a><ul><li><a href="section-237.html" data-scroll="section-237">At Bat</a></li></ul>
</li>
<li class="link">
<a href="chapter-47.html" data-scroll="chapter-47"><span class="codenumber">47</span> <span class="title">Short e, o, u</span></a><ul><li><a href="section-238.html" data-scroll="section-238">Tom Gets a Pet</a></li></ul>
</li>
<li class="link">
<a href="chapter-48.html" data-scroll="chapter-48"><span class="codenumber">48</span> <span class="title">Final e (a_e)</span></a><ul><li><a href="section-239.html" data-scroll="section-239">Dad Saves a Cat</a></li></ul>
</li>
<li class="link">
<a href="chapter-49.html" data-scroll="chapter-49"><span class="codenumber">49</span> <span class="title">Final e (i_e)</span></a><ul><li><a href="section-240.html" data-scroll="section-240">Bike Ride!</a></li></ul>
</li>
<li class="link">
<a href="chapter-50.html" data-scroll="chapter-50"><span class="codenumber">50</span> <span class="title">Final e (o_e)</span></a><ul><li><a href="section-241.html" data-scroll="section-241">Jove and Hope</a></li></ul>
</li>
<li class="link">
<a href="chapter-51.html" data-scroll="chapter-51"><span class="codenumber">51</span> <span class="title">Final e (u_e)</span></a><ul><li><a href="section-242.html" data-scroll="section-242">A Pine for Luke</a></li></ul>
</li>
<li class="link">
<a href="chapter-52.html" data-scroll="chapter-52"><span class="codenumber">52</span> <span class="title">s-Blends</span></a><ul><li><a href="section-243.html" data-scroll="section-243">A Slug on a Slope</a></li></ul>
</li>
<li class="link">
<a href="chapter-53.html" data-scroll="chapter-53"><span class="codenumber">53</span> <span class="title">Long a</span></a><ul><li><a href="section-244.html" data-scroll="section-244">Gail Is in Pain!</a></li></ul>
</li>
<li class="link">
<a href="chapter-54.html" data-scroll="chapter-54"><span class="codenumber">54</span> <span class="title">Long i</span></a><ul><li><a href="section-245.html" data-scroll="section-245">Light in a Hole</a></li></ul>
</li>
<li class="link">
<a href="chapter-55.html" data-scroll="chapter-55"><span class="codenumber">55</span> <span class="title">Long o</span></a><ul><li><a href="section-246.html" data-scroll="section-246">Joe Rows a Boat</a></li></ul>
</li>
<li class="link">
<a href="chapter-56.html" data-scroll="chapter-56"><span class="codenumber">56</span> <span class="title">Long e</span></a><ul>
<li><a href="section-247.html" data-scroll="section-247">Lee Tells Silly Tales</a></li>
<li><a href="section-248.html" data-scroll="section-248">Lady the Seal</a></li>
</ul>
</li>
<li class="link">
<a href="chapter-57.html" data-scroll="chapter-57"><span class="codenumber">57</span> <span class="title">Long u</span></a><ul><li><a href="section-249.html" data-scroll="section-249">Good Rules</a></li></ul>
</li>
<li class="link">
<a href="chapter-58.html" data-scroll="chapter-58"><span class="codenumber">58</span> <span class="title">Digraphs</span></a><ul><li><a href="section-250.html" data-scroll="section-250">A Shell on the Shore</a></li></ul>
</li>
<li class="link">
<a href="chapter-59.html" data-scroll="chapter-59"><span class="codenumber">59</span> <span class="title">:-Letter Blends</span></a><ul><li><a href="section-251.html" data-scroll="section-251">Chicks Can Scratch!</a></li></ul>
</li>
<li class="link">
<a href="chapter-60.html" data-scroll="chapter-60"><span class="codenumber">60</span> <span class="title">r-Controlled Vowels ar, or</span></a><ul><li><a href="section-252.html" data-scroll="section-252">An Ape Named Marty</a></li></ul>
</li>
<li class="link">
<a href="chapter-61.html" data-scroll="chapter-61"><span class="codenumber">61</span> <span class="title">r-Controlled Vowels er, ir, ur</span></a><ul><li><a href="section-253.html" data-scroll="section-253">Arthur the Goat</a></li></ul>
</li>
<li class="link">
<a href="chapter-62.html" data-scroll="chapter-62"><span class="codenumber">62</span> <span class="title">r-Controlled Vowels er, ir, ur</span></a><ul><li><a href="section-254.html" data-scroll="section-254">Burt's Perch</a></li></ul>
</li>
<li class="link">
<a href="chapter-63.html" data-scroll="chapter-63"><span class="codenumber">63</span> <span class="title">Variant Vowel oo</span></a><ul><li><a href="section-255.html" data-scroll="section-255">Should Brooke Cook"</a></li></ul>
</li>
<li class="link">
<a href="chapter-64.html" data-scroll="chapter-64"><span class="codenumber">64</span> <span class="title">Variant Vowel oo, ui, ew</span></a><ul><li><a href="section-256.html" data-scroll="section-256">The Storm That Blew</a></li></ul>
</li>
<li class="link">
<a href="chapter-65.html" data-scroll="chapter-65"><span class="codenumber">65</span> <span class="title">Variant Vowel au, aw</span></a><ul><li><a href="section-257.html" data-scroll="section-257">Paul and Dawn</a></li></ul>
</li>
<li class="link">
<a href="chapter-66.html" data-scroll="chapter-66"><span class="codenumber">66</span> <span class="title">Diphthong ou, ow</span></a><ul><li><a href="section-258.html" data-scroll="section-258">Scowl the Owl</a></li></ul>
</li>
<li class="link">
<a href="chapter-67.html" data-scroll="chapter-67"><span class="codenumber">67</span> <span class="title">Diphthong oi, oy</span></a><ul><li><a href="section-259.html" data-scroll="section-259">Mr. Moy's Toys</a></li></ul>
</li>
<li class="link">
<a href="chapter-68.html" data-scroll="chapter-68"><span class="codenumber">68</span> <span class="title">Schwa a</span></a><ul><li><a href="section-260.html" data-scroll="section-260">Alissa's Job</a></li></ul>
</li>
<li class="link">
<a href="chapter-69.html" data-scroll="chapter-69"><span class="codenumber">69</span> <span class="title">Silent Letters</span></a><ul><li><a href="section-261.html" data-scroll="section-261">Gnalla and the Wren</a></li></ul>
</li>
<li class="link">
<a href="chapter-70.html" data-scroll="chapter-70"><span class="codenumber">70</span> <span class="title">Soft c</span></a><ul><li><a href="section-262.html" data-scroll="section-262">Regis and Cindy's Spacecraft</a></li></ul>
</li>
<li class="link">
<a href="chapter-71.html" data-scroll="chapter-71"><span class="codenumber">71</span> <span class="title">Soft g</span></a><ul><li><a href="section-263.html" data-scroll="section-263">A Smudge for Smidge</a></li></ul>
</li>
<li class="link">
<a href="chapter-72.html" data-scroll="chapter-72"><span class="codenumber">72</span> <span class="title">r-Controlled Vowels ar; air, are, ear, ere</span></a><ul><li><a href="section-264.html" data-scroll="section-264">Princess Flair</a></li></ul>
</li>
<li class="link">
<a href="chapter-73.html" data-scroll="chapter-73"><span class="codenumber">73</span> <span class="title">r-Controlled Vowels er; ear, eer, ere</span></a><ul><li><a href="section-265.html" data-scroll="section-265">Homer and Ameer</a></li></ul>
</li>
<li class="link">
<a href="chapter-74.html" data-scroll="chapter-74"><span class="codenumber">74</span> <span class="title">r-Controlled Vowels or, oar, ore</span></a><ul><li><a href="section-266.html" data-scroll="section-266">Dora's Wings</a></li></ul>
</li>
<li class="link">
<a href="chapter-75.html" data-scroll="chapter-75"><span class="codenumber">75</span> <span class="title">r-Controlled Vowels ire, ier, ure</span></a><ul><li><a href="section-267.html" data-scroll="section-267">The Sire's Crier</a></li></ul>
</li>
<li class="link part"><a href="part-4.html" data-scroll="part-4"><span class="codenumber">IV</span> <span class="title">Nonspecific Decodable Books</span></a></li>
<li class="link"><a href="section-268.html" data-scroll="section-268"><span class="codenumber">1</span> <span class="title">Trap"</span></a></li>
<li class="link"><a href="section-269.html" data-scroll="section-269"><span class="codenumber">2</span> <span class="title">Early Start</span></a></li>
<li class="link"><a href="section-270.html" data-scroll="section-270"><span class="codenumber">3</span> <span class="title">Swim Tom, Swim!</span></a></li>
<li class="link"><a href="section-271.html" data-scroll="section-271"><span class="codenumber">4</span> <span class="title">Tim's Pig</span></a></li>
<li class="link"><a href="section-272.html" data-scroll="section-272"><span class="codenumber">5</span> <span class="title">A Goblin Finds Gus</span></a></li>
<li class="link"><a href="section-273.html" data-scroll="section-273"><span class="codenumber">6</span> <span class="title">Robin in a Nest</span></a></li>
<li class="link"><a href="section-274.html" data-scroll="section-274"><span class="codenumber">7</span> <span class="title">Granddad's Map</span></a></li>
<li class="link"><a href="section-275.html" data-scroll="section-275"><span class="codenumber">8</span> <span class="title">Empty Test</span></a></li>
<li class="link"><a href="section-276.html" data-scroll="section-276"><span class="codenumber">9</span> <span class="title">Wagon Hill Well</span></a></li>
<li class="link"><a href="section-277.html" data-scroll="section-277"><span class="codenumber">10</span> <span class="title">Hidden in a Sandbox</span></a></li>
<li class="link"><a href="section-278.html" data-scroll="section-278"><span class="codenumber">11</span> <span class="title">Danny's Prank</span></a></li>
<li class="link"><a href="section-279.html" data-scroll="section-279"><span class="codenumber">12</span> <span class="title">Fast Bobsled"</span></a></li>
<li class="link"><a href="section-280.html" data-scroll="section-280"><span class="codenumber">13</span> <span class="title">A Rabbit-Truck"</span></a></li>
<li class="link"><a href="section-281.html" data-scroll="section-281"><span class="codenumber">14</span> <span class="title">Angry King</span></a></li>
<li class="link"><a href="section-282.html" data-scroll="section-282"><span class="codenumber">15</span> <span class="title">Bedbug Tad</span></a></li>
<li class="link"><a href="section-283.html" data-scroll="section-283"><span class="codenumber">16</span> <span class="title">Magic Poppy</span></a></li>
<li class="link"><a href="section-284.html" data-scroll="section-284"><span class="codenumber">17</span> <span class="title">Fog Hill Cabin</span></a></li>
<li class="link"><a href="section-285.html" data-scroll="section-285"><span class="codenumber">18</span> <span class="title">A Fast Ball</span></a></li>
<li class="link"><a href="section-286.html" data-scroll="section-286"><span class="codenumber">19</span> <span class="title">Planet Odd"</span></a></li>
<li class="link"><a href="section-287.html" data-scroll="section-287"><span class="codenumber">20</span> <span class="title">Tex's Map</span></a></li>
<li class="link"><a href="section-288.html" data-scroll="section-288"><span class="codenumber">21</span> <span class="title">Rotten Egg</span></a></li>
<li class="link"><a href="section-289.html" data-scroll="section-289"><span class="codenumber">22</span> <span class="title">Pig Lips</span></a></li>
<li class="link"><a href="section-290.html" data-scroll="section-290"><span class="codenumber">23</span> <span class="title">Hank's Land</span></a></li>
<li class="link"><a href="section-291.html" data-scroll="section-291"><span class="codenumber">24</span> <span class="title">Sid's Rocket Plan"</span></a></li>
<li class="link"><a href="section-292.html" data-scroll="section-292"><span class="codenumber">25</span> <span class="title">Pam's Reward"</span></a></li>
<li class="link"><a href="section-293.html" data-scroll="section-293"><span class="codenumber">26</span> <span class="title">Milk Truck</span></a></li>
<li class="link"><a href="section-294.html" data-scroll="section-294"><span class="codenumber">27</span> <span class="title">Mick and Miss Skunk</span></a></li>
<li class="link"><a href="section-295.html" data-scroll="section-295"><span class="codenumber">28</span> <span class="title">Silly Pip!</span></a></li>
<li class="link"><a href="section-296.html" data-scroll="section-296"><span class="codenumber">29</span> <span class="title">Ron's Model Truck</span></a></li>
<li class="link"><a href="section-297.html" data-scroll="section-297"><span class="codenumber">30</span> <span class="title">Hippo Hut</span></a></li>
<li class="link"><a href="section-298.html" data-scroll="section-298"><span class="codenumber">31</span> <span class="title">Drafty Attic</span></a></li>
<li class="link"><a href="section-299.html" data-scroll="section-299"><span class="codenumber">32</span> <span class="title">Endless String</span></a></li>
<li class="link"><a href="section-300.html" data-scroll="section-300"><span class="codenumber">33</span> <span class="title">Fran's Magic Blanket</span></a></li>
<li class="link"><a href="section-301.html" data-scroll="section-301"><span class="codenumber">34</span> <span class="title">Poppy's Doll</span></a></li>
<li class="link"><a href="section-302.html" data-scroll="section-302"><span class="codenumber">35</span> <span class="title">Bob's Stack</span></a></li>
<li class="link"><a href="section-303.html" data-scroll="section-303"><span class="codenumber">36</span> <span class="title">Camp</span></a></li>
<li class="link"><a href="section-304.html" data-scroll="section-304"><span class="codenumber">37</span> <span class="title">A Camp Prank</span></a></li>
<li class="link"><a href="section-305.html" data-scroll="section-305"><span class="codenumber">38</span> <span class="title">Hank's Trip</span></a></li>
<li class="link"><a href="section-306.html" data-scroll="section-306"><span class="codenumber">39</span> <span class="title">A Picnic</span></a></li>
<li class="link"><a href="section-307.html" data-scroll="section-307"><span class="codenumber">40</span> <span class="title">A Cat Named Rick</span></a></li>
<li class="link"><a href="section-308.html" data-scroll="section-308"><span class="codenumber">41</span> <span class="title">Frog in a Cup</span></a></li>
<li class="link"><a href="section-309.html" data-scroll="section-309"><span class="codenumber">42</span> <span class="title">Pop, Plop, Drip</span></a></li>
<li class="link"><a href="section-310.html" data-scroll="section-310"><span class="codenumber">43</span> <span class="title">Film Fun"</span></a></li>
<li class="link"><a href="section-311.html" data-scroll="section-311"><span class="codenumber">44</span> <span class="title">Attic</span></a></li>
<li class="link"><a href="section-312.html" data-scroll="section-312"><span class="codenumber">45</span> <span class="title">Hugs</span></a></li>
<li class="link"><a href="section-313.html" data-scroll="section-313"><span class="codenumber">46</span> <span class="title">Pond Fun</span></a></li>
<li class="link"><a href="section-314.html" data-scroll="section-314"><span class="codenumber">47</span> <span class="title">Sandbox</span></a></li>
<li class="link"><a href="section-315.html" data-scroll="section-315"><span class="codenumber">48</span> <span class="title">Festival Fun</span></a></li>
<li class="link"><a href="section-316.html" data-scroll="section-316"><span class="codenumber">49</span> <span class="title">Get a Tent</span></a></li>
<li class="link"><a href="section-317.html" data-scroll="section-317"><span class="codenumber">50</span> <span class="title">In a Box</span></a></li>
<li class="link"><a href="section-318.html" data-scroll="section-318"><span class="codenumber">51</span> <span class="title">Milk Spill</span></a></li>
<li class="link"><a href="section-319.html" data-scroll="section-319"><span class="codenumber">52</span> <span class="title">Bill's Contest</span></a></li>
<li class="link"><a href="section-320.html" data-scroll="section-320"><span class="codenumber">53</span> <span class="title">A Fun Picnic</span></a></li>
<li class="link"><a href="section-321.html" data-scroll="section-321"><span class="codenumber">54</span> <span class="title">A Cat's Cake</span></a></li>
<li class="link"><a href="section-322.html" data-scroll="section-322"><span class="codenumber">55</span> <span class="title">Cats Rip Drapes!"</span></a></li>
<li class="link"><a href="section-323.html" data-scroll="section-323"><span class="codenumber">56</span> <span class="title">Rat's Candy Plan</span></a></li>
<li class="link"><a href="section-324.html" data-scroll="section-324"><span class="codenumber">57</span> <span class="title">Five Red Fox Kits</span></a></li>
<li class="link"><a href="section-325.html" data-scroll="section-325"><span class="codenumber">58</span> <span class="title">Fast Vine</span></a></li>
<li class="link"><a href="section-326.html" data-scroll="section-326"><span class="codenumber">59</span> <span class="title">Ron's Log</span></a></li>
<li class="link"><a href="section-327.html" data-scroll="section-327"><span class="codenumber">60</span> <span class="title">Jen's Cast</span></a></li>
<li class="link"><a href="section-328.html" data-scroll="section-328"><span class="codenumber">61</span> <span class="title">A Hole in Jill's Robe</span></a></li>
<li class="link"><a href="section-329.html" data-scroll="section-329"><span class="codenumber">62</span> <span class="title">Bess Runs Late</span></a></li>
<li class="link"><a href="section-330.html" data-scroll="section-330"><span class="codenumber">63</span> <span class="title">Best Pet</span></a></li>
<li class="link"><a href="section-331.html" data-scroll="section-331"><span class="codenumber">64</span> <span class="title">Clark's Tune</span></a></li>
<li class="link"><a href="section-332.html" data-scroll="section-332"><span class="codenumber">65</span> <span class="title">Fitch Finds a Crate</span></a></li>
<li class="link"><a href="section-333.html" data-scroll="section-333"><span class="codenumber">66</span> <span class="title">Hare's Pine Tree</span></a></li>
<li class="link"><a href="section-334.html" data-scroll="section-334"><span class="codenumber">67</span> <span class="title">Bald Bob</span></a></li>
<li class="link"><a href="section-335.html" data-scroll="section-335"><span class="codenumber">68</span> <span class="title">Big Curtis</span></a></li>
<li class="link"><a href="section-336.html" data-scroll="section-336"><span class="codenumber">69</span> <span class="title">The Trap</span></a></li>
<li class="link"><a href="section-337.html" data-scroll="section-337"><span class="codenumber">70</span> <span class="title">Early Start</span></a></li>
<li class="link"><a href="section-338.html" data-scroll="section-338"><span class="codenumber">71</span> <span class="title">Sink or Swim</span></a></li>
<li class="link"><a href="section-339.html" data-scroll="section-339"><span class="codenumber">72</span> <span class="title">Bag the Pig</span></a></li>
<li class="link"><a href="section-340.html" data-scroll="section-340"><span class="codenumber">73</span> <span class="title">Gus and the Goblin</span></a></li>
<li class="link"><a href="section-341.html" data-scroll="section-341"><span class="codenumber">74</span> <span class="title">The Robin Rested</span></a></li>
<li class="link"><a href="section-342.html" data-scroll="section-342"><span class="codenumber">75</span> <span class="title">Granddad's Map</span></a></li>
<li class="link"><a href="section-343.html" data-scroll="section-343"><span class="codenumber">76</span> <span class="title">The Empty Test</span></a></li>
<li class="link"><a href="section-344.html" data-scroll="section-344"><span class="codenumber">77</span> <span class="title">What is in the Well"</span></a></li>
<li class="link"><a href="section-345.html" data-scroll="section-345"><span class="codenumber">78</span> <span class="title">Hidden in a Sandbox</span></a></li>
<li class="link"><a href="section-346.html" data-scroll="section-346"><span class="codenumber">79</span> <span class="title">Danny's Prank</span></a></li>
<li class="link"><a href="section-347.html" data-scroll="section-347"><span class="codenumber">80</span> <span class="title">The Fast Bobsled</span></a></li>
<li class="link"><a href="section-348.html" data-scroll="section-348"><span class="codenumber">81</span> <span class="title">A Rabbit-Truck"</span></a></li>
<li class="link"><a href="section-349.html" data-scroll="section-349"><span class="codenumber">82</span> <span class="title">The Angry King</span></a></li>
<li class="link"><a href="section-350.html" data-scroll="section-350"><span class="codenumber">83</span> <span class="title">Tad the Bedbug</span></a></li>
<li class="link"><a href="section-351.html" data-scroll="section-351"><span class="codenumber">84</span> <span class="title">The Magic Poppy</span></a></li>
<li class="link"><a href="section-352.html" data-scroll="section-352"><span class="codenumber">85</span> <span class="title">The Cabin on Fog Hill</span></a></li>
<li class="link"><a href="section-353.html" data-scroll="section-353"><span class="codenumber">86</span> <span class="title">Go, Ball, Go!</span></a></li>
<li class="link"><a href="section-354.html" data-scroll="section-354"><span class="codenumber">87</span> <span class="title">Planet Odd</span></a></li>
<li class="link"><a href="section-355.html" data-scroll="section-355"><span class="codenumber">88</span> <span class="title">Tex's Map</span></a></li>
</ul></nav><div class="extras"><nav><a class="mathbook-link" href="https://pretextbook.org">Authored in PreTeXt</a><a href="https://www.mathjax.org"><img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge.gif" alt="Powered by MathJax"></a></nav></div>
</div></div>
<main class="main"><div id="content" class="pretext-content"><section class="section" id="section-102"><h2 class="heading hide-type">
<span class="type">Section</span> <span class="codenumber">7.16</span> <span class="title">Ned and the Bandits 7</span>
</h2>
<p id="p-116">A Fresh Start for Ned" Back with his faithful band of bandits, Ned tells them his plan. Fed up with jail, he is going to start afresh. He will join the gold rush and try his luck at prospecting for gold. If he gets lucky, he will return to help the inhabitants of Bond. Ned sells his horse and sets off on foot, with a handcart to hold his pick and shovel, swag, tent, metal pans, and cooking equipment. He meets lots of prospectors as he plods along the terrible roads and tracks that lead to the gold diggings. At Cariboo, Ned pays 38 shillings for a claim for 38 days. Panning for gold. Ignoring the flies and the hot sun, Ned works from dawn to dusk, determined to find, not just gold dust, but a big gold nugget: a nugget he can sell for lots of cash. As he works, Ned mutters to himself, "Loosen the gravel andsand on the creek bed with the pick, dip the pan in the water and fill it with sand and gravel, shake the pan to sort the gold from the gravel and sand. Let mud and silt float up and out of the gold pan. Drain off the water and check the gravel for gold. Then start again. Loosen the ..." At night, when it is cold, Ned sleeps in his tent. When it is hot, he lies under the stars in his swag. When he sleeps, Ned dreams of finding a big nugget of gold. And then it happens. Sick and sad, his last shilling spent, Ned tries a new spot at the bend in the creek. He dips in his gold pan and as he is checking the gravel, he sees a glint of metal. Ned has found a big nugget of gold. He is rich. He can go back to Bond and join the gang. Tom, Pip and Sam are waiting when Ned gets off the train in Bond. That night they discuss how to make amends for their bad deeds.</p></section></div></main>
</div>
</body>
</html>