Moodle Plugins directory: eTask topics format: Versions: 1.1 | Moodle.org

eTask topics format
eTask topics format 1.1
eTask topics format 1.1
eTask topics format is based on the topics format and includes grading table (above or below the course sections) with aditional functionality such as a highlighting of grading values, grade to pass settings, motivational progress charts and much more.
Changelog
- Old configuration compatibility removed (no longer needed).
Installation
- Download files as a ZIP archive,
- extract files to the folder named
etask
, - copy the
etask
folder tocourse/format/
in your Moodle installation, - login to the administration and run the installation,
- optionally update the settings of this module,
- set course format to
eTask topics format
.
Settings
Activity completion
Activity completion is disabled by default in Moodle 3.0. If you want to enable activity completion and use Completed
activity status in eTask topics format, go to Site administration
-> Advanced features
and enable Enable completion tracking
. Then Completion tracking
is disabled by default in each of the course, so enable Enable completion tracking
in Course setting
as well. Now you can manage Activity completion
in each of the course activity.
Plugin settings
You can edit plugin setting by visiting Site administration
-> Plugins
-> Course formats
-> eTask topics format
. There is one configurable field.
Registered due date modules
Registered due date modules provide a list of activity modules and specifies in which module's database field is the due date value stored. It helps you to menage modules with due date information used in activity popover.
Course format settings
You can edit course format settings by Edit settings
in the course. There are five configurable fields.
eTask private view
By default, private view is active -- students can see only their own grades. Othervise they see grades of all the students.
eTask progress charts
Motivates your students even more with progress charts Completed and Passed placed in the activity popover. Students can see progress of completed activities as well as passed activities. Private view is back in a play! No private data like grades of the other students -- motivational progress charts only. Progress charts are calculated by default. Because of the activity popover consistency, progress charts are visible all the time -- if progress charts are not allowed, they are not calculated but still visible with zero values.
eTask students per page
Number of students per page allows to change the number of students visible on each page of eTask grading table (default value is 10
). Pagination is displayed below the eTask grading table.
eTask activities sorting
Customize the course settings by your preferences and sort activities by the latest, by the oldest or as they are in the course.
eTask placement
Above or below the course sections? Choose your ideal grading table placement.
Features
Grading table of many activities
Provides grading table of many activity types such as assign
, quiz
, scorm
, worksop
etc.
Activity popover
Shows activity popover with due date
(expected completion date if due date is missing), grade to pass
and optionally calculated completed
and passed
progress charts (see course format settings for eTask progress charts).
Grade to pass settings
Allows set up grade to pass in a course editing mode. It includes scales as well!
Highlighting of grading values
Highlights grading value by different statuses (completed
, passed
, failed
or without highlighting if grade to pass is not defined). Completed status is applied through the activity completion in the activity settings. The status completed is displayed until a grade is entered, then 'passed' or 'failed' status is shown according to the grade to pass. Otherwise no status if grade to pass is not set.
Private view
Private view allows students to see only own grades (see course format settings for eTask private view).
Permissions
Strictly defined access permissions for all versions of eTask. GDPR ready plugin. It is possible to manage permissions in course. There are three access levels:
- teacher (full management; includes manager, course creator and teacher roles),
- non-editing teacher (read only for all the data) and
- student (read only for the data in the context of a private view).
Switching the user roles provide real view on grading table in permissions context.
Scales
It is possible to use user defined scales in the grading activities. It is necessary to define scales ascending (from the worst to the best value), e.g. No, Yes
or F, D, C, B, A
!
Other features
- Support for groups mode in a course, it means student can see only students from the same group and teacher can filter eTask by all groups,
- table pagination; eTask students per page can be defined in the eTask course format settings,
- all activities in an eTask grading table are sorted from the newest by default because of the information value of the latest activities -- you can change it by your preferences in the course format settings and sort activities by the latest, by the oldest or as they are in the course, see eTask activities sorting,
- you can change grading table placement -- above or below the course topics, see eTask placement,
- logged in student is always at the first row of the grading table,
- activity completion support (completed status in the table, completed progress chart, expected completion date as due date if due date is not set),
- there three types of access permissions:
- teacher can edit activities by clicking on activity headers; grade to pass setting is available; links from activity headers goes to activity editation; links from grade table cells goes to activity grading; filtering by groups is available as well as pagination,
- non-editing teacher can click only on activity header; links goes to activity detail; filtering by groups is available as well as pagination and
- student can click only on activity headers; links goes to activity detail; pagination is available; if student is part of defined group, only students from the same group are shown in the eTask table.
Mobile ready
One more thing. We are mobile ready! You can simply swipe the eTask grading table or set up grade to pass.
Version information
- Version build number
- 2020082707
- Version release name
- 1.1
- Can be updated from
- 2.0 (Build: 2016021400), 2.0 (Build: 2017041800), 2.0.1 (Moodle 3.0), 2.0.2 (Moodle 3.0), 3.2.2 (Moodle 3.0), 3.2.2 (Moodle 3.0), 3.2.3 (Moodle 3.0), 3.2.3 (Moodle 3.0), 3.2.3 (Moodle 3.0), 3.2.4 (Moodle 3.0), 3.3 (Moodle 3.0), 3.3 (Moodle 3.0), 3.3.1 (Moodle 3.0), 3.4 (Moodle 3.0), 3.4 (Moodle 3.0), 3.4.1 (Moodle 3.0), 3.2 (Moodle 3.0), 1.1, 1.1, 1.1
- Maturity
- Stable version
- MD5 Sum
- 36e15a8ad2a29fb30def97e08e536146
- Supported software
- PHP 5.4, PHP 5.5, PHP 5.6, Moodle 3.0
- Latest release for Moodle 3.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- https://gitlab.com/drlikm/format_etask/-/tree/FORMAT_ETASK_11_STABLE
- VCS tag
- https://gitlab.com/drlikm/format_etask/-/tags/v1.1
Default installation instructions for plugins of the type Course formats
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myformat") in the "course/format" subdirectory.
- Visit http://yoursite.com/admin to finish the installation