phetsims / equality-explorer

"Equality Explorer" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 3 forks source link

Changes to Solve It! game #164

Closed pixelzoom closed 2 years ago

pixelzoom commented 3 years ago

In https://github.com/phetsims/equality-explorer/issues/163, we added the easyLevel1 query parmeter that was used in a study. It simplified the challenges for level 1.

As a result of that study, changes to the game were proposed in https://github.com/phetsims/equality-explorer/issues/163#issuecomment-827778502.

@amanda-phet said:

@kathy-phet and I discussed this.

@pixelzoom I'm thinking I'd like to add a new level between 1 and 2 (so a new level 2).

Level 1: "easy" level 1 [what is currently ?easyLevel1] Level 2: challenges with negative coefficients [modified Level 1, only challenge types 1 and 3, with a = [-10,-1] and d = [-10,-1] with the first challenge being type 1 and a=-1] Level 3: [current level 2, no change] Level 4: [current level 3, no change] Level 5: [current level 4, no change]

This is obviously a major change, so we should discuss the cost and timeline. We can do it here or schedule a quick design meeting to review questions. I tried to summarize level 2 above, but it would probably benefit from a more robust spec.

pixelzoom commented 3 years ago

In https://github.com/phetsims/equality-explorer/issues/163#issuecomment-827950501, I provided a list of tasks and time estimates:

This would be relatively straightforward, but time consuming. Here are the tasks and time estimates.

@amanda-phet design:

@pixelzoom implementation (2-4 hours):

@pixelzoom maintenance release (1-3 hours):

pixelzoom commented 3 years ago

In https://github.com/phetsims/equality-explorer/issues/163#issuecomment-828000540, @kathy-phet said:

@pixelzoom - We have funding for this, and it would be good to have for our grant work. There is no current deadline for this work, but in general I think it would be nice to have it published with this by start of 2021-22 school year.

I replied:

Sounds good. As @amanda-phet suggested, let's schedule a quick design meeting about this, to make sure we're all on the same page.

pixelzoom commented 3 years ago

For discussion at 4/29 design meeting...

DECISION: master only, no maintenance release.

To clarify... You still want all 3 challenge types in level 1, but types 1 & 3 should be adjusted as for the easyLevel1 query parameter. Is that correct?

DECISION: Yes, that is correct.

Level 2: challenges with negative coefficients [modified Level 1, only challenge types 1 and 3, with a = [-10,-1] and d = [-10,-1] with the first challenge being type 1 and a=-1]

DECISION: See specification of Level 2 in design doc. I will remove yellow highlighting when I'm done.

Level descriptions are translated strings. They appear in the "Info" dialog, and in the scoreboard. All of the translated strings will now be incorrect. Should we attempt to fix the translated strings? Or should be abandon the current string keys and create new keys for all level descriptions? I recommend the latter. In either case, inform translators that these need to be translated.

DECISION: Abandon current string keys, create new string keys, inform translators of the update.

  "level1": {
    "value": "<b>Level 1</b>  One-step equations"
  },
  "level2": {
    "value": "<b>Level 2</b>  Two-step equations"
  },

DECISION: "level2" -> "Level 2 One-step equations with negative coefficients"

Here are the options for button layout. Spacing is adjustable in either case.

Single row:

screenshot_967

Grid:

screenshot_968

DECISION: Single row, with spacing: 20.

DECISION: Yes, to prevent it from being added to a production release by the maintenance release process.

pixelzoom commented 3 years ago

4/29/21 design meeting @amanda-phet @kathy-phet @pixelzoom

We discussed the items in https://github.com/phetsims/equality-explorer/issues/164#issuecomment-829226364. Decisions are interspersed in that comment with "DECISION".

pixelzoom commented 3 years ago

A bug chunk of this has been completed in the above commit.

Still to be done:

pixelzoom commented 3 years ago

I've finished this work, but noted a problem in Level 2 specification. In the design doc:

First challenge should be type 1 with a=-1. Second challenge should be type 3 with a=-1

Type 3 does not include a. And if this was supposed to be d=-1, then the first two challenges will both be of the form -x = c, and c is highly likely to be the same for both challenges (changing that would be a big task.) So... For now, I've ignored the "Second challenge..." specification, and Level 2 starts with one challenge of the form -x = c.

@amanda-phet please review in 1.1.0-dev.3, and let me know if you'd like to make changes.

pixelzoom commented 3 years ago

By the way... Running with ?showAnwers might make this easier to review. To use that query parameter, you need to follow the instructions to identify yourself as a PhET team member in your browser, see the "How to identify yourself as a PhET team member" section of https://github.com/phetsims/special-ops/blob/master/doc/phetTeamMember.md#how-to-identify-yourself-as-a-phet-team-member

amanda-phet commented 3 years ago

Type 3 does not include a. And if this was supposed to be d=-1, then the first two challenges will both be of the form -x = c, and c is highly likely to be the same for both challenges (changing that would be a big task.) So... For now, I've ignored the "Second challenge..." specification, and Level 2 starts with one challenge of the form -x = c.

Thanks for pointing that out. We should only specify the first challenge and the rest can be random. I've updated the design doc.

amanda-phet commented 3 years ago

The levels all look perfect!

pixelzoom commented 3 years ago

Excellent. Let me know if there's anything else to be done here. If not, feel free to unassign yourself.

In the meantime, I'll label this as "fix-awaiting-deploy" for verification in the next QA cycle.

liammulh commented 3 years ago

The changes described above seem to have been implemented correctly. Reassigning @pixelzoom.

pixelzoom commented 3 years ago

Thanks @liam-mulhall.

Closing.

pixelzoom commented 3 years ago

Assigning to @amanda-phet to decide when and how this gets deployed. Note that this work was only done in master, so a maintenance release would require more work.

amanda-phet commented 2 years ago

@pixelzoom I think we are ready to publish this sim, and QA has capacity to test. Can you go ahead and start the maintenance release process?

pixelzoom commented 2 years ago

@amanda-phet asked:

... Can you go ahead and start the maintenance release process?

From https://github.com/phetsims/equality-explorer/issues/164#issuecomment-829226364:

**DECISION: master only, no maintenance release.***

This cannot be done via a maintenance release. The 1.0 branch is pre-ES6, and cannot be easily patched. Re-publishing requires a full QA process.

Unassigning until there's a QA plan in https://github.com/phetsims/equality-explorer/issues/167.

KatieWoe commented 2 years ago

@pixelzoom to clarify: QA should test that

  1. The changes to level described in https://github.com/phetsims/equality-explorer/issues/164#issue-870485681 took place
  2. The levels can all be completed as expected
  3. No new bugs in the game were introduced

Is this correct? Or is there an aspect that I'm missing?

pixelzoom commented 2 years ago

Yes @KatieWoe, that's correct. And the challenges for each level are fully described in Equality Explorer - game challenge generation (aka, "the design doc").

KatieWoe commented 2 years ago

Challenges look ok, but leaving open for now due to https://github.com/phetsims/equality-explorer/issues/169

pixelzoom commented 2 years ago

169 is resolved and in review, so this issue can be closed.