Skip to content
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

Fix #153/#154 : MultipleChoice/ItemSelection Interaction View #188

Closed

Conversation

veena14cs
Copy link
Contributor

@veena14cs veena14cs commented Sep 26, 2019

Explanation

This PR is duplicate of #184. It contains UI structure for Multiple choice and item selection interactions, and fixes #153 and #154.

Reference Design Doc: https://docs.google.com/document/d/1HFwDFcqenAXepbYr5rfawGHvkeBZpYvNMs228AWLn24/edit?usp=sharing

@veena14cs veena14cs changed the title Fix #153/#154 : MultipleChoiceInteractionView/ItemSelectionInteractionView Fix #153/#154 : MultipleChoice/ItemSelection InteractionView Sep 26, 2019
@veena14cs veena14cs changed the title Fix #153/#154 : MultipleChoice/ItemSelection InteractionView Fix #153/#154 : MultipleChoice/ItemSelection Interaction View Sep 26, 2019
@rt4914
Copy link
Contributor

rt4914 commented Sep 27, 2019

@veena14cs

Your code for checkbox and radio button works correct. Great job.

I have left some comments which you can resolve.

Also, you are using ContentInteractionFragment just for showing this demo and it actually serves no other purpose. And we know that we have to use these two views in the StateFragment, so I suggest you remove ContentInteractionFragment and shift your implementation in StateFragment.

Also, create a customview which handles your two views, checkout @nikitamarysolomanpvt PR on FractionInput, she has created a separate CustomView rather than handling everything in parent fragment.

Write test-cases for this code.

@rt4914
Copy link
Contributor

rt4914 commented Sep 27, 2019

@veena14cs your branch name contains '()' brackets, do not add brackets to a branch name, it is wrong convention. Also, if the branch name contains () then switching branches from terminal is not possible directly.

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

@rt4914 rt4914 assigned rt4914 and unassigned veena14cs Sep 27, 2019
@veena14cs
Copy link
Contributor Author

veena14cs commented Sep 27, 2019 via email

@veena14cs
Copy link
Contributor Author

veena14cs commented Sep 27, 2019 via email

@veena14cs
Copy link
Contributor Author

veena14cs commented Sep 27, 2019 via email

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

@rt4914
Copy link
Contributor

rt4914 commented Sep 27, 2019

#188 (comment)

@veena14cs

i understand that this naming convention is very confusing but it better if we get used to it so that we can communicate easily with @seanlip and @BenHenning , because they are used to these terms whereas we are completely new to this project and it is easier for us to follow this and difficult for them to change this naming now.

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

@veena14cs
Copy link
Contributor Author

Duplicate of this PR is been created here #196

@veena14cs veena14cs closed this Sep 30, 2019
@veena14cs veena14cs deleted the exploration-player-3-content-interaction(replica) branch September 30, 2019 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI Structure: MultipleChoiceInteractionView [Blocked: #150]
4 participants