The hardest part of teaching science is not the teaching itself. The hardest part of teaching science is maintaining all of the paperwork that is associated with the teaching.For every science lesson taught the teacher will have to produce a science lesson plan.
The problem is, of course, that it may take the teacher as long to produce the science lesson plan as it does to teach the science lesson itself. Fortunately the science teacher can minimise the time used to produce each science lesson plan by automating the process. If they are a Linux user then they can make this automation process fairly painless.
The First Step to Automating a Science Lesson Plan: Installing Ubuntu Linux
Many science teachers will be Windows users and the thought of moving to a new operating system may seem quite daunting, especially if they have much of their work already based on Windows. That may have been a problem in the past, but not now. It is now easy to download Ubuntu and then create a dual booting computer. Once that's been done then the teacher can start their computers in either Windows or Linux mode according to their needs.
It's also worth noting that all of the Windows files are available in a Linux session and many Windows applications (such as Microsoft Office) may be run using a Linux application called Wine.
Automating a Science Lesson Plan: Creating a Lesson Plan File
An important aspect of using Linux is the ease with which any user can create script that can automate their tasks. In the case of a science lesson plan teacher will need to:
- identify the objectives of the lesson
- identify any differentiated learning
- work out the timing of any activities
This can all be done using a simple script:
If this is saved as a text file (for example "lesson_planner" then it can be run:
In this example the script creates a text file containing the lesson plan.
Automating a Science Lesson Plan: Viewing Lesson Plan File
The content of the lesson plan can be viewed from the command line, for example:
Or the file can be loaded into spreadsheet applications such as Microsoft Excel and OpenOffice.org Calc or, with a little more work, loaded into a database to be shared with the rest of the the school or college.