You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhET is considering a "Tier 1" Voicing feature, which is a subset of the full Voicing feature. We need to change the Preferences Dialog content slightly for publishing with "Tier 1".
"Tier 1" includes everything excpet for object and context responses. So the only change we need to make is to hide the checkboxes that enable those responses.
The above commits add a supportsTier1Voicing field to initialize-globals and package.json. When present, Voicing is enabled but controls for object and context responses are hidden from the user and those responses are disabled.
I would like to review this with the team to make sure this name is OK. We should decide how to organize this in perennial lists. Related to phetsims/trig-tour#108.
I discussed the supportsTier1Voicing with the dev team. They mentioned that it is unfortunate that there is supportsTier1Voicing and also supportsVoicing. It would be more simple and clear if there were only one query parameter for each feature.
supportsVoicing should take values that indicate the tier like
PhET is considering a "Tier 1" Voicing feature, which is a subset of the full Voicing feature. We need to change the Preferences Dialog content slightly for publishing with "Tier 1".
"Tier 1" includes everything excpet for object and context responses. So the only change we need to make is to hide the checkboxes that enable those responses.
This content:
Needs to be hidden.
Fro phetsims/trig-tour#108.
The text was updated successfully, but these errors were encountered: