Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

Review Entity

Reviews represent the study of a single Item. A single prompt can spawn many reviews. For example, studying a multi-character word will create reviews for the word and each of the individual characters (unless the definition is being studied).

Properties

  • itemId
    string of the id for the Item being studied
  • score
    integer between 1 and 4, inclusive
  • bearTime
    boolean of whether or not this Review's reviewTime should count toward the total time studied progress stats
  • submitTime
    timestamp of when the prompt was given
  • reviewTime
    float of the seconds between when the prompt was given and when the answer was given or shown. This value should be no higher than 15 for tone prompts, 30 for every other kind.
  • thinkingTime
    float of the seconds between when the prompt was given and when the writing was started This value should be no more than 10 for tone prompts, 15 for every other kind.
  • currentInterval
    copy of the interval property in the Item before the prompt
  • actualInterval
    integer of the seconds since the item was last studied
  • newInterval
    the new interval value calculated by the client using the Scheduling algorithm
  • wordGroup
    a string which is the same among reviews that are part of the same prompt (doesn't have to be anything in particular, just used for comparison)
  • previousInterval
    copy of the previousInterval property in the Item
  • previousSuccess
    copy of the previousSuccess property in the Item
  • missingAudioLang
    if the audio was missing for this review, include this, taking from Vocab.lang
  • missingAudioReading
    if the audio was missing for this review, include this, taking from Vocab.reading
  • missingAudioWriting
    if the audio was missing for this review, include this, taking from Vocab.writing