Gamification: A semester in the trenches

My reasons for wanting to use gamification strategies in my large Intro to Education course were obvious: student accountability, timely and continuous feedback, and better motivation to do otherwise rudimentary activities. I learned pretty quickly that implementing gamification strategies was more difficult than I initially thought. First, I had to figure out the instructional design aspects of gamification. How many points are different experiences worth? What do I count and what do I leave out? Second, I had to figure out how to keep track of all of this and communicate it back to the students. As I have written about before, I used Google Sheets to do this.

Overall, I would say I am pleased with how my first attempt at gamification turned out. Was it perfect? No way. Did the students like it? Mostly, but I'm sure I will hear from those who didn't on my course evaluations. Did these strategies help me reach my course goals? Absolutely! Class attendance was the best it has ever been in the 3 years I've taught the course. I regularly had over 90% of the students completing the weekly readings every week. That is unbelievable! I actually had students competing to complete extra credit so they could move to the top of the leaderboard. I did not see that one coming. Even though the course outcomes associated with these gamification strategies were successful, I learned a lot about how to do it better next semester. I will discuss these lessons in more detail.

More Competition

One of my goals in using gamification strategies in my class was to increase engagement and not give students a laundry list of things to do every week. Well, the way I structured the points, it turned out to be just what I was trying to avoid. Every week the students had to complete a module (video and/or reading + short quiz) before class on Monday. Then they went to schools on Wednesday, and there were points associated with that. On Friday, they participated in small group discussion, which had even more points. Everything was recorded on a big spreadsheet, and students were ranked on a leaderboard. What I discovered was that most of the students completed all of the requirements each week. Basically, there was no way to really move UP the leaderboard. Students could only move DOWN if they failed to complete a requirement. Believe it or not, that is not very competitive, and therefore, isn't all that much fun.

There were minimal opportunities for students to do extra and move up the leaderboard, but they were in fact so minimal that it hardly made a difference. This didn't keep the students from trying to get more points here and there, which was my first clue that there needs to be more competition. Some ideas I am playing with include:

  • Using Kahoot for discussion questions
  • Students voting for "best" responses to questions
  • Competitions between discussion groups (attendance, challenges, completion rate, etc.)
  • Challenges during class

I do not want to overdo this, but I think a little more competition would make this aspect of the class a lot more fun.

Reboot

Another flaw in my approach this semester was that the "game" lasted all semester. I gave the students monthly feedback in the form of a points sheet, which led many of them to just see it as a big assignment. I would venture to guess that they viewed this experiment as a big ole' laundry list because I treated it like one. In the end, there was no way for students who had gotten behind early in the semester to make corrections and do better the next time around. Students could recognize the impact of their choices on their point total and start to do better, but it did not erase early mistakes. This goes against the nature of most competitive endeavors, where players can overcome early mistakes later in the competition and keep themselves in the game.

I am thinking about splitting the game up into three smaller games this spring, and starting the points and leaderboard over each time. This will allow students who get off to a bad start to do better the next time. I can still keep track of completed assignments and attendance for the purposes of grading, but I will link other incentives to the leaderboard. What are the incentives? I have no idea, but I have a few weeks to think about it.

Better Feedback

Another issue I ran into this semester was getting feedback to the students on a weekly basis. I did pretty well at first, then some of my TAs got behind on entering scores and I went a few weeks without sending updates to the class. Once everything was updated and I got around to sending the updates, some of the students were like, "Whoa! How did I lose all these points?! I thought I was doing OK!" And I was like, "How can you not know if you missed class or an assignment?!" And they were like, "Hey man, we're too busy to remember all that!" And I was like ... OK, you get the point.

This observation has less to do with the game itself and more to do with giving more timely, detailed feedback. Some of the students felt like they were in the dark all semester and did not know they had missed 6, 7, or 8 classes until the end of the semester. I was never the kind of student to miss class, but I can see how it might be easy to lose track over such a long period of time.

I have a plan for keeping the spreadsheet updated better, but it is not really worth writing about here. Needless to say, I think weekly updates will help quell some of the panicky e-mails at the end of the semester.

What am I missing?

