-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembracing-choice.html
More file actions
54 lines (51 loc) · 3.58 KB
/
embracing-choice.html
File metadata and controls
54 lines (51 loc) · 3.58 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
50
51
52
53
54
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Expert Coaching</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Im/favicon.webp" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<meta name="theme-color" content="#42593F">
</head>
<body>
<div class="navigation">
<div class="nav-title">Behavior Pathways</div>
<div class="nav-button-container">
<a href="index" class="nav-button">Home</a>
<a href="services" class="nav-button">Services</a>
<a href="about" class="nav-button">About</a>
<a href="blog-resources" class="nav-button" style="opacity: 1;">Blog & Resources</a>
<a href="contact" class="nav-contact">Contact</a>
</div>
</div>
<div class="navigation-2">
<div class="nav-button-container-2">
<a href="index" class="nav-button-2">Home</a>
<a href="services" class="nav-button-2">Services</a>
<a href="about" class="nav-button-2">About</a>
<a href="blog-resources" class="nav-button-2" style="opacity: 1;">Blog & Resources</a>
</div>
</div>
<div class="writing" style="text-align: left;">
<h1>Embracing Choice—empowering students and managing behaviors</h1>
<p>Giving students choices in the classroom promotes autonomy, prevents power struggles, and leads to more engaged learning.</p>
<img src="https://miro.medium.com/v2/resize:fit:5068/0*L84NwCbXwAl8QOAA">
<div class="container">
<small>Lupe Castaneda</small>
<small>February 11, 2024</small>
</div>
<p>Wait a minute.</p>
<p>So you must already be thinking that you can’t give students choices because you are required to teach those areas that are dictated by your state or school district.</p>
<p>Besides, shouldn’t students be required to do what they’re asked to? Guess what, we (adults) like choices too. We make hundreds of choices daily. We can choose to do the laundry in the morning or in the afternoon. Better yet, maybe we can do it on the weekend.</p>
<p>These things have to get done at some point. Can you imagine being forced to do the laundry at a specific day and time? Either way, the ability to make choices, even smaller ones, can prevent us from reacting emotionally or responding by doing or saying things that we may regret later.</p>
<p>Ok, now that you realize we all have the ability to make choices, how does this work in your classrooms?</p>
<p> First, the student has to have the ability to make choices. Secondly, you’ll have to identify and/or prepare materials before presenting the option to the students.</p>
<p>Third, ensure the materials are appropriate for the student’s current skill repertoire. Finally, you may need to combine choice-making with other strategies such as reinforcement for completion of the assignments as presented. Some examples of choices may include:</p>
<ol class="numbered-list">
<li>Allowing the student to choose the sequence of assignments that must be completed.</li>
<li>Allowing the student to choose the materials he/she would like to use (e.g., worksheets, manipulatives, pencils, crayons, pen, markers, etc.)</li>
<li>Allowing the student to complete the assignment at home, study hall, or after school.</li>
</ol>
<p>Other strategies for addressing escape/avoidance behaviors will be introduced in future posts.</p>
</div>
</body>