Showing posts with label assessment. Show all posts
Showing posts with label assessment. Show all posts

Friday, April 24, 2020

Reporting "completion" grades - use IF statements


Much like other districts around the U.S., mine has opted to forgo grades and simply report work as completed/not completed during this time of emergency remote learning. While I agree with this practice for now, it dawned on me that I would be looking at papers or digital submissions twice as many times as before since. Not only do I need to read and provide feedback to students (oftentimes grading it still), I also need to contemplate whether a submission counts as completed or not. I am not averse to doing the former, but the idea of then manually"transforming" that into complete/not complete in order to report it in my LMS, especially when students are all working at different paces, is a real pain. Trying to ease that pain I started thinking of all those skills I've gained from my gamified leaderboards and came up with a relatively easy workflow that for all intents and purposes semi-automates the process.

It all starts with reporting all feedback grading uniformly. I am using Google classroom as my feedback grade book for students, whether manually grading there or importing into it the feedback grading from GoFormative, EdPuzzle, etc., the trick is to make everything worth the same number of points. Once you are ready to report the C/NC grades you will need to download the complete grade book you want to transform as a CSV. In Google classroom, this means going into any of your assignments and clicking on the cog you see on the top right.


Once you have your grade spreadsheet, it is simply a matter of adding an IF statement that references the cell you'd like to change into C/NC. The formula is

=IF(E6>6,"C", IF(E6<=6, "NC"))

Where E6 is the cell that has the grade, and 6 is the points threshold that I decided on as the lower limit of "completeness". C and NC can be whatever you want it to report out.

Once you have that formula in place, it is simply a matter of dragging it down and across to copy it. Both Google sheets or Excell will automatically change the cell references.


Once that is done, your spreadsheet is ready to be uploaded to whichever LMS you are using. While you will have to do it again any time you update your grades, it will at least save you some time and keystrokes.

Have you found any other shortcuts to deal with this new normal? I'd love to hear about them.

Friday, January 18, 2019

Reflective Students with Google Forms and Sheets



It is the end of the semester, and like most teachers, my colleagues and I are currently under the barrage of with last minute regrade requests that should have been taken care of months ago. Like you, we published grades in our LMS as assignments were due, and the students received feedback with full knowledge that their grades are fluid. We have been encouraging them to take action on the feedback, make corrections, additions, etc. We have had individual conferences, sent e-mails, and clarified, but still, some of them are surprised when they finally log on to look at their grades, and the inevitable "What can I do?" question pops up. At this point, the reply is, "Go do what I've been asking you to do all along."

As we pondered this in our last PLC meeting, we figured that one of the issues our students have is that not only are they not looking at our LMS consistently, they are not opening the rubrics and comments left on their assignments. By the same token, they are not thinking about the work habits they are cultivating and forget about any type of goal setting related to their work or performance. The question then became, how can we set up a routine that will allow our students to do all of this consistently.

@judyzaccheo shared her use of Sown to Grow, a platform whose goal is to "Empower students to set goals, reflect on strategies, and learn how to learn.". While it looks awesome and an easy way to address these issues, if you have been here before, you know that:

1. I do not have the funds to pay for stuff like that ( even if it is inexpensive), and 
2. I do not like to use platforms that cannot "move" with the students. (I like to use things that my students can keep using even after they have left my class).

So, I spent the last few days coming up with a solution, and along the way, I learned some things about how to allow anyone to make a copy of a Google form, automatically sort form responses by timestamp so that the latest shows on top, and forgo creating charts within a spreadsheet using a sparkline instead. 

Before we get into the how-to, let me show you the final product.




We start off with a traditional Google form. The form is divided into sections that allow students to input their grades for each subject, discuss what made them successful (or not) in each class, and set a goal for the next week.





This feeds into a spreadsheet that then organizes the information so that the latest goal and information is at the top.  I figured that if we are doing this every week and things populated at the bottom, the students would never scroll down to find the latest entry. This is also why I needed the "Goals" sheet as the landing sheet. They need to see, front and center what they said they were going to do.


Finally the "Content Area" sheets, where students can see their grade trends, and notice when their grade changed, and the work habits that led to those grades.


Hopefully, you are still with me as I share just how to do this. First off, I started with the creation of a Folder with "Anyone with the link can view" permissions that would house both the master spreadsheet and form. This step is important when sharing the forced copy of the form.

Copy of a Google Form. 

In the past, I've shared copies with teachers by simply having them create copies of the spreadsheet linked to it. I tried to do the same with the students, first by making them copies in Google classroom and when that didn't work forcing a copy of a link I sent them. For some reason, this does not work when working with student accounts! Even when the Form button appears, once students click on it ends up creating a blank form. Yup, you guessed it, spent a class period with my pilot class trying to troubleshoot with them and then the bell rang... After some digging that still did not explain why it would not work, I came across Mrs. Drasby's post. Following her instructions, I was able to create a link that would force that copy of the actual form for my students. That was all fine, but now I had to walk my students through recreating the spreadsheet with all that sorting and tabs that I had painstakingly created.

Copy of the Spreadsheet 

While some of my students would jump at the idea of working with the different formulas and conditional formatting that make the spreadsheet work, I know that for many it would end up in frustration and me running around "fixing" it. So instead I created instructions that would allow the students to copy each of the sheets from my master with minimal possibility of error. 


Note, these start off with the copying of the form. Once the students had their personal forms and sheets, it was simply a matter of having them submit their sheets to me in Google classroom so I would have them all for an easy looking into.

How the spreadsheet works

While I have shared my form, spreadsheet and instructions in this folder for you to use "as is", I am under no illusion that it suits your needs perfectly. So a little explanation that would allow you to recreate or modify is in order. I do recommend that when you make your own copies, you house them in a folder with "Anyone with the link can view" permissions to ensure that you do not run into problems when students copy your form. Anyway...

Form Responses 1




This is simply the sheet created by the form. Notice the purple box indicating that it is linked.

Form Responses 2

This sheet sorts the responses from Form Responses 1 in ascending order. The only thing it actually contains is this formula in cell A1.
=sort('Form Responses 1'!A:O, 1,0)
If your form has more or fewer cells than A:O, simply change the cell reference.

Goals sheet


This sheet brings up the responses from the Goals column from the sorted Forms Responses 2, using

=ARRAYFORMULA('Form Responses 2'!A1:A) in cell A2 to bring up the timestamp in column A
=ARRAYFORMULA('Form Responses 2'!O:O) in cell B2 to bring up the goals typed in from column O

Column B has a set of conditional formatting color-coding the responses when they include the content area names. Here the idea was that students can look at how frequently they make a goal for a specific class and reflect on whether they are meeting their goal or not.

Content Area Sheets


Bring up the grades reported for each class to its corresponding sheet along with the "what made you successful or not answer. In each, the only thing that changes is the cell references. 

=ARRAYFORMULA('Form Responses 2'!A1:A) in cell A2 to bring up the timestamp in column A
=ARRAYFORMULA('Form Responses 2'!H:I) in cell B2 to bring up the grade and comment, which have adjoining columns, in this case, cells from column H and I. 

Column B in these sheets has conditional formatting as a visual for students to notice when their grades for a class dip or move up and reflect on the habits that took them there.

Finally, these sheets also contain a sparkline formula that creates the added "graph":
I toyed with the idea of adding an actual chart, which you could still do. Since it was really an added visual to show quick trends I opted for a sparkline. The one I used is
=SPARKLINE(B3:B, {"charttype","column"; "axis", true; "axiscolor", "red"}) - Using the information now housed in column B, but you could change it up with any of the other versions found in this support article from Google.

Using this with students

