Top Banner
Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/www.csupomona.edu/~rdwestfall/grading/sustaingrade.ppt http:/www.csupomona.edu/~rdwestfall/grading/
17

Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading

Jan 01, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Sustainable GradingRalph Westfall, Ph.D. April 2009

http:/www.csupomona.edu/~rdwestfall/grading/sustaingrade.ppthttp:/www.csupomona.edu/~rdwestfall/grading/

Page 2: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

What Is Sustainable Grading?• Sustainable in terms of:• Reducing or eliminating paper usage• Conserving the time and energy of the person doing

the grading

Page 3: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Grading Problems• Context: computer programming and web

development classes

• Issues• Too many students (90 in CIS120!)• Takes too long per student• Inconsistencies in evaluations• Hard to spot cheating• Paper is inefficient, especially when using a

learning management system (Blackboard)• killing trees• searching content is difficult

Page 4: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Computer Assisted Grading• Things that I have tried in conjunction with learning

management systems• Multiple Word files• Notepad files• Microsoft Excel spreadsheets

• for sequencing grading as first-in/first out• for recording detail and calculating scores

• Custom software I'm developing

Page 5: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Multiple Word Files• Students submit all assignments into

Blackboard in zip files that include:• individual programming code files for testing• Word files that have pasted into them: • all relevant code• images of user interfaces when running• possibly outputs

• Grade files in order submitted (sort dates in Excel)• turn on Track Changes• mark comments with ** to make easy to find and total• refer back to previously graded files for consistency (can

copy comments)

Page 6: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Word Files Demonstration• Ken

Page 7: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Multiple Word: Pros and Cons• Pluses• Increased consistency• Easier to spot cheating• Can provide relatively detailed feed back and

corrections• Can use Find to locate and help total deductions

• Minuses• Time consuming• High human memory demands

Page 8: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Notepad Files• Paste frequently used comments into Notepad• Including ** marker and scoring

• Paste them back into Word documents or Blackboard feedback

Page 9: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Notepad Demonstration• CIS 120

Page 10: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Notepad File Pros and Cons• Pros• simple• consistent on common issues

• Cons• Awkward• Somewhat labor intensive• Not comprehensive/not scalable• No sorting capability

Page 11: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Microsoft Excel Spreadsheet• Rubrics in a Microsoft Excel spreadsheet• 1st column: points off• 2nd column: summary of grading issues• After that, one column per student (in submission

order determined with Excel )• Totals for each column• Split or Freeze Panes feature allows keeping first

two columns visible while scrolling horizontally through users

Page 12: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Excel Demonstration• Dummy class

Page 13: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Microsoft Excel Pros and Cons• Pluses• High consistency• Very easy to spot cheating

• Minuses• Feed back and corrections often must be compressed

due to limitations of width of computer screen• Copying comments from spreadsheet into users Word file

is labor intensive• Unwieldy to deal with more than one screen of grading

items, which is not enough in many situations• Sorting grading comments makes them easier to use, but

takes extra effort

Page 14: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

More Automation with Excel?• Use Visual Basic for Applications to make the

spreadsheet easier to use• Could reduce labor but would still be limited in

terms of comment detail• Would require extra coding to make as fail-safe as

a database application• Less analytical possibilities than a database

application

Page 15: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Stand-Alone Application• Visual Basic plus a database• Less coding than an Excel application would require• Use existing database capabilities rather than adding

them to Excel's capabilities• More extensible• Easier to maintain

• Labor-saving functionalities• Automate copying of comments rather than having to

manually select and copy• Built in sorting and seeking facilities in combobox that

holds all the comments

Page 16: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Demonstration of System• Download and extract files from GradeSQL.zip

into a folder on your Desktop (or wherever)

• Double-click GradeSQL.exe file in Debug folder

• Use Set Up tab to load items from database

• Click item you want to use and in right combobox and then paste it (Ctrl V) into file you are grading

• Type new comment in left textbox and click Add to add it to combobox and database

Page 17: Sustainable Grading Ralph Westfall, Ph.D. April 2009 http:/rdwestfall/grading/sustaingrade.ppt http:/rdwestfall/grading/

Future Plans• Implement desirable enhancements identified

through use

• Register it with Source Forge as an open source project

• Publicize it• MERLOT• Forums and mailing lists• Follow up publication in an academic outlet