-
Notifications
You must be signed in to change notification settings - Fork 527
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
Manually apply multiple-single-input-interaction changes to develop [DO NOT MERGE] #266
Manually apply multiple-single-input-interaction changes to develop [DO NOT MERGE] #266
Conversation
branch (with patch rejections).
/cc @veena14cs |
…nteraction-from-develop Conflicts: app/src/main/java/org/oppia/app/player/state/StateAdapter.kt
…nteraction-from-develop Conflicts: app/src/main/java/org/oppia/app/player/state/StateAdapter.kt app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
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.
app/src/sharedTest/java/org/oppia/app/player/audio/CellularDataDialogFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/audio/AudioFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/state/StateFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/state/StateSelectionInteractionTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/state/StateSelectionInteractionTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/state/StateSelectionInteractionTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/player/state/StateSelectionInteractionTest.kt
Show resolved
Hide resolved
@veena14cs can you please address this. |
Resolved. |
2 similar comments
Resolved. |
Resolved. |
@veena14cs I think you should add test -cases related to configuration change too. Currently once the learner has selected some options and if you rotate the phone, then the selected options are not there. I think you should fix that and add configuration change test case accordingly. |
Yes I am trying to figure it out, because there is list inside a list. |
Hi folks. Out of curiosity, why are we committing to this branch? :) This was meant to be an example of moving the multiple choice interaction to be based on develop, but it's not meant to actually go through a review. |
Still this issue is there
|
I have done a quick look on this review ,One of the test case is failing and some issues on ui are already addressed by rajat.
Iam unassigning and if you want me to review again please reassign |
New PR is been created here #276 . It is upto date with develop but it depends on #205 and #275 . |
Similar to #265, this is a version of #258 that's based on
develop
viacontent-card-from-develop
. The process for creating this was similar to #265.