510 likes | 893 Views
Technology Upgrade. Build a Foundation for Enhanced Teaching with a Customized Grade Book. Observation. (Part 1). Technology Revolution. Medicine. Security. Business. Industry. Education?. 1906. 2006. We want tech in schools. “Not a passing fad”. Who? Why?. Who?.
E N D
Technology Upgrade Build a Foundation for Enhanced Teaching with a Customized Grade Book
Observation (Part 1) Technology Revolution
Education? 1906 2006
We want tech in schools “Not a passing fad”
Besides, Technology requires: Time Energy Patience Practice
What do you think:Is personal investment in techand the hours it takes to learnit worthwhile?
AutomateInformate Term coined by Shoshana Zuboff in her book "In the Age of the Smart Machine" (1988)
Automate Lightshot Gmarket
Further illustration: Website & tutorials http://wp.me/2jJdY
How? 1906 2012
Survival tips for your own tech use Invest time in learning computing basics. Use what technologies personally empower you with your students. Become a colearner with your students in regard to technology. Be skeptical, but open-minded. Be sure your “tech toys” have a purpose. Expect reliable, secure, and adequate resources from your school.(You shouldn’t have to make two sets of lesson plans).
Maslow’s Hierarchy of Needs Peak experiences / Fulfillment Ego, self-esteem needs Social/Psych Needs Safety/Security needs Basic survival needs
Johnson’s Hierarchy of Edu Tech Needs EmpoweredStudents Solving Real World Probs. 1. Personally productive2. Transformative EnhancedTeaching For classFor pro. dev. Extensive Resources Trained,Parent access Effective Administration Est. Infrastructure The Five9’s Rule
Johnson’s Hierarchy of Student Tech Use GenuineProblem Solving Real World Situations 1. Tech Upgrade in class2. Supp. Assignments Academic Use Word, Excel, PPT Non-Applied Use Save, print, Adjust settings Operational Skills Use Simple Use Point & click
Survival tips for your own tech use Invest time in learning computing basics. Use what technologies personally empower you with your students. Become a colearner with your students in regard to technology. Be skeptical, but open-minded. Be sure your “tech toys” have a purpose. Expect reliable, secure, and adequate resources from your school.(You shouldn’t have to make two sets of lesson plans).
MS Excel Grade Book
What will you record? Names (“atomize it”) Attendance (number of absences?) Participation (points / letters?) Tests (with/out a rubric?) Assignments (drop/keep low/high scores?)
How will you structure it? Names & numbers first? Final grades at the end? Letter grades? Percentages? Allow only certain values? Need a bell curve?***
Know your keyboard buttons CTRL / SHIFT ALT (ALT + ⌘)
Know your software buttons Text Rotation Merge / Divide Cells Decimal Places
Know your Functions Most-used Common Specialty • IF • SUM • AVERAGE • COUNT • MAX • MIN • SMALL • VLOOKUP • SUMIF • SUMPRODUCT
=SUM (A7:G7) Most Common =SUM(
=IF(SUM (A7:G7)=0,””,SUM(A7:G7)) Most Common =IF(
=IF(true, then, else) The IF function =IF(SUM(A7:G7)=0,””,SUM(A7:G7))
Nested IFs =IF(A7>=0.9,”A”, (IF(A7>=0.8,”B”, (IF(A7>=0.7,”C”, (IF(A7>=0.6,”D”, ”F” )) )) )))
=VLOOKUP(B10,$A$2:$B$7,2,1) Replace Nested IF with VLOOKUP
=VLOOKUP(where, table,col.,T/F) The VLOOKUP function =VLOOKUP(B10,$A$2:$B$7,2,1)
Data Menu, Validation… (ALT + D + L) Amazing Data Validation!
See an ExampleBuild Our Own (Finally)