Chinese IB BSL Word Splitting Matching Quiz Helper
Essentially generates practice quizzes to prep for word splitting + matching + providing English definitions quizzes. Something that can help save massive amounts of time should the student attempt to manually generate practice quizzes.
ruby ./cn_quizsplit.rb PATH_TO_DUMP
Example:
ruby ./cn_quizsplit.rb word_dump.txt
The 'word dump' file is just a plain text file, with each phrase in its own line. By default, the program will split the phrase at the integer floor(len / 2), where len is the length of the phrase (the line). Otherwise, you can manually specify a split point by inserting a comma.
Depending on your terminal, the output from stdout might not format nicely when bluntly copied and pasted over to a word processor; if you have any suggestions on a possible approach or improvements feel free to open a pull request.
- Output into a nice readable printable file (ODT? PDF? DOC(X)?)
- Proper space control
- Possible frontend
- Provide answers
Note: SimSun font 16 seems to paste well on LibreOffice.