Friday, September 29, 2017

Days 16-18: Introducing objects

AP CSA


On day 17 I did a code along lecture for making the Pin class.  I am realizing one of the equity issues I am having in the class simply has to do with fluency with typing.  When I do a code along, some students need to think really hard about the typing piece, where as others type really efficently and then have time to process what they typed.

This is almost more of an issue in my CS classes vs my math students since if math students don't know their facts, punching things into the calculator doesn't take that long - there is no real way to overcome slow typing - just to learn to do it faster.

This also gives me more motivation to do flipped class/lectures.  In theory, students would be able to pause the video, type, and sense make... but I don't think that is what usually happens when students watch videos.

I am also starting to remember to record my lectures.  So far 20 people watched (or re-watched) my lectures from the Pin class...

Speaking of the Pin class, here was how I formally introduced objects - I was inspired Ria Gallanos.  We started by brainstorming people's dream vacations and putting them on google maps.  I asked people where they wanted to go, and then changed the pin's name to their name and in the comments I added what they were going to do there.

Then at the end, I changed all the pins to match their favorite color - the pins started out blue automatically which was PERFECT to explain (later) why we might want to have a setter method for pin color.

Here's what the map looked like:

From there students brainstormed what ATTRIBUTES and ACTIONS that the pins had.  We put them all on the board and then started to make the "Pin" class.  It was a great way to introduce setter and getter methods AND a perfect hook into the lesson.

I think next year I would do this BEFORE the fish lab.  It is weird that we are doing objects before we learn about objects.  While visual things tend to hook students, I think I would not use any classes for our visual projects - maybe make one really cool fish to learn some basics around parameters and using functions, then learn how to make a SCHOOL of fish by changing the xLoc and yLoc.

WHEW...  then today (day 18), students worked on labs that use classes.  Students worked on the labs while I actually checked their fish labs to make sure that they have code that uses parameters in their "Fish" class and then instantiated 3 Fish objects in Fish Panel.  I noticed that some people didn't get the point of that, but their picture still looked good.

By my second hour, I learned that I needed to provide easier on-ramps for students with the lab.  I opened up the first Objects lab on quadratics and wrote comments inside the code for students.

The parts in gray below I talked with through students.  This helped them understand what they needed to do.


Otherwise, this is what that file looked like:

By my third hour, I decided we would do it in a code-along fashion.  I would talk through a part with students, they would try it on their own, then we would do it together.  That worked out pretty well - I will certainly do that more often with students.  It also modeled how to effectively use comments to communicate.


CSP

Students worked on their projects.  I gave students a choice between doing a story/metaphor for the internet or researching an issue connected to the internet.  I think I gave students too much time to do the project - they were getting pretty goofy by the end and not focused.   Monday we start presentations.


Concepts

We worked on systems of equations, slowly.  The desmos activities were a nice transition for students.  We also need new seating charts.


One good thing

Students in concepts were asking for more Desmos activities - that seems like a good thing to me!

Tuesday, September 26, 2017

Day 15: Making time for more practice is a good thing

AP CSA

Today we did more practice.it problems.  Even the self-check smaller problems were positive.  Tomorrow I need to come up with an extension challenge for students who are done...


AP CSP

I introduced our final project to students.  Most students are doing the flash talk but a few wanted to work collaboratively to come up with a story.


Concepts

We did a set of word problems that had students define variables and develop equations.  Tomorrow we will combine that with solving systems.  We also did more number talks - this time with addition.


One Good Thing

I moved my CSP students into the forum.  It is probably 10 degrees cooler in there and students were so much better behaved.  Even though collaboration is nice on big tables, it was nice to be able to see everyone's screen from behind them.

Monday, September 25, 2017

Day 14: Let's back it up

AP CSA

I felt like everything was going fine in AP CSA, but today that all came crashing down.  I gave students two problems to think about - one that had them find a random number, and another that asked them to write a method that converted from Celsius to Fahrenheit.

When we talked about them in class, I got a whole lot of silence.  Some students didn't do their homework, others did it in correctly, and others were not interested in sharing.

I think many students didn't see the need for creating a method.  We talked about this for the drawFish program and when we did the "stars and stripes" program, but apparently that didn't sync in.  I think maybe a bit more practice is needed and some emphasis on why we use methods.  Maybe I can have them write a program where they need to do something over and over again to show them why functions with a parameter are necessary.  That was supposed to be the fish program, but it didn't stick.  I might try to make the connection back to fish tomorrow.

We started doing some practice.it problems which highlighted some vocab issues we have in the class as well.  So far we have been doing bigger labs, but I think we need to work in some unplugged practice and perhaps some of practice.it's self check problems.  I guess that means that I gavev some work I need to do tonight...


AP CSP

Kids were naughty today.  It is all the side conversations that are just disrespectful.  We are moving to the forum tomorrow.  While that format is less fun from a collaboration perspective, maybe it will cut down on some of the side conversations.  We are starting our unit 1 project tomorrow.

Concepts
We did two different desmos activities about systems of equations.  They were both really good.  We did a polygraph which raised up some vocab and then a more structured desmos activity to talk about what it means to have a "solution" to a linear equation.  So far, I like this format of having students do a desmos activity on Mondays, harkness Tuesday-Thursday and then quiz on Friday.

One Good Thing

Coming up with "one good thing" today was challenging.  I think it might be with my concepts students - my para has commented that overall it is a pretty engaged group.  Distracted? yes. But, if you can remove distractions, they are engaged.  I do have some work to do with my introverted students - or maybe I need to

Friday, September 22, 2017

Days 12-13: Final drawing projects

AP CSA


Apparently I mis-calculated how long some of these labs would take.  I gave students Friday as an extra work day.  Some students got really creative with their work, and others... didn't.  Here were my more creative labs:






I certainly needed to give more guidance around the fish tank lab.  Some students drew directly in the "Fish Panel" file rather than creating a new class/constructor to make a generic fish.  On Thursday, we talked about how the 3 files were supposed to interact - next time, I think I will need to make a video about this so students can re-visit it.  I had to re-explain it to a few students on Friday who were just not ready to hear it on Thursday.

I also don't know how to make students be more creative.  Giving students an "example" sometimes does more harm than good - I tend to see a lot of identical fish.




AP CSP


Yesterday we did the TCP lesson with the unplugged activity.  It took a short amount for them for to create their protocol - we were able to get the whole lesson in pretty easily.   The unplugged activity was significantly more successful - students really got the point of packet loss.



Today we did the DNS lesson - again, the unplugged activity was most valuable.  I think next time I would print out a list of names so students wouldn't take so much time writing down the actual names (in a class of 38 that's a lot).  The rest of the time we did research and started to work on some notebook items.

I am still trying to figure out how I will assess this unit.  I have a multiple choice test that I think I will give students in a "group practice" sort of way.  I really liked what I did last year with the "make an infographic", but I love Dan's research project.  I worry that if I give students a choice between the two projects, one will be way shorter than the other.



Concepts

We played trashetball and then had a quiz - nothing too exciting.  It is clear that game-ify-ing this class is helpful to break up the discussions.


One good thing

I have one student who is really great at trying to tie AP CSP content back to the real world.  90% of the questions I don't know the answer to, but he helps me learn a ton!

Wednesday, September 20, 2017

Day 11: How Routers Learn

AP CSP


Today I did the "How Routers Learn" lesson from code.org.  I LOVE this lesson, but I also asked students how it went.  I got a mixed response, but the most interesting piece was that students thought the "reveal" of the network diagram at the end was the most interesting part (not necessarily the simulation).  That being said, I think my students probably would not have thought the network diagram would be interesting without the huge hook of the simulation. 

I think I will do this again next year AND perhaps look at adding some of the "algorithm detours" to the unit. 






AP CSA


Students are working on their three drawing projects.  I also made my first own flipped video!  So far, the lab time has been really great.  Teaching CS is a weird "flipped life" I feel like.  The class time is less stressful for me, but the planning time is extraordinary for this class.  I am nervous that now we are in the "easy" stuff and that the harder content will be trickier for me too. 



Concepts


We are continuing with harkness.  Students are doing a great job of buying into this method - I love seeing students invite others to participate.  It is a great group overall, I hope it continues!





One Good Thing

I love seeing students be creative in CSA right now.  I have to take pictures of the work students are doing.  I am hoping I can continue to find creative ways for students to engage in the course.  So many students are going above and beyond - one lab asks students to make a smiley face, one student decided to make mickey mouse...

Tuesday, September 19, 2017

Days 9 - 10: Live lecture

AP CSA


I did a live lecture on Monday and then a mini-live-lecture on Tuesday.  I think I am getting a bit better at understanding what makes a "good" live lecture.  The more I put in clear spots for students to notice/wonder/explore - the better the lecture goes.

Having these breaks allows students to catch up if needed.  It also shows students how they can explore their own programs and "tell the story" behind the code.

I also started recording the lectures for students who miss class or for students who fall behind in the lecture.

Ultimately, I hate doing lecture for math, but I think this "live lecture" format seems to be the best way to build computational thinking habits of mind.

By putting in these breaks for interaction in the lecture, thinking through my process out loud, modeling reading documentation, etc I feel like students are learning more than just procedures - they are building those habits of mind.


AP CSP

37 students is too many!  We did the battleship activity today.  Students did a great job, but it was hard to keep track of!  This might be the story of my year.

The class is a ton of fun though!  Tomorrow we are doing thee "How Routers Learn" lesson.


Concepts

We did two desmos activities on slope - which one is steeper and the land the airplane activity on Monday.  Today we went back to more problems about slope through the Harkness Method.  WE also have been doing number talks - I wish I would have taken a picture of 22 * 9 today.  Students came up with 5 different ways of doing it!  It was wonderful!


One Good Thing

During communication night, I asked families to write down one thing about their student that made them proud of their kid.  The answers were really heartwarming.  


Friday, September 15, 2017

Day 8: Using QFT with AP CSP

AP CSA


Today we did the "birthday lab" where students had to program a computer using modular arithmetic to find out someone's birthday after they enter the "magic number".

I had students extend it by stating the actual month and date (like, "November the 12th" vs "11/12").  Again, this ran short - students needed more extension overall.  Next we start graphics.



AP CSP


I used Question Formulation Technique to have students generate questions based on the "Internet Is For Everyone" article.  I rushed through it a bit because I wanted students to do their interactive notebooks as well.  Esesntially the protocol went like this:

  1. (5 min) students skimmed the full article
  2. (7 min) students generated questions about the internet based on what they read.  They were to ask as many questions as they can following these rules:
    1. Do not stop to discuss, judge, or answer any questions
    2. Write down every question exactly as it is stated
    3. Change any statement into a question 
  3. (2 mins) Students categorize their questions as "Open-ended" or "Close-ended"
  4. (3 mins) Students prioritized their questions by highlighting the three the team was most interested in.

Here were the top questions students had:

  • How do the companies that make up the internet make money? O
  • How much can internet infrastructure be improved? O
  • Why is it slow in some places and fast in others? 
  • Who created the deep web? O
  • Does North Korea use the internet or an alternative? O
  • How do they make it so that the government doesn’t interfere with the internet? O
  • Is the net neutrality from the document still around, and to what extent? O


Here is the complete list we generated.

With a class of this size, it was difficult for me to reinforce the "rules" of QFT - students should only be asking questions - there was a lot of other "chatter" out there.  Next time, I think I need to have clearer "roles" for each person.  Maybe each person is tasked with enforcing a different rule.  Maybe we just have two roles: we have a recorder and someone who held the team accountable for sticking only to questions.  I did this before with smaller classes and it went really well - here students didn't generate the volume of questions I expected and I heard a lot of off-task/"non-question" talk. 

Last time I spent 12 minutes on questions, but shortened it due to a time crunch here.  I am also thinking that it would have been wasted time due to off-task behavior.

Finally, I wonder what would happen if EVERYONE was required to record their questions or if we did this in a "chalk talk" format.

From there we started our interactive notebooks - I am so glad I am doing those again this year, it is so nice to have them!



Concepts of Advanced Algebra

We took our first quiz today after a week of harkness style discussions.  Students struggled with slope so we will go back and re-visit that.  I think a lot of students don't know what a "slope" is - I had coordinates, equations, mixed up numbers, it was a mess.  But, the bulk of the quiz was on functions and that went well.

I am hoping that students continue to collaborate like they have been - it is really encouraging to see them work together now.



One good thing

I have 2 students (currently) who are BREEZING through CSA.  I talked to both of them about making it an "independent study" course where they design their own projects/tasks and then make a timeline for themselves.   They seemed open to it.  I am hoping doing that will keep them engaged, help them learn more, and take some of the pressure off me at the same time.  Win-win.  


Thursday, September 14, 2017

Day 7: Developing protocols for text

AP CSA

In AP CSA I gave students a "finding errors worksheet" - it was actually really a great activity for students to think more intentionally about finding syntax errors.  If I were to do it over again, I would have them close their computers for the first 5 minutes and then let them open the computers to test things out.

Then we did a paint lab.  I came ready for extensions with students, but at this point it is still hard for me to come up with appropriate extensions.  I have a few students who are looking to be pushed, and I don't know how to push them with "System.out.print" statements.  I also don't just want them to get faster.

CS still amazes me - so many students do "homework" that wasn't assigned.  I had 2 students say they did our next two labs at home - they weren't assigned.

At the same time, I have a few students who are confused about some basic things around declaring and initializing variables.  These are all students who have no prior CS experience.  I am now thinking that needs to be a requirement for this course.  Even if I have them do a short summer assignment in lieu of CSP, I think that might help those students start off in a more gentle way in the course.




AP CSP

We started with the exit ticket from yesterday.  The question "What is the minimum number of bits needed to encode the date in the format of mm/dd?" always throws students.  They think it is 5 because they only need 31 days for the days, but they forget the months.  We talked about it doesn't matter what you are encoding, you just need a protocol that explains how the bits need to be interpreted.  You can do 4 bits for the month and 5 for the date or you can make a mapping of 9 bits to 365 days in the year. Slowing down that thinking was helpful for students.

Today students developed protocol for sending formatted text.  It honestly took the full hour.  It was important to have students test their protocol on some provided challenges.  Here were some of the challenges I gave students:

#Sea horses hold each others’ tail$.
Goats have accents :).



Cows have best friends!



I had students share their protocols in google docs and then pulled them up at the end of the class to compare protocols for efficiency and accuracy.  It was a good thought experiment and then I showed students how the HTML is the protocol we use now.   I tried using a Wikipedia page to show the HTML under the hood but next time I am going to use this page instead - it is a bit more bare bones but it shows what students just did.  I will probably re-visit this tomorrow.





Concepts of Advanced Algebra

We did a "Which one doesn't belong?" as a warm up and then did another set of exercises.  I saw some of the best collaboration today.  I am really impressed with how these students are working together overall.  I am hoping we can keep it going.

Between doing a "Desmos Intro" on Mondays and warm-ups like Estimate180, WODB, and NumberTalks, during Tuesday-Thursday, I think we might be able to vary it enough so students don't get bored of the conversation-style of learning.




One Good Thing

After school I was headed to my room and two former students stopped me for a "Would you rather" question.  I do these outside my door before nearly every hour.  It is awesome to know that students look forward to that, even when they are not my current students.

Wednesday, September 13, 2017

Day 6: Am I challenging my students enough?

AP CSA
I thought I knew what I was doing this week... but then last night I looked at my plans and realized it was WAY TOO easy for students.  I also didn't really know what I could do to challenge them with the videos I had them use.

Thankfully, another teacher on Twitter reached out to me earlier in the year and gave me some tools.  I ended up doing a "live lecture" of a lab and let students build on it.  I learned that I need to still come up with additional extensions for students who are WAY fast. 

