Posts
I'm trying to make standards-based grading more approachable for my teachers. When I was teaching full time, I held to Frank Noschese's Keep It Simple philosopy. Single standards correlate to single assignments that are scored as pass/fail. Now, I averaged these out on a weighted scale to calculate a 0-100 grade, but that's for another post
Using Canvas, I was able to set up a functional reassessment strategy to aggregate demonstrations of proficiency.
The Learning Mastery Gradebook in Canvas does not translate anything into the traditional gradebook. This mean that every week or so, I would have to open the Mastery report alongside the traditional gradebook and update scores line by line. This was tedious and prone to error.
Using the Canvas API and a simple relational database, I put together a Python web app to do that work for me. The idea is that a single outcome in a Canvas course is linked with a single assignment to be scored as a 1 or 0 (pass/fail) when a mastery threshold is reached.
The app
Users are logged in via their existing Canvas account. There they are shown a list of active courses along with the number of students and how many Essential Standards are currently being assessed (ie, linked to an assignment).
In the Course view, users select which grading category will be used for the standards. Outcomes are pulled in from the course and stored via their ID number. Assignments from the selected group are imported and added to the dropdown menu for each Outcome.
Users align Outcomes to the Assignment they want to be updated in Canvas when the scores are reconciled. This pulls live from Canvas, so the Outcomes and Assignments must exist prior to importing.
As Assignments are aligned, they're added to the score report table.
Right now, it defaults to a 1 or 0 (pass/fail) if the Outcome score is greater than or equal to 3 (out of 4). All of the grade data is pulled at runtime - no student information is ever stored in the database. The Outcome/Assignment relationship that was created tells the app which assignment to update for which Outcome.
When scores are updated, the entire table is looped. If an Outcome has risen above a 3, the associated Assignment is toggled to a 1. The same is true for the inverse: if an Outcome falls below a 3, the Assignmet is toggled back to a 0.
I have mixed feelings about dropping a score, but the purpose of this little experiment is to make grade calculations and reconciliation between Outcomes and Assignments much more smooth for the teacher. It requires a user to run (no automatic updates) so grades can always be updated manually by the teacher in Canvas. Associations can also be removed at any time.
As always, the source for the project is on GitHub.
Today is my 10th anniversary.
tl;dr: I have a hacky proof-of-concept method for getting an Instagram account as an RSS feed. It uses Python and you can grab the source files here.
I'm not on Instagram because I got tired of only seeing three people's photos interwoven with ads. The problem is I still have friends who post frequently there and I feel like I should still be able to see those photos.
The wonderful thing about the Internet is that you can do things that weren't really meant to be done. Instagram (nor most other companies) provide RSS feeds anymore in order to force you into their platform. That's silly. I've been teaching myself Python and this seemed like a good way to flex some of my new powers.
Get that feed
Inspired by Andy Barefoot, who did some magic on his personal site with PHP, I decided to do the same using Python. What resulted was a command line program which can fetch any public Instagram account and create an XML document I could subscribe to.
I'm going to use Alane Levine as my guinea [STRIKEOUT:pig] dog for this post. To create the feed, run:
python subscribe.py cogdog
where the argument is the username of the account. I'm using a handly lbrary called PyRSS2Gen by Andrew Dalke to create the properly formatted feed. I ran the script and then threw it on my server and subscribed, just to see what would happen.
evil cackle
Update that feed
Instagram only shows 12 photos at a time. If I ran this script over and over, it would drop a photo from the feed each time it updated. That's no good.
I wrote up a second (notably more hacky) companion which takes almost the same form in order to update the feed rather than create one from scratch:
python update.py cogdog
This little guy looks for the existing XML doc and then fetches the user's Instagram page yet again. Instead of writing everything, it only writes things with timestamps newer than the most recent feed item. It's a little brute force, but hey, every tool can be a hammer if you swing hard enough.
Improvements
The subscribe script only loads those initial 12 photos. I may still go back and have it get the entire profile in the first go, but limiting it seems okay to me.
It's not general-purpose yet because you have to know how to install Python and several modules as well as have a web server to host the feeds on. I started finessing this into a small webapp which would do all the jobs, but my brain is stretched pretty far as it is.
If you want the source, it's in a GitHub gist and you can certainly tweak and improve. Let me know if you make changes or how I could do this better in the future.
This is worth watching. When we're describing principles to students - especially concrete thinkers - modeling and finding concrete examples of abstract ideas is critical to develop understanding.
Taking it one step better, scaffold your students to help them come up with the analogy. Or, better yet, challenge them to find the lengths themselves and then create the model.
Related video: modeling the speed of sound vs light with a metronome.
I am finding the right balance of scaffolding to provide the best learning environment for my students.
Source: A Critical Gradebook
The gradebook seems like the most frustrating and under-developed part of any LMS. We use Canvas and have had our own struggles with making the gradebook helpful, not hurtful. Laura Gibbs has more thoughts on that than I do.
The Learning Mastery component of the Canvas gradebook is immensely powerful if you take time to set it up correctly. It's a shift away from singleton points and gives students and teachers a more high-level view of what objectives/skills/standards a student has attained over time. This can be (but doesn\'t have to be) linked to the students course grade. Again, my view is to stick with Frank Noschese's Keep It Simple SBG schema.
Translating that is a chore of it's own, but I'm hacking away at a helper tool...more on that another time. I think this is where something like an LTI tool can help across multiple platforms, if the new gradebook (or commentbook) is flexible enough to focus on feedback rather than a specific assessment protocol.
The new law in Indiana doesn’t say that students have to pass the test, but it does require them to take it to be able to graduate.
Source: New law will require Indiana high schoolers to take US citizenship test – Can you pass it? | FOX59
In today's Completely Frivolous Testing Update.
I'm not against new ideas or exposing students to the rigor we ask of people working to naturalize, but requiring students take a test - with no requirements set - is the definition of fivolous.
I wonder how many Indiana legislators could pass this.
My car stopped running suddenly on the Indiana toll road about 10 days ago. The timing belt decided to break, which makes the car not want to do anything correctly. To keep engines smaller, some are designed so that the valves sneak down into the piston chamber. (This also increases fuel efficiency.) These engines are known as "interference" engines and is controlled by precise timing to make sure the pistons don't hit the valves. When your timing belt breaks, well...things aren't timed so precisely anymore.
This should not be bent.
It's such a small piece, but it took me a day to get it out of the engine. We took the head (all the valves) off and inspected the pistons. When it hits a valve, the piston itself can be damaged, which would realistically mean ditching the car. I was super lucky because the pistons looked good. There was one small dent, but it wasn't catastrophic. The real danger is shearing the head off the valve and scratching the piston chamber, but that didn't happen either.
Instead of repairing the valves myself, I decided to take it to an engine repair shop because they can do the work in a few hours what would otherwise take me days to accomplish. I picked up the engine head within a week and got it all put back together.
This car is so great. It's at 230,000(ish) miles and with this repair, could probably go another 200k if I keep up with oil and belt changes. This year alone has seen a new engine head, the head gasket, timing belt and water pump, a new alternator, a new clutch and flywheel, and several new sensors and other bits.
Now, this would not have been such a big job had the belt not broken. In a couple years, I'll pre-emptively change the belt to avoid such a situation.
Turns out our minivan also has an interference engine so I'll be taking a day to change that belt before we run into the same problem.
More than that, the characteristics should be observable to anyone who walks into the room.
We work hard with our teachers to make sure they're changing instruction and not just flavoring old ideas with tech. The eight reflective questions in this article are a great outline (guide?) teachers can use as they're planning ahead with technology in general.
Beyond purposeful planning, if you can't see students engaging in some way, they probably aren't. Our indicators for engagement have to be updated as well. From earlier in the article:
...he looks for behavioral, emotional and cognitive engagement at play together.
Quiet seat work does not equal engagement.
Source: How To Ensure Students Are Actively Engaged and Not Just Compliant | MindShift | KQED News
Spring break finishes tonight, so this is the "what we did over spring break" post in case any of my old teachers are reading the blog these days.
The whole family got sick. Except me. So, I played doctor (with no small role being played by my parents, whose house we were in while infirmed). It was your bona-fide Influenza A for Mrs. Bennett and the three Bennett children. Not the stomach bug nastiness, the everything-hurts-why-do-I-still-have-a-fever nastiness.
One of the best parts was that even though I took my computer to Kentucky, I forgot my charger at home. There were no emergencies, the world did not end. I ended up reading a book and a half in between of nursing kids and my wife, which was a great treat to myself.
I think I might start leaving my charger places so I have a hard-stop deadline for working.
I have a love/hate relationship with phones. Several years ago, the "shitphone" post on Medium caught my attention and made me start thinking more seriously about A) what I spend my money on, and B) why I did that. This year has been a year of disentangling myself from my phone. I started by deleting all social media. That was easy and didn't feel too painful. I wasn't constantly
Next, I removed Gmail completely. I no longer check email on my phone. There are few instances in life where an email is so urgent it needs a reply while I'm walking somewhere. Those times were better solved with a phone call or text anyways. That was a little more painful because of the instant-reply expectation that comes with email.
The next step was adding an app called Action Dash which reported my usage time daily. I respond to data, so seeing hard numbers about my use helps me meet those goals. Now that I have data, I can start making some more difficult decisions.
After a week, I got my phone usage down to under an hour consistently. Even then most of the use was using Hangouts through the day to keep in touch with my team while I moved around different buildings.
I got thinking about how I use my phone and what I wanted to be using it for. Andy Crouch's The Tech-Wise Family is a big influencer in how I think about technology in general and my phone use specifically. The premise is that a phone has a proper place, just like toys and books. The challenge is that we have to define the proper place in the face of manufacturers and developers trying to define it for us.
My proper place is to focus on communication. Calling and texting (through various apps) is my goal. The phone is a utility, not an entertainer. After entertaining thoughts of moving back to a flip phone, the loss of a calendar in my pocket would be a huge burden to manage because my schedule is so variable. I can't realistically limit my phone to only communication, but I can make some other changes to define its role in my life.
I went on a deletion frenzy. I deleted YouTube and Netflix. I deleted Goodreads. I deleted non-family and non-work related chat apps. Games are gone. I deleted and disabled all of the browsers this week. I deleted everything I could that didn't directly relate to communication as a rule of thumb.
It felt great. It feels great.
My phone isn't completely locked down to communicating, but I'm getting closer to having a very specific and well-defined role for its place in my life. I still have my Kindle and Overdrive books, I still have a podcast manager and an RSS reader. I'm solidly in young-children mode, so my camera gets plenty of use. But each of those consolations has a specific purpose in specific situations.
My phone is here to stay, but now it's on my terms.
Pattern flickr photo by Jonas B shared under a Creative Commons (BY) license
We heard the first group long before we could see them. Almost as small as long-distance airliners, the Sandhill crane call is distinct, clear. The kids and I are craning our necks, looking for the group of birds heading north for the summer months.
This week, the girls asked why they were going to bed while it was still light out. The first time this year when it's been light enough to look at books in bed without a flashlight. We look forward to the nights where we can fall asleep and wake up to the light in the windows.
Spring teases us here. Glimpses of green grass and blue skies here and there. Sometimes they're swept under a late snow shower or heavy frost. But we know the sunlight is coming back.
"Cardinal."
"Chickadee."
"Woodpecker."
"When will the hummingbirds come back?"
We practice our bird calls outside. We're all rusty from a winter spent indoors, faintly hoping some winter holdovers will visit our bird feeder in the front yard from time to time. Even if we can see them, we can't hear their songs. Sometimes we practice with an app, but they know it isn't the same as listening outside, picking calls from among the noise.
The flock wheels around, calling to one another. This one is smaller...maybe 30 or 35 individuals. When they're gone, we go back to raking and tending the fire, listening for sounds of the next flock to float down.
Some initial thoughts on my action research design as I get ready to write up the study methods and timeline:
- Since I already have data to look through, I'm starting to focus in on a mixed method study, looking at past data and teacher feedback to plan out future sessions for comparison.
- Since we have data to start with, I'm planning on an exploratory mixed-method design.
- I think exploratory is more beneficial in the long run because I'm interested in mechanisms and structures which increase implementation of ideas by teachers, not just explaining why they do or don't implement.
- We're finishing workshops this year and already planning for summer work. If I can identify some patterns and structures and correlate the level of implementation, we'll have a good starting point for aligning all PD, not just my teams, to the new structures using data-backed conclusions.
- Given the timeframe, gathering consent forms right now is difficult, considering we're coming up on spring break and the testing windows. Doing aggregate, anonymized data analysis will allow us to draft a descriptive letter before the summer PD series begins and we can make informed consent a part of the workshop instead of a mass email.
I'm in the midst of an action research course and my topic is evaluating and reflecting on our systems of PD in the district. This post is the literature review I did as part of the research process. This is similar to some of the work I did last year on leadership development and PD and those links to related items are at the bottom of this post.
“Professional development” as a catch-all for staff training has a degree of uncertainty associated which clouds our ability to critically discuss and reflect on programming. As an instructional team, we have not taken time to critically assess and address our effectiveness in presentation or facilitation nor have we done any work to gauge the effectiveness of professional development in changing teacher practice.
In Elkhart, we have worked mainly with self-selected groups of teachers as technical coaches according to the definition provided by Hargreaves & Dawe (1990). Though our sessions contained collaborative elements, they were singularly focused on developing discrete skills to meet an immediate need. As a team, these have been effective in closing a significant digital teaching and learning skill gap present in the teaching staff. We have not, to date, considered specific models of professional development as a mechanism for planning or evaluating the effectiveness of workshops offered in a given school year.
According to Kennedy (2005), comparative research exploring models of professional development is lacking. Her analysis and resulting framework provides helpful questions when assessing and determining the type of offerings for staff. Reflective questions range from the type of accountability organizers want from teachers to determining whether the professional development will focus on transformative practice or serve as a method of skill transmission. It is tempting to always reach for models which support transformative practice, but there are considerations which need to be made for those structures to be truly transformative.
As a district, our efforts have centered on active processes with teachers, but this has been done without an objective measure of what those types of programs actually look like in practice. Darling-Hammond & McLaughlin (1995) summarize our working goal succinctly: “Effective professional development involves teachers both as learners and as teachers and allows them to struggle with the uncertainties that accompany each role,” (emphasis mine). Struggling with uncertainties requires some measure of collaboration, but collaboration alone does not necessarily lead toward transformative ends and can even drive top-down mandates to improve palatability (Hargreaves & Dawe, 1990).
To structure collaborative development opportunities, Darling-Hammond & McLaughlin (1995) make a case for policies which “allow [collaborative] structures and extra-school arrangements to come and go and change and evolve as necessary, rather than insist on permanent plans or promises.” This counters many district-driven professional development programs which require stated goals, minutes, and outcomes as “proof” of the event’s efficacy and resultant implementation. The problem with these expectations is that truly collaborative groups are constantly changing their goals or foci to meet changing conditions identified by the group (Burbank & Kauchak, 2003).
In response, a “Transformative Model” (Kennedy, 2005) attempts to move beyond a simple “collaboration” label and build a professional development regimen which pulls the best from skills-based training to into truly collaborative pairs or small groups attempting to make changes in practice. She argues that transformative development must consist of a multi-faceted approach: training where training is needed to open spaces when groups need time to discuss. All work falls under the fold of reflection and evaluation of practice in the classroom. Burbank & Kauchak (2003) modeled a collaborative structure with pre-service and practicing teachers taking part in self-defined action research programs. At the end of the study, there were qualitative differences in the teachers’ responses to the particulars of the study, but most groups agreed that it was a beneficial process and they would consider participating in a similar structure in the future. Hargreaves & Dawe (1990) alluded to the efficacy of truly collaborative research as a way to combat what they termed “contrived collegiality,” where outcomes were predetermined and presented through a “collaborative” session.
Collaboration as a means alone will not change practices. Hargreaves and Dawe’s (1990) warning against contrived collegiality is characterized by collaborative environments with limited scope “to such a degree that true collaboration becomes impossible”. Groups working toward a shared goal of transformative practices is undercut when the professional development structures disallow questioning of classroom, building, or district status quos. If collaborative professional development groups are allowed to “struggle with the uncertainties” (Darling-Hammond & McLaughlin, 1995) present in education both in and beyond the classroom, the group will be more effective in reaching and implementing strategies to improve practice. This view subtly reinforces Hargreaves & Dawe’s (1990) perspective that collaboration must tackle the hard problems in order to have a lasting impact.
There are several other factors identified which contribute to the strength and efficacy of professional development. These range from continuous, long-term commitments (Darling-Hammond & McLaughlin, 1995; Hargreaves & Dawe, 1990; Richardson, 1990), work that is immediately connected to classroom practice (Darling-Hammond & McLaughlin, 1995; Richardson, 1990; Burbank & Kauchak, 2003), and a group dynamic which recognizes the variety of perspectives which inform teaching habits across a wide spectrum of participants (Kennedy, 2005).
As an instructional coach, one of my core responsibilities is to help create a culture of learning amongst members to mitigate division or power dynamics based on experience (Darling-Hammond & McLaughlin, 1995; Burbank & Kauchak, 2003), which is particularly evident in mixed-experience groups. In addition to fostering a strong group dynamic, the instructional coaching role becomes facilitative rather than instructive to help teachers address problems of practice (Darling-Hammond & McLaughlin, 1995). It is easy to fall into an technical coaching position in collaborative groups, but such a role reduces the chances for transformative work to emerge as teachers become trainees rather than practitioners (Kennedy, 2005). This becomes more apparent as districts add instructional coaching positions, but limit the scope of the role to training sessions under the guise of “encouraging teachers to collaborate more…when there is less for them to collaborate about” (Hargreaves & Dawe, 1990). Ultimately, the coaching role is most effective when it is used to support teachers through “personal, moral, and socio-political” choices (Hargreaves & Dawe, 1990) rather than technical skill and competence.
In order to fully reflect upon and evaluate our programming, Kennedy’s (2005) framework for professional development will serve as a spectrum on which to categorize our professional development workshops and courses. Hargreaves & Dawe (1990) also provide helpful reflective questions (ie, are teachers equal partners in experimentation and problem solving?) to evaluate just how collaborative our “collaborative” groups are in practice. Once our habits of working are established on the framework, we can address shortcomings in order to build toward more effective coaching with the teachers in the district.
Resources
Burbank, M. D., & Kauchak, D. (2003). An alternative model for professional development: Investigations into effective collaboration. Teaching and Teacher Education, 19(5), 499-514. doi:10.1016/S0742-051X(03)00048-9
Darling-Hammond, Linda, and Milbrey W. McLaughlin. "Policies that support professional development in an era of reform." Phi Delta Kappan, Apr. 1995, p. 597+. Biography In Context, http://link.galegroup.com.proxy.bsu.edu/apps/doc/A16834863/BIC?u=munc80314&sid=BIC&xid=abd8b6f2. Accessed 5 Mar. 2019.
Hargreaves, A., & Dawe, R. (1990). Paths of professional development: Contrived collegiality, collaborative culture, and the case of peer coaching. Teaching and Teacher Education, 6(3), 227-241.
Kennedy, A. (2005). Models of continuing professional development: A framework for analysis. Journal of in-service education, 31(2), 235-250.
Richardson, V. (1990). Significant and worthwhile change in teaching practice. Educational Researcher, 19(7), 10-18. doi:10.2307/1176411
Here's a presentation I did for a class about a year ago over similar themes, but with a leadership spin.
The featured image is by Jaromír Kavan on Unsplash.
From a post last week where I continued to refine my research question:
How does continuity of study (ie, a PD sequence rather than a one-off workshop) affect implementation?
Is there an ideal timing? How often (in a series) seems to be effective?
What does the interim look like in between workshops?
Are volunteers more likely to implement training? Or are groups, even if they're elected to come by leadership?
How does the group dynamic affect buy in or implementation after the fact? Would establishing norms at the outset remove stigma?
I thought I was going to use, "How can my role effect change through professional development?" which isn't a great question for research. It's good for reflection, but it's too specific to me and not great for sharing in a collaborative environment (my team, for example).*
*
Based on some of my literature research, I'm going to broaden back out to generalizing PD structures as a practice rather than focusing on my own role within those structures. Right now, I'm thinking:
How will aligning our professional development programs to goal-oriented frameworks affect implementation by participants?
I'm feeling good about this question for a few reasons:
- Much of my day to day work is with individual teachers. They often have a larger focus and I spend my time helping those teachers find solutions or methods to reach those goals.
- I am involved in building-level discussions through departments or administrators. It isn't as frequent as one-on-one contact with teachers, but I do work with administrators to help their staff reach collective goals.
- My team is housed at the district level, not individual schools. My involvement at the highest level eventually trickles down to buildings and individual classrooms.
We've never done a full, research-based survey on the PD activities we offer in order to evaluate whether or not our work is effective in changing instruction at any given level. Using academic research for a guide, we can begin to evaluate and categorize our work in view of larger goals. Hopefully, we are able to identify patterns, strengths, and weaknesses as individuals and as a team as we begin planning for next year's programs.
This is a copy/paste of a post I wrote in a graduate class. I'm posting it here so I can get back to the ideas after the blackboard course finishes.
I'm still working on my lit review and I've come across two articles that propose classifications of types of PD typically offered in school. Hargreaves & Dawe (1990) discuss "coaching" as a larger construct. The term has been used more recently (even my title has "coach" in it) but it's been poorly defined in terms of the job description and my actual, day to day work. The authors cite Garmston's (1987) model, which defines structures: technical, collegial, and challenge coaching. Hargreaves & Dawe describe each model and then evaluate its effectiveness in changing school culture. The article is timely because I'm asking similar questions as I reflect on my own work with teachers.
The other helpful article (Kennedy, 2005) I found provides a framework for analyzing and qualifying nine models of professional development and proposes a structure for analysis of effectiveness with teachers. Categories align with Hargreaves & Dawe and provide more nuance in determining the type from a teacher's perspective rather than the coach's.
Two do not represent a statistical sample, but both articles reach similar conclusions nearly 30 years removed from one another. Development for teachers must include reflection not only on individual practice but processing the political and power structures in place on the teachers and their functioning within those structures. Challenging the status quo through methods like peer review, paired or collaborative action research, or even something more elaborate like instructional rounds, is critical if lasting change is going to take effect.
Hargreaves, A., & Dawe, R. (1990). Paths of professional development: Contrived collegiality, collaborative culture, and the case of peer coaching. Teaching and teacher education, 6(3), 227-241.
Kennedy, A. (2005). Models of continuing professional development: A framework for analysis. Journal of in-service education, 31(2), 235-250.
I started a series of professional development workshops with teachers this week. It's a series of half-day work sessions with full departments and I'm focusing on active learning and assessment techniques all centered on literacy within the content area. It's really a part two to a full-day conference we held for teachers earlier this month and my task (and goal) is to make sure teachers are equipped with the how *after hearing the *why at the kickoff.
My original question was framed as a negative: Why don't teachers implement learning from professional development? I think this has an inherent bias, assuming that teachers don't try to use what they've learned. Based on my work this week (and looking ahead), there is definitely a desire to do things and it seemed that the lack of planning time with colleagues was a bigger cause of inaction than not trying.
I'm going to adjust my question: How can my role effect change through professional development?
I want to move away from what other people do to how I can help impact their habits through strong professional development. I'm still not thrilled with the wording, but I'm interested in what structural components make a program effective when it comes to implementing ideas. To start, I brainstormed some gut feeling indicators and questions that (I hope) will guide some of my research.
- Relationships: I know my teachers and they trust me and my instruction.
- Instructional focus: Everything I do has an instructional lens or context. I do not rely on technology gimmicks to increase buy in.
- Application: All of my workshops bring a heavy focus on in-the-classroom application of ideas through modeling or case study examples.
Some other related questions:
- How does continuity of study (ie, a PD sequence rather than a one-off workshop) affect implementation?
- Is there an ideal timing? How often (in a series) seems to be effective?
- What does the interim look like in between workshops?
- Are volunteers more likely to implement training? Or are groups, even if they're elected to come by leadership?
- How does the group dynamic affect buy in or implementation after the fact? Would establishing norms at the outset remove stigma?
The featured image is IMG_6750, a flickr photo by classroomcamera shared under a Creative Commons (BY) license
I spent some time last week running through some "why" loops to hone in on reasons behind my potential research question. I think the question is broad enough to allow for several avenues of exploration, but it was insightful to run through the cycle several times (below). We've actually used this mechanism as an instructional coaching team in the past and being familiar with the process helped me focus on larger issues. Granted, some of the issues contributing to some of the behaviors we see are well beyond my specific purview and definitely outside the scope of my AR project.
Below is a straight copy/paste of my brainstorming. I think items two and three are most within my realm of influence. I can use my time to focus on teachers who have recently participated in PD to help provide that instructional support. I can also work proactively with principals, helping them follow up with their staff members learning new methods or techniques and recognizing those either with informal pop-ins to see students in action or public recognition in front of their staffmates.
Why don’t teachers implement the training they’ve received in PD?
- Teachers don’t put their training into practice
- There are good ideas presented, but no time to work on building their own versions.
- The PD was focused on the why, not enough on the how
- Teachers don’t understand why they need to change practice
- The district’s communication about the offered PD is lacking clarity
- There is a lack of leadership when it comes to instructional vision.
- Teachers do now show evidence of putting training to use with students.
- Teachers don’t know how to implement ideas they’ve learned in the workshop
- There are so many demands on their time, planning new lessons falls to the back burner
- In-building support systems are lacking
- The district is strapped for money and hiring instructional coaches isn’t a priority.
- Teachers do not put learning from PD into practice.
- There is no outside pressure to implement ideas learned in training
- Principals are spread too thin to pay close attention to inservice teachers are attending
- Principals do not know what to look for after teachers attend inservice.
- Teacher evaluations are based on outdated expectations and promote superficial expectations.
- Teachers do not communicate implementation of learning
- Workshops in the district are often standalone with no formal structure for long term support
- The resources committed to PD for several years were focused on one-off training
- The district lacked a vision for teacher development as a continual process
- District leadership did not see the value of instructional support as a formal position in the district.
- Teachers do not implement learning from workshops
- No one follows up on the learning from the PD
- There was no formal method for recognizing PD
- There is no formal expectation of implementation from supervisors (principals, etc)
"Loop" by maldoit https://flickr.com/photos/maldoit/265859956 is licensed under CC BY-NC-ND

