Type Definitions

MembeanQuizState

The parsed quiz data

Type:
  • Object
Properties
NameTypeDescription
type"quiz"

The type of state

navObject

The navigation data

clockObject

The clock

Properties
NameTypeDescription
elapsedString

The elapsed time

totalString

The total time

answerObject

The answer

Properties
NameTypeDescription
passMembeanNavigator

The pass navigator

failMembeanNavigator

The fail navigator

To Do
  • actual question part (because it differs per question)

MembeanSpellTestState

The parsed spell check data

Type:
  • Object
Properties
NameTypeDescription
type"spelltest"

The type of state

navObject

The navigation data

answerObject

The answer

Properties
NameTypeDescription
passMembeanNavigator

The pass navigator

failMembeanNavigator

The fail navigator

To Do
  • actual question part (because it differs per question)

MembeanState

The type of state

Type:
  • "new_word" | "restudy" | "quiz" | "spelltest" | "take_a_break"

MembeanWordLearnExample

The example data

Type:
  • Object
Properties
NameTypeDescription
textString

The example text

attributionString

The example attribution

MembeanWordLearnPart

The word part data

Type:
  • Object
Properties
NameTypeDescription
partString

The part of the word

meaningString

The meaning of the part

MembeanWordLearnRelated

The related words

Type:
  • Object
Properties
NameTypeDescription
wordString

The word

definitionString

The definition

MembeanWordLearnState

The parsed word learn data

Type:
  • Object
Properties
NameTypeDescription
typeT

The type of word learn

navObject

The navigation data

partOfSpeechString

The part of speech

levelString

The level

wordString

The word

orthoepyString

The orthoepy

pronounciationString

The pronounciation

imageString

The image

contextObject

The context

Properties
NameTypeDescription
exampleSentenceString

The example sentence

quizObject

The quiz

Properties
NameTypeDescription
questionString

The question

answerString

The answer

choicesArray.<String>

The choices

definitionString

The definition

quickLookString

The quick look

examplesArray.<MembeanWordLearnExample>

The examples

wordStructureObject

The word structure

Properties
NameTypeDescription
definitionString

The definition

partsArray.<MembeanWordLearnPart>

The parts

relatedObject

The related words

Properties
NameTypeDescription
synonymsArray.<MembeanWordLearnRelated>

The synonyms

antonymsArray.<MembeanWordLearnRelated>

The antonyms