Lesson objectives

Blocks ::: block_objectives
Maintained by DavoDavo Smith
Displays current lesson objectives in the side-bar

Lesson objectives 3.4+ (Build: 2017051200)

Moodle 3.4, 3.5
Released: Saturday, 12 May 2018, 6:03 PM
Lesson objectives block
=======================

This is a block for Moodle 1.9 and Moodle 2.x.
This is the Moodle 2.x version ( download the Moodle 1.9 version here - https://github.com/davosmith/moodle-objectives/zipball/MOODLE_19_STABLE )

It displays current lesson objectives in the side bar (to both teacher and students) and allows a teacher to check them off as they are completed. You can enter a timetable, linked to different groups, so that objectives can be entered as far in advance as you want and will be displayed at the appropriate time.

Other features include:
* Abiliy to display a large version of the objectives, when teaching from the front of a class room (click on the 'expand' icon)
* Students can view all the objectives, a week at a time, to help keep track of what they have been doing (and will be doing)

==Recent changes==

2018-04-21 - Add GDPR declaration (no personal data stored). This requires M3.4 to work.
2017-05-12 - M3.3 compatibility fixes
2016-11-21 - Minor 3.2 compatibility fix (only behat tests affected)
2015-06-20 - Major 2.9 compatibility fix (changes to Moodle date time handling broke the timetable editing); full set of automated tests added
2014-07-06 - Minor 2.7 compatibility fixes
2014-04-25 - Fix timezone handling when displaying current objectives.
2013-11-28 - Minor 2.6 compatibility fixes
2012-12-07 - Moodle 2.4 compatibility fixes
2012-02-07 - Renamed all database tables to match new strict requirements on Moodle.org
2012-02-06 - Minor changes to improve 2.2 compatibility

==Installation==

1. If you haven't done so already, download the zip file from https://github.com/davosmith/moodle-objectives/zipball/master
2. Extract all the files to a suitable location
3. Create a folder on your server '/blocks/objectives'
4. Upload all the files in the 'davosmith-moodle-objectives-XXXXX/objectives' folder into this blocks/objectives folder on the server.
5. Log in as an administrator and click on the 'Notifications' link.
6. Go into a course, turn on editing and choose 'Lesson objectives' from the 'Add a block' menu

==Usage==

Click on 'Edit objectives ...' in the footer of the block.
The first time, this will take you directly to the 'Edit timetables' screen (there is a button at the top of the 'Edit objectives' page to get back here later).
For each slot in the timetable, choose a group to display the objectives to (or 'all groups', for everyone on the course), as well as a start / end time for that lesson.
Three blank slots are added to each day every time you click 'Save'.
Once the timetable slots are filled in, click 'Save and edit objectives', to start entering lesson objectives.

Type in the lesson objectives for each lesson slot, press enter to start a new objective; start a line with one (or two) spaces to indent the objectives.
Click on 'Save' before moving to another week (via the next / previous links at the top of the page).
Click 'Save and view course' to get back to the course.

During a lesson, a teacher can click on an objective to toggle the 'tick' box between completed / not completed (this is just to help keep track of the progress through the lesson and does not affect anything else).

==Contact==

Any questions or suggestions for improvement, please drop an email to: moodle@davosmith.co.uk

Version information

Version build number
2018042100
Version release name
3.4+ (Build: 2017051200)
Can be updated from
2.x (Build: 2017051200) (2017051200)
Can be updated to
3.4+ (Build: 2017051200) (2018113000)
Maturity
Stable version
MD5 Sum
7274388fdb435f9fdfbcc6b3d961f758
Supported software
Moodle 3.4, Moodle 3.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.