I am still not 100% sure I am using the right vocabulary when I am doing these live lectures - I just need to script them out more and plan in student breaks for independent work.  That will need to be my plan for the objects lecture next week.

AP CSP
Today we finished up with our flippy dos and we moved to the "sending numbers lesson".  It worked out well. Many students took a "pixel" approach to their protocol - I needed to reinforce that it would be a line drawing.

The key to this class is using a timer for myself.  I want to see what every student is doing, but I just don't have time to do that with 37 students.  Having a timer keeps things going and holds me accountable.

In this lesson, it was really helpful to have planned breaks for students to share out their ideas and protocols.  It raised a lot of issues that people weren't considering

I am good at coming up with extensions for this class too.  The key is to come up with example drawings for students to send to a friend with challenges in there.  I was sure to give students who had "chunk size" set to 4 larger images.

Tomorrow, we are going to talk about the minimum number of bits needed to encode a date and then move on to encoding text.  On Friday, we are going to assemble our notebooks and talk about "the Internet is for everyone".


Concepts of Advanced Algebra
We did our first number talks - students are actually really good thinkers about this.  I just absolutely love doing number talks to reinforce norms.  We ended with some function problems. 

My goal for this class is to build stronger thinkers and communicators.  I wonder what the goal is supposed to be for this class.


One good thing
I have hooked one more student on computer science!  We might only be a week in but one of my CSP students was talking to another student about his course load next year.  Essentially, he said he KNEW he would be taking CSA, he just wasn't sure about the other STEM courses he would take.  I was happy to hear CSA was a given.

... I'm excited to improve that course for next year!

Tuesday, September 12, 2017

Day 5: Circle. Triangle. Square.



AP CSA


I certainly only needed 1.5 days for the ASCII project.  Students who finished early watched their videos and took notes.  I am really concerned that students are already apathetic to their note taking.  I am going to need to make those expectations more clear. 

While students should be processing while watching the videos, and the notes are supposed to support that, I don't know if that is happening based on what I see in class.  We will see tomorrow when we start the mini labs and do the first worksheet on the content. 


AP CS P


I was able to split the hour into two parts - half of it we did circle-triangle-square and the other half we did an intro to binary.  Tomorrow I am going to have them make the flippy do and then do a bit of practice converting between binary and decimal before we go onto using the net simulator tomorrow.

It is tough to teach this class with 37 students - I didn't get to monitor students like I would have liked.  The key to this lesson for me is picking out several students' solutions, having them model it under the doc cam, and then let students predict what comes next in the set of patterns.



Concepts of Advanced Algebra


Today we did 2 dot talks and then went into our Harkness style discussion.  Overall, I felt like students did well.  Some students were still "acting" like A students (but in a sarcastic manner).  They did self-assess and I haven't had a chance to look at their grades.  

BUT my feeling is that we are going to need to re-calibrate.  Doing one thing to contribute to the team isn't enough to give yourself an A.  I need to make sure the students who give themselves As really earn it.  I talked about how getting an "A" doesn't mean you have all the right answers - it just means that you are working toward a solution in a productive way.

After we were done on the boards, we re-capped the excersizes.  Students were told that anything they put on their paper they could use as notes on the test.  That motivated the engagement at the end of class.



One Good Thing

I LOVE the circle-triangle-square lesson.  It is so cool to see what students come up with!

Monday, September 11, 2017

Day 5: "Acting out" "A" student behavior


AP CS A

Today was a lab day where students worked on their ASCII art.  I will have to take some pictures of their work.  Some students finished today, I think I could have given them a day and a half to get this done, but I am giving them tomorrow too.

They do have videos to watch as I embark on my first “flipped class” adventure. I would never do this in a math class, but I think in CS it might be the best instructional approach.  I still feel like students are reluctant to take risks and take on challenges if that means that they have homework to do.


AP CS P


