-
Notifications
You must be signed in to change notification settings - Fork 527
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
Replace Language code with icon in AudioBar #1845
Comments
Hello, can I work on this issue? |
@MaskedCarrot sure go ahead |
I tried creating a pr but the bot closes it every time and I can't figure out the reason for this from the documentation. Can you please help me. |
https://github.com/oppia/oppia/wiki/Contributing-code-to-Oppia#setting-things-up you have to follow the steps here first. Have you completed all of the steps mentioned here ? |
@MaskedCarrot Thats because you haven't filled the forms on this link: Also, if you are fully sure that you have filled both the forms - CLA and contributor survey, then when you finish it just take screenshot and share it with us and maybe we can look into the issue. But in most cases it happens if the student does not fill all the details. |
Adding @seanlip and @BenHenning if further investigation is needed. |
@rt4914 quick question, If we are moving towards icon this means the check the current language a user has to click on the icon and check on the dialog box which language is currently selected. Or are we going to have multiple icons which shows language translations? For example with the above icon which shows English and Japanese or may be Chinese, should we go for icons like English to Hindi and for all other translations? |
@anandwana001 What you have mentioned it actually correct but this was finalised after the user study and as per results, students are not thinking that its audio change from |
Yes, sounds good to me. |
@MaskedCarrot are you still working on this issue? |
@BenHenning I think this is blocked because audioFragmentTest are failing. |
It's merged. You can continue the work, if you need any help in testing part let's connect over Gitter. |
Currently Audio Bar in exploration has a language code, as shown below:
We should replace the language code to icon as shown below:
Reference: https://xd.adobe.com/view/e8aa4198-3940-47f9-514a-f41cc54457f6-9e9b/screen/d74f0571-471f-4ea6-a3a5-32e135253c56/
The tests in AudioFragmentTest need to be updated (see the TODOs there).
The text was updated successfully, but these errors were encountered: