-
Notifications
You must be signed in to change notification settings - Fork 0
ChaoticaQuestion
UberSnip Developers edited this page Dec 17, 2016
·
2 revisions
| Variable Type | Variable Name | Description |
|---|---|---|
| String | Title | Question text |
| ObservableCollection | PossibleAnswers | Possible answers assigned to question |
| ChaoticaLanguage | LanguageFrom | Language from |
| ChaoticaLanguage | LanguageTo | Language to |
ChaoticaQuestion(String __Title, ChaoticaLanguage __LanguageFrom = ChaoticaLanguage.English, ChaoticaLanguage __LanguageTo = ChaoticaLanguage.Spanish)
private void NotifyPropertyChanged(String propertyName = "") //Allows app to recognize changes in ObservableCollection
Follow us on Twitter
Like us on Facebook
| Class | Description |
|---|---|
| ChaoticaCourse | Courses, contains list of courses. |
| ChaoticaLesson | Lesson, contains list of lessons. |
| ChaoticaQuestion | Question, examine question. |
| ChaoticaTarget | Target, list of possible answers for question. |
| ChaoticaWord | Words, English Spanish words. |