Today we did the “sending binary messages” activity.  It went short again, I should have had the interactive notebook materials ready to go so we could have done that, but I didn’t have the materials and students didn’t have their notebooks.  SO… another day.

I had students write down their protocols since when I asked one student to describe to the class how they were able to finish sending a message so fast, he shrugged his shoulders and said “we just sent the message every time”.  Not the level of information we are looking for. I am going to have students look at the protocols again before we get to the sending messages activity.



Concepts of Advanced Algebra

I am really excited about this!  I talked to a coworker of mine about having students self-assess themselves for the pactice grade.   I had tried the “non-grading” strategy with my CSP students 3 years ago and I learned that grades tended to be more correlated with student confidence, rather than understading or risk taking. 

This year, I made a rubric and we read an article about struggling with content and coming back to concepts over time helps people remember more and longer.  Then we acted out what the desired behavior looked like on some basic math problems.  The goal here was not to necessarily learn new content, but rather think about what an “A” student says or does in the group to participate. 

It went pretty well – each group of 4 had a role (an A, B, C or D student) and they had to act like that student via the rubric’s guidance.  The students “acting” like “A” students killed it!  They were AMAZING!  So this was a great practice for them, but my “D” students embraced their role a bit too much.  In retrospect, I think I would have everyone act like the “D” student for a while, then “C” student for 5 mintues, “B” student for 5 minutes, and then “A” student last.  I think this would ensure that EVERYONE had a chance to embody “A” characteristics.  I also think they would have “wow, if we all are ‘A’ students, this is actually pretty cool!” moment. 

Tomorrow we will start with “real” content and “real” grading.


One Good Thing

A student said to me after the Internet lesson in CSP, “wow, every student should learn this!  This is really good to know”.  At first I thought he was buttering me up, but… he ensured me that was not the case.  I LOVE teaching CSP – now that this is my third year of it, I am really just loving every second of it.  Going to 4 TeacherCons this summer helps me take a more critical lens to my classroom too as I consider who is learning in my room and how I know they are learning. 

Friday, September 8, 2017

Day 4: Let's start content!

AP CS A

Today we did our first Java program!  I was pretty happy with how the code-along went.  There were 2-3 students who saw the program and thought/said "this isn't for me".  I feel bad since I want to tell those students to go to CSP - Java is intimidating - CSP is SO friendly, but my CSP class has 38 students in it!!

The code-along took about 30 minutes and then students started working on their ASCII art.

Next time, I need to do a better job of organizing where they should save their work - with the wave of chromebooks in our school, most students haven't had to use our school computers.  God only knows where they saved their files.  This will be on my list for Monday.



AP CS P

Even with 38 students, I freakin' LOVE this class.  I wish it were smaller because I know I haven't made as much connection with the quieter students, but from what I have seen, it is a great group!

Today we made our devices to send messages.  Last year I had goodie bags for each team to use to make their device, this year, I threw all the stuff on the cart and let students grab what they wanted - this way they knew they didn't need to use ALL the supplies.

Since the group was SO big, I went to the upper commons to have them work on their device.  We made a big circle to have students demonstrate their devices.  Unfortunately, with 4th hour we have kids with lunch wandering through the middle of the group, but the class handled the distraction pretty well.





Concepts of Advanced Algebra

I did Desmos Graphing Stories today with students - it was a great intro to functions with students.  I was REALLY impressed with this group's attention to detail.  The thing I struggle with is that some students get REALLY into it - and these are reluctant math learners.  I get so jazzed about these students' enthusiasm that I know I had some students who checked out because others were participating so enthusiastically.  I get swept up in the student excitement, and we leave the checked-out students behind.



The goal of the lesson was to get students to "feel" the definition of a function - these scenarios made students realize the illogical nature of non-functions for these scenarios.  Think this sets us up nicely for Monday when we start doing Harkness discussions.


One Good Thing

My TA shared lemon ginger dark chocolate from Belgum with me.  It was awesome!  I was skeptical, but it was fantastic!  I also am pumped I have a TA this year - it is awesome to have someone to do some of the "busy work" of teaching for me like cutting out objects or organizing papers.

