ItemSelectionInteraction text change on selection
See original GitHub issueEDIT (by @seanlip): See updated description here – https://github.com/oppia/oppia-android/issues/3169#issuecomment-1225305069
Previous description
As per Mock1, by default the text is Please select atleast one choice.
. If atleast one option is selected we hide this text and if the option is deselected then we show this text again.
Add this functionality and its relevant test.
Expected Cases:
- No item selected - Default Text -
Please select one or more choices.
- If total selection count is atleast 1 and less than allowable selections, change text to
You may select more choices.
- If total selection count is equal to allowable selections, change text to
No more than 4 choices may be selected.
You can experiment similar cases on What is a Fraction? . You will need to answer a lot of states before you will reach a state where you will find this interaction where you can select multiple options.
Issue Analytics
- State:
- Created 2 years ago
- Comments:27 (21 by maintainers)
Top Results From Across the Web
QCustomPlot Class Reference - larosterna
Sets the text color of the plot title ... If the selection state has changed by user interaction, the selectionChangedByUser signal is emitted....
Read more >nafari-2014a.pdf - Computer Science
as a visual log of formatted text. The choice of translating user interactions into questions rather than sentences is a means to engage ......
Read more >you must run vs code with admin privileges
Go to Solution Explorer in Visual Studio, right click the web project and select "Unload Project"; Next on the same project, right click...
Read more >ReactJS, the front-end JavaScript library developed by ...
A plethora of JavaScript libraries dedicated to front-end development have emerged over recent years. ReactJS is a good example of these.
Read more >Oppia Blog
The explorations can be sorted using the select dropdown and even by ... we've seen quite a change come through the Oppia interface....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can I work on this?
@anandwana001 I am currently not working on this.