I am pretty sure my second attempt at gamification will go much better than the first, and I'm looking forward to putting some of these ideas into practice. For those of you who have been doing this for awhile, what are your suggestions? Am I missing something obvious? Am I making assumptions with potentially disastrous consequences? I would love to hear from the true game masters!

Using Google Drive as a file server

Have you ever been in a situation where you need to host several files on the Web? Did you need for those files to have a dedicated URL? Personally, I have had few situations where this was the case, but today I encountered a learning activity that required students to quickly upload images they just captured so they could add them to a Google Map. After some searching around, I found that the Google Drive hosting API is perfect for this sort of thing. Here is what I did ...

Create Drive Folders

The first thing I had to do was create a set of Google Drive folders for students to put the images they just captured. For this activity, students were running around our university taking pictures of some of the landmarks. They were then going to use these images to create an interactive map of the campus with the My Places tool in Google Maps. I created several folders in a Google account I use only for this class. My TA's and I connected a class set of iPads to this account so the students could load their images directly into Drive, which is what they did as soon as they got back to the classroom.

An important step in this process is to set the permissions for the folders to Public. You can do this directly through Drive. You will find the folder, right-click and choose Get Link.

 

Screen Shot 2014-11-11 at 10.56.52 PM

 

You will then need to change the permissions. Google has a great explanation for how to do that right here.

Set Up the Hosted Site

This part is actually much easier than you might think. The first thing you need to do is grab this little URL:

http://googledrive.com/host/<folderID>/

Not sure where to find the folderID? I discuss it in this post. The URL will end up looking something like this:

http://googledrive.com/host/0B5YVN51uO5e_WGtSc2tBDB2bUk/ (don't worry, it doesn't work)

Google will add some characters to this URL as soon as you hit enter, but don't worry. It will work just fine. Here is an example of the files my students uploaded today. Screen Shot 2014-11-11 at 11.04.13 PM Once students have found the image they need for their project, they will need to copy the URL so they can paste it (above).

Note: The only files that will show up in the hosted folder are image, video, document (Word, PDF, etc.), and HTML (and other web-authoring files). Google Docs, Slides, Sheets and Drawing files will NOT show up in the hosted folder.

In my case, the students were pasting these URLs into a Google Map placemark so their images would show up when the placemark was clicked. Several of them held the iPad the wrong way, so their images are sideways. (Sigh.) Here is the map we created in class.

So, that's it. Students can take images, quickly upload them to a Google Drive folder, and they are instantly hosted on the Web with a dedicated URL. No logging in, no FTP, clunky photo albums. Just my files and their URLs. I don't think I will need this functionality all that often, but it sure will be handy when I do.

Update on embedding Google Drive folders

As I have written about before, embedding Google Drive folders is a great way to manage content on your LMS. Rather than logging in, uploading, and waiting, you simply copy files into a folder on your computer, and they magically show up in your LMS for students to view.The only drawback was that last year Google blocked iFrame embedding on all Google Drive folders and Google Sites pages.

 

Thankfully, Wes Fryer posted about this same thing and I was able to get back on track using the following code.

List view <iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list" width="800" height="600" frameborder="0"></iframe> Grid view <iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" width="800" height="600" frameborder="0"></iframe>

Finding the Folder ID can be a pain, especially if you are trying to embed a folder within a folder within a folder. I tend to create folders for everything, so I have to make sure I use the correct Folder ID. For example, here is the URL for one of my folders that is nested 4 folders deep. I have color-coded each level of the URL (which has been slightly altered to keep the folder private).

https://drive.google.com/drive/u/0/#folders/0B5YVN51uO5e_ZHZlc3Zxd09pU3M/0B5YVN51uO5e_VlhYN1Q3MVoydjA/0B5YVN51uO5e_ei1aYmdFcW9EUWc/0B5YVN51uO5e_TFJkYzFhZ0ltbWs

The last sting of characters is for the folder I actually want to embed. I just need to copy that code and paste into the URL above where it says FOLDER-ID, like I did below:

<iframe src="https://drive.google.com/embeddedfolderview?id=0B5YVN51uO5e_TFJkYzFhZ0ltbWs#grid" width="800" height="600" frameborder="0"></iframe>

