2.1.1 Reception object
Represents the reception of a given public drillable.
The reception consists of:
- popularity: how many users has this drillable attracted?
- appreciation: how is the quality of the drillable rated by users?
- difficulty: how difficult is this drillable as perceived by its users?
Example
{
"popularity": 2,
"appreciation": {
"points": 4,
"score": 82
},
"difficulty": {
"points": 1,
"score": 5
}
}
Fields
Field | Type | Description |
---|---|---|
popularity optional |
Integer | The number of users that the drillable has attracted. |
appreciation optional |
2.1.1 Rating object | How the drillable is rated (on average) by its users. Example value: { "points": 4, "score": 82 } |
difficulty optional |
2.1.1 Rating object | How difficult this drillable is perceived to be. The value is determined by Drillster based on aggregate answer statistics. Example value: { "points": 4, "score": 82 } |
Last updated on