2.0 Drillables object

Represents a user's repertoire, or a subset thereof.

Example

{
  "total": 2,
  "drills": [{
    "id": "Ij9-TPxebLc_7VS-hIuUbg",
    "name": "Famous movie quotes",
    "subject": "Movie",
    "type": "DRILL",
    "size": 12,
    "description": "Learn the most famous English movie quotes.",
    "practice": {
      "proficiency": {
        "receptive": 50,
        "productive": 49,
        "overall": 49
      },
      "highestProficiency": {
        "receptive": 100,
        "productive": 100,
        "overall": 100
      },
      "expectedDuration": 2382
    }
  }, {
    "id": "1J-_acRwTnmyN03eMS5IHw",
    "name": "Most Famous Paintings in the World",
    "subject": "Art",
    "type": "DRILL",
    "size": 20,
    "description": "With this drill you can learn to recognize the 10 most famous paintings in the world.",
    "practice": {
      "proficiency": {
        "overall": 54
      },
      "highestProficiency": {
        "overall": 100
      },
      "expectedDuration": 1193
    }
  } ]
}

Fields

Field Type Description
total
required
Integer The number of entries in the list.

Example value: 2
drills
required
List of 2.0 Drillable objects The list of drills and/or courses.