You can always change the width and height to make the folder fit the space on your page. The process is pretty simple, and once you have done it a few times, it's actually quite easy. Good luck!

Give students timely feedback with a leaderboard

Turning something into a game does not necessarily mean people will suddenly like it. Atari learned this the hard way with their E.T. video game. It turns out that betting the farm on a mediocre video game based on a blockbuster movie is bad business.

The same is true with gamification, a term being thrown around a lot these days in education circles. The general idea behind gamification is that game mechanics can be used in non-game environments in order to get some of the same outcomes typically associated with games, such as engagement, problem-solving, cooperation, and motivation. Many teachers are applying the principles of game mechanics to course design in order to motivate their students in ways traditional instruction does not.

If a teacher wants to be successful at implementing gamification mechanics in the classroom, there are a few principles that must be addressed. Foremost, the game must be well designed with clear goals, rules, and roles. Kind of like teaching. In my own experience, another aspect of a successful game (and teaching) is timely feedback. In order to make good decisions that help the player keep moving forward, they need to know where they stand. There are many popular activities that rely on the concept of leaderboards, which have the dual role of informing players where they stand and creating drama for both players and observers. Figure skating, gymnastics, X Games, freestyle skiing, golf, and diving are just a few of the sports that use leaderboards.

Leaderboards can be applied to educational settings as well, but there are very few tools available that teachers can use to create and use them efficiently. One such tool is Leaderboarded, but it is not free and seems be designed more for business than education. After looking around and not seeing many options for my own leaderboard, I decided to do what I do best: build one using Google tools. Below are the steps to help you get started on your own leaderboard. You can also view an example of my leaderboard spreadsheet, and feel free to copy it into your Google Drive if you want to see my formulas for each column and worksheet.

Step 1: Create your point structure

Before you can have a leaderboard, you have to decide where the points are going to come from. You have lots of options for students to earn experience points, quest points, or any other kind of value that can be added to the total. I kept it simple and based my point total on attendance and modules completed. Every time a student is on time to class, they get 100 points. They get 50 if they are late, and zero points for missing class. Even if the student is sick. I'm playing for keeps here, folks.

Step 2: Set up your spreadsheet

I have found that I am more likely to keep my leaderboard updated if I have very few values to keep up with. The more complicated the "game" becomes, the more there is to enter. Personally, once I start feeling overwhelmed I am likely to get behind on entering values. The more behind I get, the more irrelevant the leaderboard becomes. So, keep it simple.

As you can see from my example, I created a separate sheet for each set of points. One for attendance and one for modules. I used the SUM and COUNTIF functions to tally the values for each sheet. I chose to use the digit 1 instead of 100 or 50 because it is easier to enter. I can have the spreadsheet multiply by 100 on the Participation worksheet so I don't have to.

You will use the Participation sheet to add up all of your totals from attendance and modules. This worksheet is important to include because you will use a pivot table to create the actual leaderboard, and you must have all of your points on one sheet to do that.

Step 3: Create a pivot table

What is a pivot table, you might ask? Well, it is a data analysis tool built into most spreadsheets that lets you sort, add, average, or do other functions with the data in your spreadsheet. For this example, we are going to use the pivot table to display each student's total points and rank them from highest to lowest. Here is a screenshot of what this pivot table will look like when it is all set up.

Screen Shot 2014-06-20 at 10.05.54 PM

Leaderboard_Example_-_Google_Sheets_and_Pictures

Make sure every student in your leaderboard has a unique name, otherwise the pivot table will combine the totals for both students with the same name. I used numbers to keep the first initial separate. You will notice I have a battery icon for each student. I did this by creating a Rank worksheet and using the VLOOKUP function to apply the correct icon based on the student's total points. I did this more as an experiment. If you embed this spreadsheet using HTML, the images will not show up, so don't get your hopes up.

Step 4: Share the sheet with students

At this point, you have several options for how to share your leaderboard.

Option 1: The Whole Spreadsheet

The simplest option is to share the link with the class or embed using the iFrame code Google gives you. If you share the entire sheet with the class, which I DO NOT recommend, you will want to protect your functions and make sure it is only viewable to those with the URL. If you choose to embed the entire spreadsheet, go to File --> Publish to Web. This will share your entire spreadsheet, so you need to make sure there isn't any sensitive information that you don't want the whole class to see. If you use icons for levels like I have done, they will not show up when you embed.

