Wednesday, May 27, 2009
Gantt Chart
Click here for simple steps in creating a Gantt chart
Thursday, May 21, 2009
Wait a minute, what is a MARKBOOK?
- it uses macros
- it would be very useful if it can be shared with other colleagues and/or participants
- it may be configured to suit applications and software
- some uses multiple applications (?)
- it may be upgraded
eMarkbook and Level Markbook
Latest version: 6.14
Released: 23 November 2004
Current features in latest version:
• Minimal knowledge of MS Excel needed
• Unlimited students in any number of classes
• Up to 66 assessments per markbook
• Apply individual weightings to each assessment
• Automatic calculation of percentage scores
• Automatic calculation of summary statistics
• Automatic grading using your preset grade cutoffs
• Rank students as whole or by class
• View grade distribution of whole group
• Up to ten grade cutoff points
• Print whole group or individual classes
• Print raw scores, percentages or both
• Estimate marks for absent students
• Easy sort and delete options
• Scale assessments to required levels/statistics *
• Scale final results to desired statistics *
• Multilinear mapping of mark distributions *
• Print blank registers/mark sheets for any class
• Print individual student summaries at any time *
• Easy email of results to students *
• User worksheet for your own use
• Import / upgrade from older eMarkbooks
• Import student data from other applications
• Export data and results to other applications *
* New or improved feature!
Level Markbook
Latest version: 2.40
Released: 7 August 2003
Current features in latest version:
• Minimal knowledge of MS Access needed
• Unlimited students per markbook
• Unlimited tasks per markbook
• Option to break tasks into subtasks
• Automatic calculation of levels and grades
• Print whole class or individual results
• Print blank registers/mark sheets for class
• Print individual student summaries at any time
• One-click email of assessment results to students
• Import standard tasks and outcomes for all courses
• Import student data from other applications
• Export student results to other applications
For more information, click here.
Macros
Creating a simple macro...
If you frequently need to format individual cells in a particular way (for example, currency style in red Arial bold 12-point font), a simple recorded macro will do the trick. Use the following steps to create it:
- Select Tools, Macro, Record New Macro to display the Record Macro dialog box.
- In the Record Macro dialog box, type a descriptive Macro name (such as "RedCurrency"). By default, the macro will be stored and available only in the current workbook; if appropriate, open the Store macro in drop-down list and select either New Workbook (to store and use the macro only in a new empty workbook) or Personal Macro Workbook (to make the macro available in allworkbooks). If desired, edit the text in Description. When done, click the OK button to begin recording.
- The word "Recording" will appear on the status bar at the bottom of the Excel window to remind you that all keystrokes and mouse actions are now being recorded. Depending on how your system is configured, a Stop Recording toolbar may also appear in the window. If you make a mistake, simply correct it as you normally would and continue; both the mistake and its correction will become part of the macro, and may be edited out later if desired.
- Perform the actions necessary to complete the task. For this example, the actions are:
- Select Format, Cells to display the Format Cells dialog box, click the Number tab, select Currency in the Category list, and click the OK button; as an alternative, you may simply click the $ button on the Formatting toolbar.
- Select Format, Cells to display the Format Cells dialog box, click the Font tab and then:
- open the Color drop-down list and select the desired color;
- select Arial from the Font list;
- select Bold from the Font style list;
- select 12 from the Size list; and
- click the OK button.
- If the Stop Recording toolbar is visible, click its Stop Recording button; if the toolbar is not visible, select Tools, Macro, Stop Recording.