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

Replace Language code with icon in AudioBar #1845

Closed
rt4914 opened this issue Sep 16, 2020 · 14 comments · Fixed by #2499
Closed

Replace Language code with icon in AudioBar #1845

rt4914 opened this issue Sep 16, 2020 · 14 comments · Fixed by #2499
Assignees
Labels
good first issue This item is good for new contributors to make their pull request. Priority: Essential This work item must be completed for its milestone. Z-ibt Temporary label for Ben to keep track of issues he's triaged.

Comments

@rt4914
Copy link
Contributor

rt4914 commented Sep 16, 2020

Currently Audio Bar in exploration has a language code, as shown below:
Screenshot_1600232780

We should replace the language code to icon as shown below:
Screenshot 2020-09-16 at 10 37 42 AM

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).

@rt4914 rt4914 added this to the Beta milestone Sep 16, 2020
@rt4914 rt4914 added good first issue This item is good for new contributors to make their pull request. Priority: Essential This work item must be completed for its milestone. Status: Not started labels Sep 16, 2020
@MaskedCarrot
Copy link
Contributor

Hello, can I work on this issue?

@aggarwalpulkit596
Copy link
Contributor

@MaskedCarrot sure go ahead

@MaskedCarrot
Copy link
Contributor

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.

@aggarwalpulkit596
Copy link
Contributor

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 ?

This was referenced Sep 18, 2020
@rt4914
Copy link
Contributor Author

rt4914 commented Sep 18, 2020

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.

@MaskedCarrot Thats because you haven't filled the forms on this link:
https://github.com/oppia/oppia-android/wiki#onboarding-instructions

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.

@rt4914
Copy link
Contributor Author

rt4914 commented Sep 18, 2020

Adding @seanlip and @BenHenning if further investigation is needed.

@seanlip
Copy link
Member

seanlip commented Sep 18, 2020

@rt4914 This seems fine now, I think? I see a PR here.

@anandwana001
Copy link
Contributor

@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?
Because what I think here is the icon say translating from English to Japanses and the audio is in Hindi.

@rt4914
Copy link
Contributor Author

rt4914 commented Sep 21, 2020

@rt4914 This seems fine now, I think? I see a PR here.

@seanlip Thanks. Everything is correct now.

@rt4914
Copy link
Contributor Author

rt4914 commented Sep 21, 2020

@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?
Because what I think here is the icon say translating from English to Japanses and the audio is in Hindi.

@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 English to Japanese, instead its interpreted as Change Language option, which makes more sense here. Does this help?

@anandwana001
Copy link
Contributor

@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?
Because what I think here is the icon say translating from English to Japanses and the audio is in Hindi.

@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 English to Japanese, instead its interpreted as Change Language option, which makes more sense here. Does this help?

Yes, sounds good to me.

@BenHenning BenHenning added the Hacktoberfest This is a suggested Hacktoberfest issue. label Oct 1, 2020
@BenHenning
Copy link
Member

@MaskedCarrot are you still working on this issue?

@BenHenning BenHenning removed the Hacktoberfest This is a suggested Hacktoberfest issue. label Dec 3, 2020
@MaskedCarrot
Copy link
Contributor

MaskedCarrot commented Dec 4, 2020

@BenHenning I think this is blocked because audioFragmentTest are failing.

@anandwana001
Copy link
Contributor

@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.

BenHenning pushed a commit that referenced this issue Jan 30, 2021
* replace icon

* removed comment

* removed wild card import

* fixed ids of audio_fragment

* fixed failing tests

* lint fix

* fixed failing build

* added TODO for ignored robolectric test
@BenHenning BenHenning added the Z-ibt Temporary label for Ben to keep track of issues he's triaged. label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment