@universis/evaluations
Version:
Universis evaluations library
53 lines (52 loc) • 1.56 kB
JSON
{
"$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
"@id": "http://schema.org/SendInstructorTokenAction",
"name": "SendInstructorTokenAction",
"description": "The act of organizing tasks/objects/events by associating resources to it.",
"title": "SendInstructorTokenAction",
"abstract": false,
"sealed": false,
"inherits": "SendTokenAction",
"version": "1.1",
"fields": [
{
"name": "event",
"title": "Γεγονός αξιολόγησης",
"type": "ClassInstructorEvaluationEvent",
"nullable": false
},
{
"name": "numberOfStudents",
"description": "Σύνολο φοιτητών",
"type": "Integer"
}
],
"privileges": [
{
"mask": 15,
"type": "global"
},
{
"mask": 15,
"type": "global",
"account": "Administrators"
},
{
"mask": 1,
"type": "self",
"account": "Registrar",
"filter": "event/courseClassInstructor/courseClass/course/department eq departments()"
},
{
"mask": 1,
"type": "global",
"account": "QualityAssuranceUnit"
},
{
"mask": 1,
"type": "self",
"account": "QualityAssuranceDepartment",
"filter": "event/courseClassInstructor/courseClass/course/department eq departments()"
}
]
}