I basically just rolled this out a couple of days ago. The intention is that students will input answers in their forms weekly, during class time, giving them a moment to stop and reflect on how they are doing. I know, from the examples submitted that we definitely have work to do in the goal-setting department, but my hope is that with instruction, consistency, and practice we will finally get rid of those last minute "What can I do to bring my grade up?" requests. I am also thinking that it is a great resource to have at parent conferences and SSTs. It even helps address ISTE standard for students 1a "Students articulate and set personal learning goals, develop strategies leveraging technology to achieve them and reflect on the learning process itself to improve learning outcomes".

What do you think?

Saturday, November 4, 2017

FLUXX MOD Project - Board Games in the Classroom

Although I am not affiliated with FLUXX® (or Looney Labs) in any way, I think that FLUXX® is a great game that everyone should own.


We often think of board games as a staple for Family Fun Night, and because many of them help teach soft skills and facilitate higher order cognitive abilities, teachers routinely incorporate classics like Monopoly, Risk, Scrabble and Apples to Apples in their classrooms. By the same token, creating MODs or skins for existing games is a time-honored classroom activity. A simple Google search will bring up a plethora of "create your own board game" classroom projects. For those of us that have tried it, we see it as an opportunity to review content, both as the game is being created or modified and while the students play them during those extra-long rainy day recesses.

A couple of years ago, my own children introduced me to a great little game called FLUXX® - The card game with the ever-changing rules. The game was very easy to learn and portable which made it a staple for my family. Over the next few months, we purchased several versions happily bringing them out as part of our game repertoire.

Not long after that, I started toying with the idea of not only sharing it with my students but also having them create MODs for it to play in the classroom since the gameplay itself is based on reaching a goal of paired concepts. This makes it super efficient in helping the students revisit concepts, while at the same time allowing for some deeper thinking about the relationship between ideas. For example, in FLUXX's original version one of the goals is Rocket Science, which "needs" Rocket and Brain on the table to win.

After a little refining and tweaking of the idea, I set about creating a project page with directions, templates and of course a rubric for my middle school students. I introduced the project on a Monday, and gave them two weeks to come up with their skins.

Of course, there were some students that did not know what I was talking about, which made me realize that before anything else happened, we needed to play a couple games of FLUXX. After a couple of rounds, and some more clarifying of where to find the "big ideas" and how to keep track of their paired goals so they would not repeat them, I had them get into groups (of 4) and choose a topic for their MOD.

Students took to this creative form of review in a way I had seldom seen otherwise. They loved the idea of coming up "funny" titles for their goals and were seen scouring textbooks and notes to figure out how they could pair ideas that at first glance may not have been obvious. In one of my favorite examples, a group that developed a Newton Motion FLUXX Mod, included Robert Hooke as a creeper.
Here is the full set of "Newton Motion" cards in case you want an example for students:
I have run this project now several times, and I am always amazed not only at the cards they create but also by the enthusiasm that they show whenever I declare "it's review time", and bring out stacks of student-created FLUXX decks.

For obvious reasons all of my students' FLUXX decks are science related (Motion, Evolution, Genetics, Matter, etc.) However, I can easily see FLUXX decks for novel studies, American Revolution, and even Linear Equations. In case you missed it above and are interested, here is a link to the Instructions and Templates that I share with my students.

If you try this, let me know. I would love to know how it went for you and your students.

Sunday, February 5, 2017

Evidence Based Rubrics using Google Forms



It all started a few weeks back. My students were putting final touches on one of their projects, and as is usual in my classroom, I asked them to bring out their rubrics and go over the work. I also asked them to go over each other's work, with the rubric in hand so they could provide some feedback to each other.  At this point, they were supposed to act on the feedback before presenting their final submissions. Everything was OK; I saw the exchange of papers and students went back to work. Then came the final submissions that included both rubrics. I sat down to grade and as I looked over the first submission and compared my graded rubric with the ones the students had submitted I had to stop. Was I looking at the same piece of work? The students had given themselves perfect to almost perfect scores for work that was quite sub-par. What had gone so completely wrong? How can I ensure that students look at the rubrics and identify the specific items that are done correctly or that may need work? I needed to teach them how to provide evidence for the scores and not simply mark an "X" on a rubric with no thought about what it means.

