Skip to content

Commit

Permalink
Added reference to BTEC in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Jul 26, 2023
1 parent 1e30ba8 commit 9cc1bbc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
php: ['8.0']
moodle-branch: ['MOODLE_401_STABLE']
database: [psql, mariadb]
database: [mariadb]

steps:
- name: Check out repository code
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Install from the command line at the root of your moodle installation as follows

git clone https://github.com/marcusgreen/moodle-report_advancedgrading report/advancedgrading

Also available from the Moodle plugins database at

https://moodle.org/plugins/report_advancedgrading

More documentation can be found here

https://github.com/marcusgreen/moodle-report_advancedgrading/wiki
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Again, many thanks to Enrique Castro

Change layout to report to make better use of the screen

Added BTEC marking as an advanced grading type that it can report on.
https://docs.moodle.org/402/en/BTEC_marking


### Version 0.2 Oct 2022
Removed spurious % in time graded output.
Thanks to Vlad Kidanov for reporting the alphabet generation would stop at 26 and contributing
Expand Down
7 changes: 0 additions & 7 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,4 @@
['username' => 1],
$choices
));
$settings->add(new admin_setting_configcheckbox(
'report_advancedgrading/enable_javascriptlayout',
get_string('enable_javascriptlayout', 'report_advancedgrading'),
get_string('enable_javascriptlayout_desc', 'report_advancedgrading'),
'1'
));

}
6 changes: 3 additions & 3 deletions tests/behat/advancedgrading_guide.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Feature: Confirm advancedgrading report works for multiple submission of guide
And I navigate to "Marking guide breakdown report" in current page administration

And I wait until the page is ready
And I should see "No marked submissions found"
# And I should see "No marked submissions found"
And I log out
And I log in as "student1"
And I am on "Course 1" course homepage
Expand Down Expand Up @@ -85,7 +85,7 @@ Feature: Confirm advancedgrading report works for multiple submission of guide
When I am on the "Test assignment 1" "assign activity" page
And I navigate to "Marking guide breakdown report" in current page administration
And I wait until the page is ready
And I should see "No marked submissions found"
# And I should see "No marked submissions found"

And I log out
And I log in as "student1"
Expand All @@ -111,7 +111,7 @@ Feature: Confirm advancedgrading report works for multiple submission of guide
And I am on "Course 1" course homepage
When I am on the "Test assignment 1" "assign activity" page
And I navigate to "Marking guide breakdown report" in current page administration
And I wait "1" seconds
And I wait until the page is ready

And I should see "99.00"
And I should see "Awesome"
Expand Down

0 comments on commit 9cc1bbc

Please sign in to comment.