Option 2: One Worksheet from the Spreadsheet

If you only want to embed the leaderboard, you can use a special URL to show only the page you want. It looks like this, and I will show you how to plug in the appropriate values.

<iframe src="https://docs.google.com/spreadsheets/d/[Spreadsheet ID]/htmlembed?gid=[worksheet ID]&amp;single=true" height="1000" width="100%"></iframe>

Here is where you find those values in RED:

Google_Drive_--_Page_Not_Found

 

This will embed only the sheet you want to share, but it will not show any images you have in the cells.

Option 3: Interactive graph from Spreadsheet

A final option for sharing the leaderboard is to create an interactive chart from the leaderboard and embed that wherever students will be looking for updated results. Here is how you do this:

Leaderboard_Example_-_Google_Sheets 2

 

Leaderboard_Example_-_Google_Sheets 3

 

Leaderboard_Example_-_Google_Sheets 4

 

Screen_Shot_2014-06-22_at_11_07_11_PM

 

Leaderboard_Example_-_Google_Sheets 5

 

And that is how you do it. This will take some tinkering, especially if you are not familiar with spreadsheet functions or pivot tables. I spent quite a bit of time messing around with this until I got it to work just how I wanted. I need to give credit where it's due for giving me this idea. I got the original idea from the EIPS Technology Blog, and I modified my leaderboard based on this design.

 

 

The Teaching Professor Conference 2014

Alexander, Curby TPC poster  

Believe it or not, many of my musings on this blog end up in academic papers and conference presentations. For example, this blog post turned into this conference paper, which I am currently reworking into a journal manuscript. I took some of same ideas, and organized them into a poster that I will be presenting tomorrow at The Teaching Professor Conference in Boston. This is the first time I have attended this conference, and I am quite excited to see how it goes. My "home" conference is SITE (Society of Information Technology in Teacher Education), and I have gotten quite comfortable with it. I am on several committees, and I know so many people there that I end up spending most of my time talking in the hallway.

The program for this conference looks very interesting and covers a lot of topics I am currently interested in. I may or may not give updates from the conference itself, but you can rest assured that many of the things I hear and discuss will morph into posts on this blog.

Here is a link to the brochure I will be handing out at my poster session, which is displayed above.

5 Ways to Find Out What Students are Thinking

Bored Students Student participation typically falls into two extreme ends of the class discussion continuum. Some students raise their hand every time I ask a question. These students have an opinion on just about everything, and if I'm not careful they will dominate class discussion. I have had experiences where the same 2-3 students will talk so much during discussions that the other students will stop raising their hands. As a teacher, this is definitely a scenario you want to avoid. The end of the spectrum is characterized by a roomful of students who are so disengaged they will barely make eye contact. Maybe they didn't do the class reading, or perhaps they think that avoiding discussion will shorten class time and end in an early dismissal. Perhaps the class is large and students are intimidated speaking in front of the group. Either way, it makes for a very awkward and aggravating situation.

The longer I have taught, the more strategies I have discovered for getting the entire class involved in discussion. Early in my career I would just pose questions to the entire class. I eventually learned simple strategies like using cards or popsicle sticks for calling on students who don't raise their hands. This helped me get more students involved. Still, getting called on was a game of chance and some students would tune out in hopes that their number wouldn't get called. I eventually started using some different pedagogical strategies such as Think, Pair, Share, Numbered Heads Together, Jigsaw, Jeopardy, or Fishbowl for engaging students in discussion prompts. Each of these techniques for facilitating discussion got everyone involved and had more accountability than sitting in class hoping not to get called on.

Even with great discussion strategies, there are times when I want to know what the students are thinking. This isn't always possible when the majority of the discussion is a verbal exchange. I have used chart paper or construction paper to have students summarize their thoughts, but this is not always easy to present and when it's all over I'm stuck with a bunch of chart paper.

With the emergence of free (or kind of cheap) web-based and mobile apps, teachers can find out what students are thinking in a variety of ways, and all without using up all the consumables. I will describe five tools I have used in my classes to put student thinking at the forefront of the discussion.

Socrative

This is a free app that has iOS, Android, and web-based options. Students enter in the class code then wait for a prompt from the teacher. Results are instantly aggregated on the screen, giving everyone real-time results from the prompt. There are several options for prompts teachers can send the class, including T/F, Multiple Choice, and Short Answer. Prompts can be generic (i.e., A, B, C ...) or prepared in advance with specific answer choices. Results from saved quizzes can be downloaded as a spreadsheet for further analysis or grading.

Socrative is a great tool for quick discussion questions where you A) want students to talk about a prompt and B) get fast statistics on what everyone is thinking. I have had students use the mobile app on their phones many times, and it almost always works like a champ. I just post the question, students grab their phones, and within minutes you have a bar graph populated with student responses. This can actually prompt further discussion.

ActivePrompt

Another way to find out what students are thinking is to have them place a dot on an image. When enough people do this on the same image you can start to see trends and hotspots. I have done this with continua (e.g., Place a dot on the continuum where you believe the responsibility lies for a positive classroom: Teachers or Students), maps, quadrants, or other diagrams.

When you upload an image to ActivePrompt, you are given two prompts: one for the students to place their dot, and one with all of the dots displayed. You can try this using the following URL:

http://activeprompt.herokuapp.com/SBGWN

You can see the results here:

http://activeprompt.herokuapp.com/TWBUN

I have used this tool in class several times, and it has always been reliable. Students will typically discuss a prompt in pairs, place their dot based on their discussion, then we will discuss patterns and themes as a class.

InfuseLearning

This tool has many of the same features as Socrative, but it has the extra benefit of the InfuseDraw tool. Teachers send students a prompt on which they can draw, annotate, or label an image. Results are saved in the teacher dashboard and can be downloaded as a PDF. Like Socrative, the students do not need an account to log in. They just enter the class code and they are ready for the teacher to send the prompt. The few times I have used this tool it has worked great. Since Apollo, my class-syncing tool of choice, has some of the same features I tend to use that tool instead. However, if you are looking for straight prompts without having students follow your presentation on their screens, InfuseLearning is the way to go.

Google Presentation

I have already written about how to use this tool before, so I won't spend a lot of time explaining how I have used this activity in class. You can do the same thing, or something similar, with Google Docs or Draw, but I like the features in Presentation and the fact that you can assign each group a different slide in the same file.

Google Forms

If you are wanting to get more extensive feedback from students, Forms is the way to go. Results from the forms are instantly sent to a spreadsheet. We all know that spreadsheets are like magic because of all you can do with them. With the emergence of Add-Ons, you can now do even more. Some examples of ways I have used Form data: display the automatically-generated pie graphs, randomly choose responses directly from the spreadsheet, cut and paste the responses into Wordle for an (almost) instant word cloud, or e-mail the students a badge once they complete a set of prompts or an activity (this is not done in real-time ... usually after class).

Since the types of items you can use in a Google form are so diverse, there are many opportunities to use this tool to facilitate discussion in class. Responses are anonymous by default unless  you include an item for names. This tool will require some preparation before class, but that is true of most that I have mentioned here. It's one thing to send out an impromptu poll using Socrative. It's something quite different to make my students sit and watch me create a Google Form. Overall, this is a great tool to keep in the box and use when it fits your instruction.

The importance of discussing and reflecting on learning experiences is pretty well documented. When we give students the opportunity to verbally process their thinking, we increase the chances that they will be able to retain and apply skills and knowledge after the fact. Discussion and reflection helps us give new information personal meaning. Good class discussion starts with good pedagogical practice, but with new tools there are even more opportunities to make it relevant, engaging, and active.

What tools or strategies do you use to facilitate class discussion and find out what students are thinking?

Ripple Effect

Screen Shot 2014-05-08 at 9.00.09 AM Last fall I taught a class on Digital Communication and Collaboration. We talked about, among other things, the power of creating a PLN (personal learning network). We read a book on this topic, shared a few articles, and had some interesting discussions. What we never really did was create or participate in a PLN in a meaningful or transformative way. This included me, who had always been a solitary and introspective kind of guy. I followed a few blogs and tweets, but I was not an active participant in any kind of PLN. This makes teaching the benefits of a PLN a really hard sell, to say the least. At the end of the semester, I was determined to change that.

I started this blog in 2009, and until this January had never had more than 20 views in one day. I would post sporadically and rarely shared anything I wrote. The blog, for all intents and purposes, was a sandbox for me to kick around ideas and journal some of my experiences as an instructor, faculty member, and techie. My total number of views (if those analytic statistics can be trusted) from 2009 to 2013 was roughly 1,800. My point is, I was not breaking any kind of internet records with my blogging skills. On a side note, let me just tell you that keeping a blog going is hard work. This is due to the fact that:

  • I'm one guy
  • It's not my job
  • TCU and my family keep me quite busy
  • I am not a fount of awesome ideas

Having shared this, you can see that the baseline was quite low and any movement of the needle would be easy to detect.

Coincidentally, around the beginning of the spring semester I shared some tech ideas with my college in a faculty meeting and decided to write them up in a series of blog posts. Based on my experience the previous semester in my class, I was already connected to several communities and groups on Google+ and Twitter. So, I thought why not share my posts in those communities and with a few folks via strategically placed tweets. What happened next really opened my eyes to the potential of connected learners and social media.

On the image above, you can see in green where I wrote something new on my blog. I blurred out the dates and stats because I guess I'm kind of self-conscious and it kind of feels like taking a screenshot of my bank account. Anyway, as soon as I was done with my blog post, I would send it out to a few different Google+ communities and on Twitter. The orange arrows represent the activity around that post from those communities. This consisted of sharing, retweeting, scooping, e-mailing, Facebooking, etc. my  content with others. Since I use Wordpress, I was able to see the source of my web traffic. The buzz would wane over a few days, then sure enough someone else would pick it up and share it again, causing my stats to spike again (though never as much as the first time).

An interesting observation from this is the 3rd green arrow. I posted this but decided not to share it with my usual peeps. It was more introspective and not really that interesting to most people. Someone who follows my blog, however, shared it on Google+ and Twitter a few days later, causing quite the spike in traffic for a couple of days.

This has been an interesting and serendipitous experience, to say the least. I am a self-described technology ninja, an emerging technology samurai, and not really a technology shogun (leader) at all. Jumping into the world of sharing, re-sharing, and joining the larger ed. tech. conversation has definitely let me see firsthand how powerful this can be in a person's personal and professional life.

And yes, I plan on sending this out for the masses to read, share, and re-share. If you want. No pressure.

Schoolification

Pac-Man (1980), will go on show at MoMA in New York in 2013 I have been thinking about gamification a lot lately. I teach a really big class full of energetic undergraduates, and I want to make the class better. It is already pretty darn good, but there is always room for improvement. One way to do this is to add game elements to some of the more mundane aspects of the course.

As an aspiring Teaching and Learning scholar, I dug into the literature on gamification and game-based learning (and trust me, there is A LOT of it!) to investigate possible frameworks and suggestions for a successful implementation of game-based learning. One framework that has been really helpful for me as I plan some game-based elements into my course was proposed by Bunchball, a corporate gamification company. As stated in one of their white papers, there are 6 elements that serve as the building blocks to all successful games. Coincidentally, these game elements interact with game dynamics that are associated with basic human desires that tend to motivate and engage people within a gaming experience.

[table id=1 /]

When I look at this table, I see many similarities and natural applications to education. The way the education system is currently structured, there is already a pretty heavy dose of competition, achievement, reward, and status. There is also some possibility for self-expression and altruism, depending on the way a course is set up. So, I understand that education and gamification go hand-in-hand quite naturally.

So what happens when an instructor takes activities that students might naturally enjoy and make them just another assignment? I call this "schoolification," which is when a teacher deflates student interest in an activity or project by assigning points, a grade, or any other requirement that students might otherwise resist.

The first time I encountered schoolification, before I even had a name for it, was in a conference presentation where a professor described his use of Facebook in his classes. Each student in the class had to join his group on FB, they were required to comment on his posts, and they would "lose points" if they didn't do either of those things. My first thought was, wow, that's a great way to make students hate Facebook. Take something they like, make them use it in a way they don't want, then hold their grade over their head of they don't do it.

