{"id":22901382,"url":"https://github.com/mooerslab/voice-typing-quiz","last_synced_at":"2025-04-01T05:42:24.887Z","repository":{"id":209357024,"uuid":"723828795","full_name":"MooersLab/voice-typing-quiz","owner":"MooersLab","description":"Interactive quiz to help master the commands used in Voice Typing in Google Docs.","archived":false,"fork":false,"pushed_at":"2024-03-23T03:32:20.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T03:42:07.369Z","etag":null,"topics":["google-docs","interactive-quiz","quiz","voice-typing"],"latest_commit_sha":null,"homepage":"https://github.com/MooersLab/voice-typing-quiz","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MooersLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-26T21:37:21.000Z","updated_at":"2024-01-22T01:56:41.000Z","dependencies_parsed_at":"2023-11-26T22:28:50.915Z","dependency_job_id":"38ca4b17-7d79-460a-8d45-b997cb836632","html_url":"https://github.com/MooersLab/voice-typing-quiz","commit_stats":null,"previous_names":["mooerslab/voice-typing-quiz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MooersLab%2Fvoice-typing-quiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MooersLab%2Fvoice-typing-quiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MooersLab%2Fvoice-typing-quiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MooersLab%2Fvoice-typing-quiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MooersLab","download_url":"https://codeload.github.com/MooersLab/voice-typing-quiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591783,"owners_count":20801984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-docs","interactive-quiz","quiz","voice-typing"],"created_at":"2024-12-14T01:33:12.279Z","updated_at":"2025-04-01T05:42:24.870Z","avatar_url":"https://github.com/MooersLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Version](https://img.shields.io/static/v1?label=voice-typing-quiz\u0026message=0.2\u0026color=brightcolor)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\n# voice-typing-quiz\n\n## Purpose\nInteractive quiz to fresh recall of the commands used in Voice Typing in Google Docs.\nVoice Typing is found under the Tools pulldown menu.\n\nRecall of these commands fades in several days after first exposure to them.\nThe recall decreases more slowly with repeated exposure.\nThis quiz supports improving the recall.\n\n\n# Content\nThe quiz has 92 questions.\nThe answers are generally obvious from the question.\n\nA PDF version of the quiz is provided for those who are unable to run the interactive quiz.\n\n\n## Features\n\n- randomizes questions on each run\n- reports number of correct answers\n- reports time spent on quiz\n\n\n## Recommeded usage\nRun through questions repeatedly until recall is better than 90 percent and then get back to work.\nOne pass may take 10 minutes initially. \nAfter several passes, you will be able to use Voice Typing in an agile fashion.\nRetaking the every 2-3 days five times were reduce the decay of your recall of the commands.\nUnfortunately, most of us are too busy for such a disciplined approach.\n\n\n## Disclaimer\nThis is a programming tool, not an educational tool.\nIt provides no explanations and no context.\nIt just improves recall of commands in a rote manner.\n\n\n## Prerequisites\nYou need a recent version of Python3.\nYou also need one external module.\nInstall the module **pytictoc** with pip.\n\n```bash\npip install --user --upgrade pytictoc\n```\n\nor with a conda environement\n\n```bash\nconda activate \u003cenv name\u003e\npip install --upgrade pip \npip install pytictoc\n```\n\nIf you have an older version of python3, install the module **tictoc** instead.\n\n## Run one of two ways.\n\nYou will be asked to enter a number between 1 and 1. Enter 1.\nThen the interactive quiz will run.\n\n### Run in terminal\n\n```bash\n./qVoiceTyping\n```\n\nEnter control-D to interupt the quiz.\n\n### Run in Jupyter\nUse in Jupyter Notebook, JupyterLab, [JupyterLab.app](https://blog.jupyter.org/jupyterlab-desktop-app-now-available-b8b661b17e9a), or [nteract.app](https://nteract.io/).\nProbably works in Colab too.\nSelect the approprite Python kernel that taps into the Python interpreter with pytictoc installed.\n\nThe advantages of this approach is that results can be stored in the Notebook and its more fun to run the quiz in the notebook.\n\nCheck on present working directory in Jupyter by entering the following in a code cell.\n\n```bash\n!pwd\n```\n\nThe file qVoiceTyping.py must be in the pwd or you must give the full file path to qVoiceTyping.py.\nEnter the following in another code cell.\n\n```bash\n%run -i \"qVoiceTyping.py\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmooerslab%2Fvoice-typing-quiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmooerslab%2Fvoice-typing-quiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmooerslab%2Fvoice-typing-quiz/lists"}