Showing posts with label assess. Show all posts
Showing posts with label assess. Show all posts

Thursday, March 07, 2013

Standards...Not Nuggets

When I was in high school, I thought my biology teacher was the best teacher I ever had. He promoted deeper thinking and understanding and challenged us to apply what we were learning to new situations. While it may have been inappropriate, I heard him once say that another teacher was teaching "Gee Whiz" biology where the focus was on the interesting little nuggets that can be found in this area of science as opposed to discovering the connecting thread of all of those ideas.

When I take a look at tests that I have written, I know that I reviewed what was discussed in the unit (which was based on objectives aligned with the learning standards) and wrote questions accordingly. I attempted to have question frequency represent the importance of the topic in relation to the unit and the entire year and the time spent in class discussing and explore the topic. (One noted exception was Hardy-Weinberg equilibrium, but I told students about that ahead of time. We spent over a week learning how to solve these problems, but there were only 2 questions on the unit exam. This was mainly due to my desire to prep the students for Advanced Placement Biology and received positive feedback from both the students and the teacher about this practice...but I digress)

Recently, I was looking at a rating system for a intervention model of a grant application that our district is going to pursue. We were going to have to have the committee members look at particular characteristics and then, based on the characteristics selected, determine which intervention model is the best fit. Because I have been on various committees like this and know that some people, including myself, are a little mouthy and push their ideas onto others, I wanted to find a way to allow everyone to express their own ideas and then look at the group data to protect the integrity of everyone's voice. As I did this, I wrote some equations into the Excel spreadsheet that would, based on the characteristics selected, would determine the percent alignment with each model.

While this is an isolated event, the concept can be expanded to looking at standards and objective-based assessments as opposed to nugget-based. Previously, I wrote a post about providing students with more immediate feedback using Google forms and included some "coding" instructions. I want to expand on that here...

Before, I was writing about grading the entire assessment based on total points. If the questions are written to reflect one specific objective/topic, then the questions can be coded as such (overtly done in my example below) and the scoring can then be adjusted to reflect topic/standard specific questions and their level of mastery. Take a look at the sample below:




You can see that in the 2nd line of each question, I have included an Objective number. Using these, we can then select those questions to score based by objective and get a mastery level based on these particular questions.

What you will need to do is to develop your quiz in the Google docs and then enter the answer key as the first entry in the spreadsheet. When you look at the spreadsheet, you will see the the questions/column headers are in the first row. After the questions, I added the column headers of Objective 1 and Objective 2.
 
The grading formula for Objective 1 is seen below.

=((IF(B2=$B$2,1,0))+(IF(E2=$E$2,1,0))+(IF(F2=$F$2,1,0)))/3

 
Essentially, what the formula is telling the spreadsheet to do is if the entry in cell B2 is the same as $B$2, then give it a score of 1, if not, a score of 0. Now, the difference between B2 and $B$2 is that when you drag this formula down the spreadsheet for every entry, the B2 will change to B3, B4, B5, etc for each subsequent entry; the $ in front of the cell letter and number makes it static, and will not change with a dragging of the formula. (The same is try for C, D, and E).
 
Since we are looking for mastery of Objective 1, I made the scoring formula reflect only the assessment items that were coded for that objective. On the Google form, they are items 1, 4, & 5, which correspond to columns B, E, and F in the spreadsheet. In order to develop a mastery level, the spreadsheet will take the score for each of those items and then divide by 3 because that is the total number of items for this objective. The color coding occurs with some simple conditional formatting. If the numerical value in the Objective 1 column (H) is greater than .5, the background will become green. Likewise, if less than .5, it will become red. Because there are three items, it is impossible to get an answer of .5, which is why I made it the scoring differentiator. For this instance, we will define mastery as 67% or 2 out of 3 questions per objective. In order to get the conditional formatting, you can either right-click in the particular cell or look under the "Format" menu.
 
The same was done for the Objective 2 column (I), but the scoring formula was adjusted to reflect only the objective 2 questions (2, 3, & 6 or columns C, D, and G, respectively).
 
Once students have taken the assessment, you can drag the contents of the cells H2 and I2 down for each entry on the spreadsheet. By using the "$" in the scoring formula, only the cells without the "$" will change to match the subsequent entry lines. The conditional formatting will be dragged down to the subsequent cells also! Unfortunately, you cannot drag the contents before students have made the entry on the form. If you try the assessment, try dragging it yourself by clicking on the spreadsheet link!
 
This can be extended to more questions per objective and more objectives. This can also be expanded to include question types of "Choose all that apply" (using the Check Box option on Google forms), but this will require a little more work.
 
Explore and play.
 
If you have any questions, feel free to contact me via the blog comments or on Twitter (@misterabrams).

Monday, December 03, 2012

Using Google Forms to provide quick student feedback

What is one of the biggest challenges in teaching today? I would argue that student engagement could be on possible answer to this question. Possible reason for this is that when we provide students the chance to demonstrate what they know/have learned, the feedback that they receive is slow and does not provide the opportunity to learn from their mistakes.

Regardless of students being able to define RPG, LARP, or MMORPG, this is a generation of gamers. Being a gamer today does not mean that you are put on a costume or carry a 20-sided die in your pocket to assist in your daily decision making. With the advent of social networks, there are multiple opportunities for students, both young and old, to participate in a form of learning or entertainment that provides the user with immediate feedback, progress check points, and chances to experiment with choices and then deal with the consequences.

There have been a flurry of articles discussing if homework has outgrown is usefulness. Recently, there was even an article in the Des Moines Register about a teacher providing her students with quests to complete.

Students want to demonstrate what they have learned and how they can improve if they have made some mistakes. Students also want rapid, if not immediate feedback so they can accomplish the former.

To assist with this challenge, you can use a feature of Google Docs to bring a traditional assessment measure closer to the 21st century. I am assuming that you are familiar with Google Forms. If not, you can view the video from Google here:

 
 
While google forms can help with the data collection for an assessment, there is the still the issue of how to provide feedback quickly.
 
 

 
 
By utilizing some relatively simple spreadsheet formulas, you can have the Google Form grade the answers once they have been submitted.
 
The grading formula is seen below.
=(IF(B2=$B$2,1,0)+IF(C2=$C$2,1,0)+IF(D2=$D$2,1,0)+IF(E2=$E$2,1,0))
 
What you will need to do is to develop your quiz in the Google docs and then enter the answer key as the first entry in the spreadsheet. When you look at the spreadsheet you will see the the questions/column headers are in the first row. Essentially, what the formula is telling the spreadsheet to do is if the entry in cell B2 is the same as $B$2, then give it a score of 1, if not, a score of 0. Now, the difference between B2 and $B$2 is that when you drag this formula down the spreadsheet for every entry, the B2 will change to B3, B4, B5, etc for each subsequent entry; the $ in front of the cell letter and number makes it static, and will not change with a dragging of the formula. (The same is try for C, D, and E). If you have more than 4 items, just extend the formula accordingly
 
 

 
The key to this method is a script that was originally written by Romain Vialard and modified by Dr. Henry Theile. The script can be found here.
 
In the above link, you can see the instructions on how to apply the script to your form and even make modifications to alter how the report is sent (i.e. correct answers only vs hints to improve). You do NOT have to be a programmer to apply these and begin providing students with faster feedback as we transition to more authentic assessments. Those will be discussed in later posts.