mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
921 B
16 lines
921 B
6 years ago
|
# Object Attribute Reference
|
||
|
## List all preset object attributes
|
||
|
|
||
|
---
|
||
|
|
||
|
| Attribute | Type | Value | Description |
|
||
|
|-------------------|-----------|-------|-------------|
|
||
|
| `xp` | function | A valid function to calculate experience points, such as `exerciceExpCalculation`, `examExpCalculation` or `raidExpCalculation` | This attribute define via a function the amount of exeperience points that an object will give. |
|
||
|
| `correctionPrice` | function | A valid function to calculate the amount of correction points needed to text a result, such as `correctionPrice` | This attribute define via a function the amount of correction points needed to test an exercise. |
|
||
|
| `scopeStart` | function | | |
|
||
|
| `scopeEnd` | function | | |
|
||
|
| `startDay` | function | | |
|
||
|
| `status` | function | | |
|
||
|
| `time` | string | | |
|
||
|
| `week` | function | | |
|