mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Added initial class skeletons
This commit is contained in:
34
lib/Test.js
Normal file
34
lib/Test.js
Normal file
@@ -0,0 +1,34 @@
|
||||
'use strict';
|
||||
|
||||
class Test {
|
||||
testId;
|
||||
testTemplateId;
|
||||
classId;
|
||||
testDate;
|
||||
|
||||
constructor () {
|
||||
|
||||
}
|
||||
|
||||
get class() {
|
||||
|
||||
}
|
||||
|
||||
get students() {
|
||||
|
||||
}
|
||||
|
||||
get testTemplate() {
|
||||
|
||||
}
|
||||
|
||||
calculateAverageScore() {
|
||||
|
||||
}
|
||||
|
||||
calculateGradeBoundaries() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Test;
|
||||
Reference in New Issue
Block a user