Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Assign feedback plugins

From MoodleDocs
Revision as of 07:59, 18 April 2013 by Damyon Wiese (talk | contribs) (Created page with "== Introduction == This page gives an overview of assignment feedback plugins. === Overview of an assignment feedback plugin === <gallery> </gallery> == History == Assignment...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This page gives an overview of assignment feedback plugins.

Overview of an assignment feedback plugin

History

Assignment feedback plugins were added with the assignment module rewrite for Moodle 2.3.

Template

A great example is the "file" feedback plugin included with Moodle core.

File structure

backup/*

A plugin may also take part in backup and restore. The required files are not listed here because they are standard and follow the Backup_API.