mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-66074 core_grade: Documentation
This commit is contained in:
parent
47919bbe78
commit
9f1195fa66
9 changed files with 48 additions and 13 deletions
|
@ -15,15 +15,17 @@
|
|||
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
}}
|
||||
{{!
|
||||
@template core_grades/grades/grader/gradingpanel/point
|
||||
@template core_grades/grades/grader/gradingpanel/scale
|
||||
|
||||
Point-based grading template for use in the grading panel.
|
||||
Scale-based grading template for use in the grading panel.
|
||||
|
||||
Context variables required for this template:
|
||||
|
||||
Example context (json):
|
||||
{
|
||||
"grade": 47
|
||||
"value": 1,
|
||||
"selected": true,
|
||||
"title": "Motivational"
|
||||
}
|
||||
}}
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue