Skip to content

eLearning-BS23/moodle-tool_gradebookreset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grade Book Reset

Moodle Grade Book Reset is a Moodle Admin Tool plugin, which resets course user’s grades from the gradebook. Multiple users can be selected at once to reset their grades. It resets manually added, hidden, overridden, excluded and locked grades of all the activities under a course.

There is a filter for finding participants based on their first name and surname. Also, there is a pagination option that will be visible if the number of students is equal to or more than twenty.

We are constantly improving the plugin, so stay tuned for upcoming versions.

Features

  • Filter participants by first name and surname
  • See all the user’s grades enrolled in a course
  • Selecting one or multiple users to reset their grades
  • Deletes manually added, hidden, overridden, excluded and locked grades including the grades that are associated with an activity

Installation

Install by downloading the ZIP file

  1. Download ZIP file from GitHub Repository
  2. Go to [Moodle directory]/admin/tool/
  3. Extract zip content in it
  4. In your Moodle site (as admin), Visit http://yoursite.com/admin to finish the installation

Install using git clone

  1. Go to Moodle Project admin/tool directory
  2. clone code by using following commands
$ git clone https://github.com/eLearning-BS23/moodle-tool_gradebookreset.git gradebookreset
$ cd gradebookreset 
  1. In your Moodle site (as admin), Visit http://yoursite.com/admin to finish the installation

For More Details, please see Moodle's Docs page about installing plugin.

Download Source Code

To get the source code from GitHub, type

$ git clone https://github.com/eLearning-BS23/moodle-tool_gradebookreset.git

Usages

  1. Go to Site Administration -> Grades -> Grade Book Reset
  2. Click on this menu item to view the grade book reset page

From the index page the a particular course can be selected and then you can select specific participants to reset their grades.

settings

Configuration

You can install this plugin from Moodle plugins directory or can download from Github.

After installing the plugin, you can use the plugin by following:

Select a course name for resetting the course participants grade

index2

Choose the participants whose grades you want to reset. You can choose as many as you want to

index

Give a confirmation for resetting the grades

reset

Author

License

This program 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.

This program 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 this program. If not, see GNU License.