-
Notifications
You must be signed in to change notification settings - Fork 1
[ISDK-75] Assessment submission API #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # src/pages/achievements/view/achievements-view.page.ts # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/activities/list/list.page.ts # src/pages/activities/list/popup.ts # src/pages/assessments/assessments.page.ts # src/pages/assessments/group/assessments-group.page.ts # src/pages/assessments/popup/items-popup.page.ts # src/pages/events/checkin/event-checkin.page.ts # src/pages/events/list/list.page.ts # src/pages/events/view/events-view.page.ts # src/pages/forget-password/forget-password.ts # src/pages/gallery/gallery.ts # src/pages/levels/list/list.ts # src/pages/login/login.ts # src/pages/magic-link/magic-link.ts # src/pages/rankings/list/rankings.page.ts # src/pages/rankings/view/ranking-badges.ts # src/pages/rankings/view/ranking-details.page.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/leaderboard/leaderboard-settings.page.ts # src/pages/settings/settings.page.ts # src/pages/team/team.ts # src/pages/term-condition/term-condition.page.ts
# Conflicts: # src/app/app.module.ts # src/pages/forget-password/forget-password.ts # src/pages/login/login.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/settings.page.ts # src/pages/term-condition/term-condition.page.ts
# Conflicts: # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/registration/register.page.ts # src/pages/reset-password/reset-password.ts
| public toastCtrl: ToastController, | ||
| public assessmentService: AssessmentService, | ||
| public submissionService: SubmissionService | ||
| private navCtrl: NavController, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @imkven, when do we use public and when do we use private? May I have a standard answer for this? Some parts of my code are using private, and some parts are using public, thats why I ask la, ^_^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change it to public when you do change next time on this file.
|
Since this branch is too old. I create another branch for this ticket. #51 |
https://intersective.atlassian.net/browse/ISDK-75