You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly.
Notes
Here's the formula used in column B of the video. This would go in cell B2 and get indexed down the column.
=if(MATCH("N",D2:2,0),INDEX(D$1:$1,1,MATCH("N",D2:2,0)),"n/a")
Note, I found a formula error as I was recording at 5:20 and made edits to correct to what you see above. Pardon the choppiness. I'm much smoother in person;)
Push my thinking
How could you tweak this spreadsheet to track standards progress as well as assignment completion?
Useful files
Useful links
Comments
Use Google spreadsheets to visualize student progress in a self-paced course
Problem of practice
Most traditional online gradebooks operate from the assumption of whole-class-identical due dates and are no good for self-paced courses. What alternatives exist for giving students real-time awareness of their progress and next actions in a course that allows for differentiated pacing?
Solution
Screencast shows how to use Google Docs spreadsheet to create a color-coded self-pacing progress chart that counts the number of missing assignments and outputs a column that shows the next assignment owed, by student. It is recommended to publish t




automating grading process
thanks for helping, I am going to try and automate the process a little more. If I get it to work, I will share how I did it.
one more question and a comment
the "n/a" in the formula spits outs that value when all assignments are complete
as teachers, do you enter the scores for each assignment? or is that process automated. In other words, are the scores on the sheet somehting you graded and typed in, or are those values automatically generated when a student completes an assignment.
Yes, the n/a get spit out
Yes, the n/a get spit out when there are no "N's". I suppose it could be changed to say something like "See me".
I enter scores for each assignment. There is nothing automatically generated. But if you look closely, not every lesson is on the spreadsheet.
Great idea
Do you have a link to a site that is using this with students right now?
Using Google spreadsheets to visualize student progress
Hi,
I'm using Andrew's script on my site. You can go to http://science.newdesignhigh.com/life-studies-deborah to see it. However, since we are beginning a new semester, I'm going to archive this sheet and start a new one. I also created hyperlinks in the field that grabbed the "N" for next lesson, so when a kid looked at the spreadsheet, s/he can click on the link next to his/her name and find the lesson they were to do.
Feel free to email me with questions.
Maria
maria@newdesignhigh.com
Great spreadsheet!
Hi Andrew,
Thanks for this idea; I've implemented it and so far it's working quite well. I made the "N" conditional formatting color a neutral color and when asked what it means, I tell kids "Next assignment". So the "N" is not a punative thing, nor does it mean they got a zero on the assignment; it simply tells students where to start for the day.
I also don't enter "N"s where they are not needed and only add assignments that I absolutely want students to complete. I've built in "Flex Friday" and game days to allow those students with poor attendance or who work slower to make the choice to catch up on those days.
This pacing tool has really gotten me to think about my practice in new and exciting ways.
Maria