This is an eye-opening look at the teacher-as-content-creator world of classroom DIY. Two quotes jump out that highlight the broken legislative system we have and the broken social media expectations we set for ourselves.
Teachers need their content to perform well and often, it’s the pretty, palatable posts that perform well; so that’s what teachers feel pressured to deliver.
As long as teachers continue to share online tips and tricks for shielding their students from the threat of gun violence, as if they were simply sharing book recommendations or math worksheets, in lieu of explicitly demanding gun reform, teachers will continue to carry the overwhelming burden of keeping their students alive in deadly situations.
Source: School Shootings and the Cheerily Gruesome World of DIY Classroom Prep
Running PD for an entire district is a challenge. The biggest gap I see is knowing how or when teachers actually use what they've learned in a session or a series of sessions. We have automated systems in place, but it doesn't give us information on the effectiveness of our instruction.
We coach our teachers to check for understanding and watch for application of learning with their students, yet this is something I have not done well with the teachers I work with. Granted, I work with all five secondary buildings (and teachers in general with my partners), so geography and time are a challenge in gathering and collating the right kind of information.
I'm interested in what kinds of supports we provide will help teachers actually use what they've learned. We run several programs, but which ones are the most effective at engaging and enabling our teachers to make changes to their teaching? What kinds of environments or availabilities are the most helpful to the staff?
Homing In
I haven't defined a specific question yet, but several I'm thinking about include:
- How long do teachers wait before implementing training they've received from the district?
- What professional development structures or systems best enable teachers to implement skills or strategies learned in professional workshops?
- How does student engagement or learning change as a result of a specific instructional change by a teacher after attending a training event?
- What are the reasons teachers do not put strategies or systems in place after a workshop?
- Do professional development workshops make an impact on day to day instruction by the teaching staff?
My main concern is that several of these questions are very subjective. Measuring the result - either quantitatively or qualitatively - will be difficult and rely on select groups of teachers self-electing an evaluation tool. We already send a basic implementation survey to teacher three weeks after an event, so my intent is to go through all of those records and begin to identify the response rate as well as the most common responses for implementation vs non-implementation by teachers. I'm also hoping to gain some candid insight on the state of our professional learning opportunities from teachers' perspectives.
I'm helping several teachers move toward standards-based grading practices this year. We work a lot on philosophy - why they'd want to use this grading mechanism over traditional scores, how to support learning, and the language of SBG in general with students - before we get into the how-to. That helps make sure everyone is in the right frame of mind.
Once they're ready to start, that's where the how-to work comes in. I know what I think about how to set up a class, but there is no gold standard when it comes to actually running the class. If you're looking to start, allow me to redirect you to Frank Noschese and his excellent blog as well as pretty much anything written by Rick Wormeli.
Today's post started as an email asking how I handled retests in my class. The following is more or less what I wrote back, with some edits for clarity and more general application.
I’m trying to up my standards based grading game. We briefly talked about this last semester, but I’m wondering...how can I most efficiently update students’ grades to show mastery when I’m having them do test corrections? Ideas welcome!!
This came in an emailDo you do paper-and-pencil corrections? How are you building your tests? I ask because there are a few ways you could consider, but each kind of depends on your own style and class processes.
Grading paper-and-pencil corrections
When I did this, it was usually something like:
- write out the wrong answer,
- write the correct answer,
-
- give a reference to the right answer,
- which standard/outcome does this relate to?
So, they would go through the material, evaluate their responses, and then find the right answer and justify it. I was mainly concerned with the justification of the response, not so much that they found the right answer. I would grade their mastery on that justification, bumping them up or down a little bit.
To track it, you could download the MagicMarker (iOS only) app and mark them on Outcomes as if you were talking to them in class. It aggregates those scores into the Canvas Learning Mastery grade book and then you can evaluate the overall growth rather than give credit based on that one assessment.
Question Banks
This is definitely the most time consuming to set up, but once it's set up, you're golden. Getting questions in standards-referenced banks allows you to build out Quizzes that pull randomly, so you can give a retake or another attempt that updates those Learning Mastery grade book results. This is what I tended to do instead of paper/pencil once I had everything going.
Students would get their results and then focus on any standards that were less than a three in their Learning Mastery grades (out of four total). There'd be some kind of work involved so they weren't blindly guessing, but then they could take the test again because the questions were likely to be different with the bank setup.
Set up banks based on standard and then file questions in there. When you build the Quiz, you use Add new question group rather than Add question in Canvas. You can link the question group to a question bank and specify how many items to pull at X number of points.
Student defense and other evidence
This one is probably my favorite: just giving students a chance to plead their case...a verbal quiz, essentially. I'd use MagicMarker while we were talking to keep track of their demonstration. I would ask them to show me work we'd done, explain how they know what they know, and then prod them with more questions.
I typically did this if they were having trouble demonstrating understanding in other ways. I wanted to remove test anxiety or reading comprehension from the equation, but this was typically the last option for those kids. I'd then work with them to get over those test-taking humps (granted, this was more important to do in the AP class because they had to take the test and I needed them to be ready for it).
I think all of this boils down to get more data into Canvas (or your LMS if you can)...try not to rely on a single demonstration to judge understanding. My goal was to have students show mastery on standards by the end of the semester. So, if they're not getting one of them now, it still goes in as a zero but it serves as a reminder that they still have to do that standard. I was updating grades on the last day of the semester for my students. It's a weird way for them to think and it'll take some prodding by you so they don't forget that a zero can always convert to full credit. Usually what happens is a later unit will give them more context for whatever they're struggling with and cycling back after more scaffolding is more effective than trying to drill the issue immediately, if that makes sense.
If you're not using Canvas, there may be similar systems in your LMS that will help you track growth. I also have a Google Sheet template that you can use to track student growth. Shoot me an email if you'd like that and I'd be happy to send it along.
Holy cow, that's neat. I better post more photos for ya.