Function
Static Public Summary | ||
public |
|
|
public |
Ex1(data: *, index: *, size: *) |
|
public |
Ex2(data: *, index: *, size: *) |
|
public |
Ex3(data: *, index: *, size: *) |
|
public |
Ex4(data: *, index: *, size: *) |
|
public |
Exercise(data: *, index: *, size: *) |
|
public |
|
|
public |
Home() |
|
public |
NotFound() |
|
public |
Starter() |
Static Public
public EmptyPage(newFields: undefined) source
import EmptyPage from 'language_practice_platform/app/pages/empty_page.js'
Params:
Name | Type | Attribute | Description |
newFields | undefined |
|
public Ex1(data: *, index: *, size: *) source
import Ex1 from 'language_practice_platform/app/exercises/ex1.js'
Params:
Name | Type | Attribute | Description |
data | * | ||
index | * | ||
size | * |
public Ex2(data: *, index: *, size: *) source
import Ex2 from 'language_practice_platform/app/exercises/ex2.js'
Params:
Name | Type | Attribute | Description |
data | * | ||
index | * | ||
size | * |
public Ex3(data: *, index: *, size: *) source
import Ex3 from 'language_practice_platform/app/exercises/ex3.js'
Params:
Name | Type | Attribute | Description |
data | * | ||
index | * | ||
size | * |
public Ex4(data: *, index: *, size: *) source
import Ex4 from 'language_practice_platform/app/exercises/ex4.js'
Params:
Name | Type | Attribute | Description |
data | * | ||
index | * | ||
size | * |
public Exercise(data: *, index: *, size: *) source
import Exercise from 'language_practice_platform/app/exercises/exercise.js'
Params:
Name | Type | Attribute | Description |
data | * | ||
index | * | ||
size | * |
public Generator(set: *, parentInvocation: string) source
import Generator from 'language_practice_platform/app/generator.js'
Params:
Name | Type | Attribute | Description |
set | * | ||
parentInvocation | string |
|