Structured feedback

Assignment feedbacks ::: assignfeedback_structured
Maintained by Tony Butler, Ruslan Kabalin
An assignment subplugin that enables teachers to provide individual feedback comments on any number of configurable criteria.

Structured feedback v3.3.1 (Build: 20170621)

Moodle 3.3, 3.4, 3.5
Released: Thursday, 22 June 2017, 12:37 AM
This file is part of Moodle - http://moodle.org/

Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

package  assignfeedback_structured
copyright 2017 Lancaster University (http://www.lancaster.ac.uk/)
license  http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
author    Tony Butler <a.butler4@lancaster.ac.uk>


Structured feedback assignment subplugin for Moodle
===================================================

The structured feedback assignment subplugin enables teachers to define
any number of criteria on which to provide individual feedback comments
for a student's assignment submission.

The configured 'criteria set' can then be saved for easy reuse in other
assignments. Given the appropriate permissions the teacher can also
choose to share their saved criteria sets with other teachers within
the same Moodle site.


Changelog
---------

2017-06-14  v3.3.0
  * Initial stable release

2017-06-21  v3.3.1
  * Use placeholder for quickgrading description
  * Don't empty config if it's already empty
  * Replace public (reserved in JS) with shared
  * Address remaining code prechecker issues


Installation
------------

Installing from the Git repository (recommended if you installed Moodle
from Git):

Follow the instructions at
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository,
e.g. for the Moodle 3.3.x code:

$ cd /path/to/your/moodle/
$ cd mod/assign/feedback/
$ git clone https://github.com/lucisgit/moodle-assignfeedback_structured.git structured
$ cd structured/
$ git checkout -b MOODLE_33_STABLE origin/MOODLE_33_STABLE
$ git branch -d master
$ cd /path/to/your/moodle/
$ echo /mod/assign/feedback/structured/ >> .git/info/exclude


Installing from a zip archive downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=assignfeedback_structured:

1. Download and unzip the appropriate release for your version of
  Moodle.
2. Copy the extracted "structured" folder into your
  "/mod/assign/feedback/" subdirectory.

Whichever method you use to get the plugin code in place, the final
step is to visit your Site Administration > Notifications page in a
browser to invoke the installation script and make the necessary
database changes.


Updating Moodle
---------------

If you installed Moodle and the Structured feedback plugin from Git you
can run the following commands to update both (see
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository):

$ cd /path/to/your/moodle/
$ git pull
$ cd mod/assign/feedback/structured/
$ git pull


If you installed from a zip archive you will need to repeat the
installation procedure using the appropriate zip file downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=assignfeedback_structured
for your new Moodle version.

Version information

Version build number
2017062100
Version release name
v3.3.1 (Build: 20170621)
Can be updated to
3.5.0 (Build: 20180928), 3.5.1 (Build: 20190611) (2019061100), 3.9.0 (Build: 20210924), 3.9.1 (Build: 20210927) (2021092700), 4.0.0 (Build: 20220422), 4.1.0 (Build: 20221214), 4.1.1 (Build: 20230630) (2023063000)
Maturity
Stable version
MD5 Sum
6ac103c1a300cfe0a5c755f8634d4610
Supported software
Moodle 3.3, Moodle 3.4, Moodle 3.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_33_STABLE
VCS tag
v3.3.1

Default installation instructions for plugins of the type Assignment feedbacks

  1. Make sure you have all the required versions.
  2. Download and unpack the plugin.
  3. Place the folder (eg "myassignsubmission") in the "/mod/assign/feedback" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation