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

Fixes 1432: Fix prototype exploration answer #1469

Merged
merged 5 commits into from
Jul 14, 2020
Merged

Conversation

aggarwalpulkit596
Copy link
Contributor

@aggarwalpulkit596 aggarwalpulkit596 commented Jul 13, 2020

Explanation

Fixes #1432

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The PR follows the style guide.
  • The PR does not contain any unnecessary auto-generated code from Android Studio.
  • The PR is made from a branch that's not called "develop".
  • The PR is made from a branch that is up-to-date with "develop".
  • The PR's branch is based on "develop" and not on any other branch.
  • The PR is assigned to an appropriate reviewer in both the Assignees and the Reviewers sections.

@aggarwalpulkit596 aggarwalpulkit596 changed the title Fix proto type answer Fixes 1432: Fix prototype exploration answer Jul 13, 2020
@@ -705,7 +705,7 @@ class StateFragmentTest {
onView(withId(R.id.submit_answer_button)).perform(click())
onView(withId(R.id.continue_navigation_button)).perform(click())

// Seventh state: Drag Drop Sort. Correct answer: Move 1st item to 3rd position.
// Seventh state: Drag Drop Sort. Correct answer: Move 1st item to 4rd position.
Copy link
Member

Choose a reason for hiding this comment

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

4th

Copy link
Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix @aggarwalpulkit596! LGTM minus some nits.

@@ -849,7 +849,7 @@
},
"content": {
"content_id": "content",
"html": "<p>Sort the following in ascending order, putting equal items in the same position.</p>"
"html": "<p>Sort the following in descending order, putting equal items in the same position.</p>"
Copy link
Member

Choose a reason for hiding this comment

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

I think that the first drag & drop state also says 'putting equal items in the same position' but grouping isn't enabled for it. Can you please fix the text accordingly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -705,7 +705,7 @@ class StateFragmentTest {
onView(withId(R.id.submit_answer_button)).perform(click())
onView(withId(R.id.continue_navigation_button)).perform(click())

// Seventh state: Drag Drop Sort. Correct answer: Move 1st item to 3rd position.
// Seventh state: Drag Drop Sort. Correct answer: Move 1st item to 4rd position.
Copy link
Member

Choose a reason for hiding this comment

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

You added another action here (e.g. you seem to be moving two things here); please clarify in the comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@aggarwalpulkit596 aggarwalpulkit596 merged commit 4b409e9 into develop Jul 14, 2020
@aggarwalpulkit596 aggarwalpulkit596 deleted the fix-answer branch July 14, 2020 10:58
@aggarwalpulkit596 aggarwalpulkit596 linked an issue Jul 22, 2020 that may be closed by this pull request
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.

Incorrect answers in Prototype exploration
2 participants