So I set about creating my first evidence-based rubric. I had already created some rubrics using Google Forms (Alice Keeler showed me how). However, to solve this particular problem, I wanted the students to be able to add the "evidence" for the scores they were giving. In order to do that, I set up a form that had multiple choice items, page breaks and "go to page based on answers" functionality, requiring students to provide evidence for the scores they were giving.


Satisfied with what I had created, I patted myself on the back and submitted a trial run. I then opened the form responses, added a formula that would add the score, and formatted the columns so the comments/evidence would be easier to read and thought I was brilliant. Oh, how wrong I was. I submitted my second trial, only to figure out that my formula, which I had painstakingly copied over and over in my results and the formatting was "ignored" as a new form came in!


So now, what? I knew that I would not be the only one with this problem, so I dedicated an afternoon to figure it out. As I immersed myself in this, I came across this array tutorial by Ad:AM, solving the first part of my problem: being able to apply a formula (adding the individual scores), to a form.


The formula that I applied to my spreadsheet is:
=arrayformula(IF(ROW(A:A)=1,"Overall Score",IF(LEN(A:A),(D:D + F:F + H:H + J:J+ L:L+N:N+P:P),)))
where D-P are the cells where the response in the score. I could not use a simple =SUM because the columns were not adjacent.

With that problem solved, I still needed a way to keep the formatting. Although it is hard to see in the previous image, you may have noticed that the paragraph responses where the students are providing evidence do not wrap, making the "evidence" the students are providing almost unreadable. Once again, through a Google search and the generosity of strangers who have come across the same issue, I found this silent tutorial on how to solve the problem, using =QUERY('Form Responses 1'!A:Q).



With the "problems" solved, I went back to the classroom and had my students each create their own copies of the three rubrics/spreadsheets I wanted them to use:

Evidence Based Essay Rubric
Evidence Based Project Rubric
Evidence Based CITE-IT Rubric - used to evaluate websites

In all three, I have hidden the "Form Responses" page, and when the students make a copy, it remains hidden. To view it in case you want to modify any of it before sharing with your students you just need to click View>Hidden sheets.

Once each student had made their own copy, I asked them to share it with me so I could have access to the responses. However, when having the students peer review, this is not necessary, they just need to send the form to the reviewer.

As a final step, I also taught them to create filtered views. My students use these to create filters that correspond to the websites, projects or essays that they evaluated, making it easy to share and have discussions about just one piece of work without having the rest of the information showing. The filtered views also have unique URL's, allowing for three-way discussion with other students or even parents without displaying everyone's input in the forms.

Have you found other ways to use Google Forms? I would love to hear from you.


Wednesday, December 14, 2016

Formative Assessment Made Easy


Do you know where your students are? As you walk around the room today, can you state with some which students are ready to move on and which group do you need to pull for re-teaching? You know the answer lies in the use of formative assessments, but with all other things that pop up daily you may feel overwhelmed. If only there was a simple tool that would give you the necessary information...



GoFormative

With a few clicks, GoFormative allows you to create and share simple (and complex) assessments. You can use multiple-choice and true/false quick checks that are self-graded or add short-answer and "show your work" (where students upload images or draw answers). You can even provide feedback to the students as they answer in real-time. No waiting until they have all finished to gather data, allowing you to address minor misconceptions quickly. Best of all, absolutely free.



Flipgrid

This awesome tool allows your students to respond to your questions using video. You simply create a grid (i.e. post a question) and provide the link to your students. Your students can answer using any device they have, without having to create an account. Flipgrid can be used in lieu of traditional exit tickets, and it is much more fun to grade. Not free, but $65/year gives you unlimited questions and answers.


Socrative:

Socrative has been around for a while. This tool allows you to quickly assess your students through quizzes, quick question polls, exit tickets and space races (for those with a competitive edge or in a gamified environment). The tool can grade and provide you with visuals of the results making it easy to identify where each of your students is in their road to mastery.

What other tools do you have in your formative assessment toolkit? I would love to hear about them.