WP Manifestindependent plugin directory
manifest / content / wp-deliverable

Deliverable

Wordpress plugin that lets learners submit deliverables and have coaches review them

by tunapanda · github.com/tunapanda/wp-deliverable · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tunapanda/wp-deliverable/archive/refs/heads/master.zip

Declares an update source (http://github.com/tunapanda/wp-deliverable), so updates arrive through the plugin's own updater.

From the readme

wp-deliverable Wordpress plugin that lets learners submit deliverables and have coaches review them. Overview It is possible to create a number of deliverables. Each deliverable defines some work that a student needs to do. It is possible to place a deliverable on a WordPress page or post. Students can submit their work from the page where the deliverable is placed. As students submit their work, teachers who are qualified to grate that type of work will be notified. When a teacher grades the work done by a student as satisfactory, an xAPI statement will be generated reflecting this. How to setup To install the plugin just clone down this repository into your wordpress plugins repository. You will then need to activate the plugin in the wordpress plugins menu. How it works After installation a Delivarables options is created in the admin menu. The menu provide three menu items 1) Manage delivarables This is where you can add a new deliverable. The image below illustrate how this works. Note: The review group is created in the Groups plugin. I had already created a programmers group. A delivarable in form of a url, zip file or a PDF. Targeted users are content/k

Read the full README on GitHub →