Add timing/text assets and update audio files#38
Merged
Conversation
Migrate and expand lesson assets: add new reading and writing text files and pinyin, add timing JSON files for lessons and sections, and add many writing text assets. Remove the old flutter_app/assets/text/text_files directory. Also update numerous audio files and tweak README to reflect the new asset structure. This change appears to add timing metadata and reorganize text assets for the app's lessons while keeping audio updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a comprehensive set of Mandarin reading comprehension exercises at beginner, intermediate, and advanced levels, each provided in Chinese, Pinyin, and English. It also updates the
README.mdto reflect full feature parity with the original PWA, clarifies the Flutter client's scope, and documents asset syncing. Additionally, obsolete references to unimplemented features are removed, and some old vocabulary files are deleted.The most important changes are:
New Mandarin Reading Comprehension Content:
_zh.txt), Pinyin (_pinyin.txt), and English (_en.txt)—covering self-introduction, daily routine, weekend plans, dining at a restaurant, and environmental protection. Each includes a vocabulary list and comprehension questions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Documentation and Feature Updates:
flutter_app/README.mdto reflect full PWA feature parity, including SRS flashcards, quizzes, streaks, achievements, and progress portability. Clarified the Flutter client's scope and added instructions for syncing assets after PWA content generation. [1] [2] [3]Cleanup and Removal of Obsolete Content:
README.mdto unimplemented features (e.g., canvas-based character drawing, SRS flashcards, offline media caching).day10_zh.txt,day10_pinyin.txt,day10_en.txt). [1] [2] [3]