-
Notifications
You must be signed in to change notification settings - Fork 15
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
Native Quizzes #235
base: master
Are you sure you want to change the base?
Native Quizzes #235
Conversation
Please test thoroughly and rollout it incrementally because core feature |
@@ -0,0 +1,108 @@ | |||
package de.xikolo.models | |||
|
|||
import com.squareup.moshi.Json |
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.
Imports must be ordered in lexicographic order without any empty lines in-between |
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.
They are sorted and there are no newlines
da851e5
to
5a38d9c
Compare
5a38d9c
to
8ad0585
Compare
a8a5dee
to
0df170e
Compare
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.
Hey guys, just found this stale review. I'm not working for openHPI anymore, therefore my review is not a good idea.
Implementation of native quizzes for self-tests.
In the video there is a wrong time of submission shown. This is an error of the API. The web version has it too.
Fixes #211