If the instructor is not careful, I think the same thing can happen with blogs, digital stories, flipped lessons, and cooperative learning (or any other activity for that matter). Students have to be held accountable for their professionalism, but how do we do this without schoolifying activities they might otherwise enjoy? This is a challenge I would like to learn more about.

How do you hold students accountable for their participation in class activities without schoolifying those activities that are intended to be engaging and fun.

Gradenomics

It's that time of year again, when I spend a lot of time reflecting on the semester and academic year. I have already posted once about this, and I have at least two more ideas incubating in my mind. The idea that came to me today as I graded final exams, calculated final averages, and entered final grades into "the system" is that universities - or perhaps my university - put a lot of emphasis on finals. This led me to consider whether or not there TOO much emphasis on final exams. As it is now, we set aside an entire week, shuffle the schedule, and give each professor 2.5 hours to administer the exam. Yet, I have not given a comprehensive final since my 2nd year of teaching higher education. Is this really worthy of its own week?

My first college teaching assignment was as a Master's student, and I taught public speaking. It was a massive faculty-directed, TA-taught course where they basically told us what to do. We had some freedom to teach any way we wanted, but we had to give the same assignments and grade using the same rubric. If our overall GPA was too high, we got a personal note from the course director telling us to grade harder. We also had to give a comprehensive final, which seemed totally ridiculous for a public speaking class.

Since those days, I have jockeyed between giving a final project (portfolio, paper, etc.) and giving the last test during the final time slot. My current university is adamant about professors doing something during finals week, so I have been using that time to give the last exam. I have also used this time to have students present their final projects, but it just seems contrived to me and seems to always fall a little flat. Some of the more adventurous faculty have the students bring food and they have a party.

