Type Definitions
MembeanQuizState
The parsed quiz data
- Object
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
type | "quiz" | The type of state | |||||||||
nav | Object | The navigation data | |||||||||
clock | Object | The clock Properties
| |||||||||
answer | Object | The answer Properties
|
- To Do
- actual question part (because it differs per question)
MembeanSpellTestState
The parsed spell check data
- Object
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
type | "spelltest" | The type of state | |||||||||
nav | Object | The navigation data | |||||||||
answer | Object | The answer Properties
|
- To Do
- actual question part (because it differs per question)
MembeanState
The type of state
- "new_word" |
"restudy" | "quiz" | "spelltest" | "take_a_break"
MembeanWordLearnExample
The example data
- Object
Name | Type | Description |
---|---|---|
text | String | The example text |
attribution | String | The example attribution |
MembeanWordLearnPart
The word part data
- Object
Name | Type | Description |
---|---|---|
part | String | The part of the word |
meaning | String | The meaning of the part |
MembeanWordLearnRelated
The related words
- Object
Name | Type | Description |
---|---|---|
word | String | The word |
definition | String | The definition |
MembeanWordLearnState
The parsed word learn data
- Object
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | T | The type of word learn | |||||||||||||||||||||||||||
nav | Object | The navigation data | |||||||||||||||||||||||||||
partOfSpeech | String | The part of speech | |||||||||||||||||||||||||||
level | String | The level | |||||||||||||||||||||||||||
word | String | The word | |||||||||||||||||||||||||||
orthoepy | String | The orthoepy | |||||||||||||||||||||||||||
pronounciation | String | The pronounciation | |||||||||||||||||||||||||||
image | String | The image | |||||||||||||||||||||||||||
context | Object | The context Properties
| |||||||||||||||||||||||||||
examples | Array.<MembeanWordLearnExample> | The examples | |||||||||||||||||||||||||||
wordStructure | Object | The word structure Properties
| |||||||||||||||||||||||||||
related | Object | The related words Properties
| |||||||||||||||||||||||||||
|