2.0 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.0 Rating object How the drillable is rated (on average) by its users.
difficulty
optional
2.0 Rating object How difficult this drillable is perceived to be. The value is determined by Drillster based on aggregate answer statistics.