My point is, there is a certain amount of hype associated with finals that I am starting to think is unnecessary. Whereas my students typically cram for the first two exams, they spend days and days studying for the last exam. And what is the payoff? Actually, the course average was lower than the second exam even though the exams were about at the same level of difficulty. I have exams weighted so that each test accounts for about 13% of the final grade. I did this a few semesters ago because I wanted the exams to mean something. Before I weighted the exam scores, a student could do poorly on exams and still eek out a decent grade by getting some of the "sit-and-get" grades, such as attendance or participation. Basically, taking the exam counted the same toward the course average as showing up to lecture and surfing Pinterest for an hour. So, what does this mean in terms of the last exam's impact on the overall grade? Here are some points to consider (remember, this is based on a scale where each exam contributes 13%, or 39% total, toward the overall grade):

  • 35 out of 53 students got a score on the final within 2 percentage points of their current average. Mathematically, this had absolutely no impact on the final grade. For example, if a student was sitting at 91.21% and got a 93% on the final, the overall average was raised to 91.55% (I'm making these numbers up, of course, but they are pretty accurate to what I observed). Unless a student was a fraction of a percentage point from the next grade, this had no impact. It was just damage control.
  • If a student scored 10 percentage points higher or lower on the final than the overall average, it meant a difference of 1 percentage point either way. In fact, this held true for every 10 percentage point differential. For example, getting a 75% on the test would lower the average from 85 to 84. That also means that getting a 100% on the test would only raise the average from a 85 to 87 (and that is a generous estimate). This is the difference between a B and B+, which is hardly the Hail Mary the students think it is.
  •  9 out of 53 students went down one grade based on their final exam score, and each of them was 1 point or less from the borderline. That is, they went from a B+ to a B, but they started at  87.1% not 89.9%.
  • Only one student went UP a grade based on the final exam score, and the starting average was already less than a percentage point from the cutoff.

Are you confused yet?

I am not advocating students completely blowing off a final because it won't make a difference in the long run. Students should always give their best effort no matter what. I also know that students spend just about as much time eating junk food and complaining about their professors during "dead days" as they do studying. I am just wondering if we should put so much emphasis on that one week when it's really the students' body of work throughout the semester that compiles their course average.

I am curious to know how others handle finals, and if they have more (or less) of an impact in your courses than what I have described? How are finals handled in other disciplines? Should they be more high-stakes, or are they just hype?

Dealing with Disappointment

I have been teaching for nearly 20 years, and I have seen just about everything. Throughout the many life changes I have experienced in that time, teaching, oddly enough, has been one of the constants in my life. Early in my career I would stay late at school and come home to an empty apartment. Soon enough, I was finding ways to have lunch with my wife over our short lunch breaks. Then I was rushing home after teaching so I could spend time with my babies. Now I have to be creative in order to balance my teaching with things like baseball, gymnastics, theater classes, church, committees, writing, and staying connected to family. During all this time, students have come and gone from my classes, hopefully taking something with them that will help in their life journey.

Teaching requires a lot of creativity and problem solving because no matter what is happening in your life, you have to try to do your best for the students. In my career I have had to deal with crazy parents, over-scheduled meetings which force me to plan my lessons late into the night, hectic travel schedules for the sports I coached, sleepless nights, unexpected family crises, unpredictable weather, and disruptions to the school day. All in all, I would say I have done a pretty good job of paddling and finding the current. There is, however, one aspect of teaching with which I have not dealt very well.

Disappointment.

Maybe it's because I expect myself to be perfect. Or amazing. Or brilliant. Perhaps I spend too much time comparing myself to my peers and wanting to be the big fish in the pond. I already know I put too much stock in my course evaluations and Rate My Professor and any other metric I can find to evaluate my worth as a teacher, so maybe that feeds my disappointment. It could be that my expectations are too high, and while I perceive the response to a good class to be a standing ovation, my students are just anxious to meet their friends for lunch. No matter what the cause - and it's probably a complex mix of those factors I already listed, along with some I haven't identified - disappointment has always been a tough pill to swallow.

For the better part of this semester, I have been dealing with disappointment: in myself, in my students, in the fact that I didn't foresee some of the problems with one of the classes I have been teaching. Since the third week of the semester, things took a downward turn and despite my attempts to make the class better it has not been enough to make it a positive experience for anyone involved. Like I said, very disappointing.

It would be easy to wrap myself in self-pity, curl up in bed, close my eyes, and just wait for the semester to end. Trust me, I have considered that many times, and perhaps in small ways I have done some of that. However, as the self-reflective navel-gazer that I am, the ultimate question is this: What do I plan on doing about it? Other than venting to a few colleagues, which I have done more than I care to admit, I can't help but abstract some lessons from my disappointing semester.

Disappointment reminds me that I care.

If teaching and teaching future teachers about teaching was not a big deal to me, this would be easy to shrug off. Blame the students and move on. But this does matter to me and I understand the importance of what I am doing. No one is guaranteed that living out their passions or purpose or calling will be without setbacks. The setbacks actually remind us how closely our calling, purpose, and passion are woven in with our very being.

Disappointment reveals areas to get better.

Do you know which of my classes have historically gone the worst for me? Those which follow a class which has gone really well. If I think I have reached superstar status, where is the incentive to do things better, to be self-reflective, or try new ideas? There is no such thing as cruise control in teaching, and just because a certain approach or teaching style worked with one class does not mean it will work the next time. As long as I am teaching, there will be aspects of my practice that need to be revised, refined, or removed. It's hard to see those things when I am blinded by my own awesomeness.

Disappointment reinforces what is constant.

Even though I have to adapt every class based on the unique dynamics created by the students and circumstances, there are some elements of instructional practice that should never be compromised. High (yet reasonable) expectations. Timely feedback. Positive teacher to student relationships. Close monitoring of student engagement. Consistency. Fairness. Preparation. These make up the foundation of a healthy, vibrant class. I may be stuck with a class full of disengaged, apathetic, know-it-all students (speaking in general terms, of course ... not any particular class), but that should not change those core elements of effective teaching. If anything, the tougher the students, the more I should lean into those aspects of teaching that have been proven over time. Don't play off your students' responses because chances are they stayed up too late, woke up minutes before class, and put off their assignment until the last minute. As a baseline, my teaching must be one of the constants in their lives.

Honestly, I am thankful things did not go as well as I had hoped this semester (in one class at least ... the others went great). I have a lot to learn, a lot to improve, and a long way to go. Adversity causes everyone to either wilt or get stronger, and I choose the latter. The day I think otherwise about my teaching is probably a sign it's time to choose a new career. Thank you, disappointment, for the not-so-gentle reminder.