Thursday, September 7, 2017

Day #3: More team building - and last minute adjustments

AP CS A

Today I shared out our norms that we developed yesterday.  I really like the "we" language - it makes it feel like we are a tribe.  Then we put the norms to practice.



We did this by having students put together a 100 piece puzzle like my CSP students did yesterday.  It was clear that having the norms conversation helped - the collaboration was much more inclusive and intentional.  That being said, I am still struggling with what do you do when one group finishes way early?  I think next year I need to give them a reflection sheet to fill out about the activity - not every group will get to it, but that keeps the "done" group from going on their phones and checking out.

Then we did the paper airplane activity.  Half the class was thrown out to the hall and told to design the most "accurate" airplane they could from a sheet of paper.  Then I went inside and played mind-meld with the other half of the class.  It talked about it as our goal is to be able to build on one anothers' ideas - mind meld helps us think like another person.   Then after 5 minutes, I brought the other half of the class in and they sat back to back with their elbow buddy.  The people with the airplanes needed to describe their creation to their partner without showing them their creation.



After each activity I asked them to look at the norms and think to themselves which norm was best utilized in the activity.



AP CS P

Again, we looked at the norms that we created yesterday.  Then we did the compass points protocol to talk about how different people contribute.  With a class of 36, that got too big.  I had like 4 South people and 15 East people - it was hard to structure in the space, BUT the conversation and introspection was really good.






From there we re-visited norms, and did the inquiry cubes activity - it flowed really nicely after thinking about individual strengths.



Concepts of Advanced Algebra

We did this "talking points" activity where students talk about talking.  It actually went really well!  Students definitely needed the process modeled for them, despite the directions being ON the sheet of paper.  It forced students to slow down and ensure that EVERY student had a chance to talk.

After that, we did the paper airplane activity as described above.  Tonight, students need to write mathographies.



One Good Thing


I LOVE seeing my old students :).  Two of them stopped by to reminisce about the "good ol days" - I might be reading into things, but, it feels like we were a family who hasn't had enough time to catch up since the last time we saw each other.

Wednesday, September 6, 2017

Day #2 - setting norms

AP CS A

Inspired by Joe's Inquiry cubes, I made my own to do with my CSA students.  After we finished that activity, I asked them to write down what types of behaviors helped them be successful on post-it notes by themselves.  While they were doing that, I put a big pink post-it on their table and then had them consolidate common behaviors/actions onto one pink sheet.  Then we did a whip-around to share those out.  Tonight, I am going to consolidate those into one set of norms for the group.






AP CSP

I have a HUGE CSP class - 36 students!  Although, I think we will make it.  I am always really excited to teach CSP.  Today I asked students to complete a puzzle as fast as they could without breaking the box - I told them they need to communicate and collaborate.  We did norm setting just like we did in CSA, but I forced them to dig in deeper to what "successful communication and collaboration" looks like.  Students will say, "we need team work" but that doesn't really explain what that looks like.



Concepts of Advanced Algebra

We actually did the same activity in CSA with inquiry cubes - it was successful!  Not as many students made it to the last one, but the conversations and pattern noticing was great!



One good thing

I have A lunch!  Which normally I would be cranky about since it is at 10:30 AM, BUT with 3 preps, all of my CSA classes fall before lunch, then I get lunch, and get to do CSP and Concepts of Advanced Algebra.  It actually breaks up the courses nicely and gives me a chance to re-group before CSP and Concepts classes start.  I think that might be a savior!



Tuesday, September 5, 2017

Day #1 - With 1 student!

Today was the first day but it is freshmen only and I have exactly one freshman in my classes so, I taught her how to play cribbage and we played cards while we chatted.

I am also going to make it my goal to post about #oneGoodThing.  So...

One Good Thing

Today another teacher and I sat down to talk about how getting students to self-assess and reflect could be their grade - essentially de-emphasizing the teacher as grade giver and moving more to having students reflect on their own growth.  I am happy that I have people like this to talk with in my building.