Plugin: Grading Electronic: Improve documentation. Remove specific business name.

pull/4551/head
Yannick Warnier 3 years ago
parent 29a6db9f72
commit d2396b4a45
  1. 13
      plugin/grading_electronic/README.md
  2. 6
      plugin/grading_electronic/lang/english.php

@ -1,13 +1,16 @@
# Grading Electronic Form
# Electronic Grading Form
v0.8
Generate a file necessary to the Grading Electronic form for RickyRescue
Generates a file for a specific grades registration form.
This plugin is more to be viewed as a template for similar exports, as it will
create very specific extra fields and allow you to export very specific reports
with those extra fields.
* Install the plugin
* Asign the `content_top` region
* Enable tool in configuration page
* Assign the `content_top` region to the plugin
* Enable the tool in the plugin configuration page
> During the installation this plugin create three course extra fields
> During the installation this plugin creates three course extra fields
> (`plugin_gradingelectronic_provider_id`, `plugin_gradingelectronic_course_id`, `plugin_gradingelectronic_coursehours`)
> and one user extra field
> (`fcdice_or_acadis_student_id`)

@ -1,8 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = 'Grading Electronic';
$strings['plugin_comment'] = 'This plugin create a text file with information about of the course';
$strings['plugin_title'] = 'Electronic grading export';
$strings['plugin_comment'] = 'This plugin creates a text file with additional information about of the course. Use this as a template for similar plugins creating specific reports with additional extra fields.';
$strings['tool_enable'] = 'Enable tool';
$strings['tool_enable_help'] = '
@ -10,7 +10,7 @@ $strings['tool_enable_help'] = '
You need assign the <code>content_top</code> region.
';
$strings['PluginDisabled'] = 'Grading Electronic is disabed';
$strings['PluginDisabled'] = 'Electronic grading is disabed';
$strings['StudentId'] = 'Student ID';
$strings['ProviderId'] = 'Provider ID';
$strings['CourseHours'] = 'Course hours';

Loading…
Cancel
Save