-
Notifications
You must be signed in to change notification settings - Fork 541
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
[Feature Request]: Change Lessons/Revision to Learn/Study on the topic screen, and update "revision card" to "study guide" (where needed) #5651
Comments
@adhiamboperes I’d like to work on this issue. |
Hi @Harsh2118-hub , we’d love to hear your proposed solution. If it sounds good, we’ll assign it to you and you can create a PR. |
@TanishMoral11 can you please guide me how to approach on this issue |
Hey @Harsh2118-hub , |
hey, I like to work on this issue |
The simplest solution could be to change the string resource to "Learn and Study." However, one issue arises. For example, consider the term "Lesson." We use "Lesson" extensively in our code for naming files, functions, and variables related to the "Lesson" tab. If we decide to rename it to "Learn," do we need to update all references in the code or only change what is necessary to make it work? |
@jainv4156 , I believe that changing only the necessary references would be a good approach. Here’s what I suggest:
@adhiamboperes Do you have any suggestions or thoughts on this approach? |
Assigned this issue to you @jainv4156 . |
@seanlip, this issue involves updating user-facing references of "revision card" to "Study Guide." However, the term "revision card" appears extensively in other areas, such as proto enums, assets, and related variable names. From a technical maintenance standpoint, should we limit the changes to UI strings while keeping everything else unchanged? |
Hi @adhiamboperes, I think this is a decision for the technical leadership. Could you please check with @BenHenning and get his take on it? Personally, I think getting rid of "revision card" completely might be better if it's easy and safe to do (we already have the term "subtopic page" on Web and will need to keep that in the storage layer, so it'd be good to drop "revision card" fully so that we don't end up with 3 names for the same thing). But I don't know where the "seams" on Android are, and which parts are hard to change, so I think it's better to align with @BenHenning on that. |
I'm not keen on a massive codebase-wide rename here, especially since there's a nonzero chance we rename this again in the future (I'm not convinced the new name is stable enough). It seems like far more work than is beneficial right now, and is very likely to have unexpected consequences for some features like feedback reporting. It's definitely possible to do a rename like this, but it needs to be planned out. It seems a lot easier to document the equivalence of the features somewhere (i.e. probably a glossary on the wiki, and one or two key locations in code KDocs). |
Thanks @BenHenning! @jainv4156 has so far made the string changes, and I believe we need to update the glossary wiki in the same PR. |
@seanlip, this is now closed but we don't have the comment permissions for the linked doc. Assigning over to you! |
Thanks @adhiamboperes and @jainv4156 ! I've updated the doc so this issue can be considered fully complete. |
Is your feature request related to a problem? Please describe.
We've found that learners find it hard to understand the differences between the tabs in the topic screen in the Android app. In some cases they miss/skip the Revision tab altogether. See oppia/design-team#74 for more info.
Describe the solution you'd like
After discussion with the UX Writing team, we would like to rename these tabs to "Learn" and "Study", respectively.
Additionally, change "revision card" to "study guide" wherever it is used in the UI.
Also, when the corresponding PR is merged, please leave a comment on this doc to update it with the new terminology once the next Android release goes out.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: