Skip to content

AnupamaSarjoshi/moodle-block_workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow block

Administrators can define workflows which can then be applied to courses or activities. A workflow is a sequence of steps. Each step has a role who is responsible for doing it, some instructions, and possibly some tasks to tick off. When one task is complete, the people responsible for the next task can be notified. Also, when a step starts or becomes complete, various automated actions can be scripted to occur.

For more documentation, see https://docs.moodle.org/en/The_OU_workflow_system.

Acknowledgements

This block was created by the Open University (https://www.open.ac.uk/), with help from developers at LUNS and NashTech as well as in-house staff.

Installation and set-up

Note that some of the functionality (e.g. the Privacy API implementation) may only work if you are using a Postgres database.)

If you are using this plugin, then you probably also want to install the workflow report: https://moodle.org/plugins/report_workflow

Install from the plugins database

See https://moodle.org/plugins/block_workflow.

Install using git

Or you can install using git. Type this commands in the root of your Moodle install

git clone https://github.com/moodleou/moodle-block_workflow.git blocks/workflow
echo '/blocks/workflow/' >> .git/info/exclude

Then run the moodle update process Site administration > Notifications

About

The OU's workflow block for Moodle.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.5%
  • Gherkin 4.2%
  • CSS 0.3%