-
Notifications
You must be signed in to change notification settings - Fork 0
ChaoticaLesson
UberSnip Developers edited this page Dec 17, 2016
·
2 revisions
| Variable Type | Variable Name | Description |
|---|---|---|
| String | Title | Lesson title |
| String | Description | Lesson Description |
| String | ImageSource | /Assets/{source}.png, Loads lesson image |
| ObservableCollection | Questions | Questions assigned to lesson |
ChaoticaLesson(String __Title, String __Description)
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. |