https://github.com/pedro-avalos/memory_verse_bot
A program to randomly remove words from a passage to help memorize Bible verses
https://github.com/pedro-avalos/memory_verse_bot
bible test verses
Last synced: 3 months ago
JSON representation
A program to randomly remove words from a passage to help memorize Bible verses
- Host: GitHub
- URL: https://github.com/pedro-avalos/memory_verse_bot
- Owner: pedro-avalos
- License: mit
- Created: 2019-11-09T04:16:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T16:59:10.000Z (over 5 years ago)
- Last Synced: 2025-01-26T09:15:35.772Z (4 months ago)
- Topics: bible, test, verses
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memory_verse_bot
A program to randomly remove words from a passage to help memorize Bible verses
## Table of Contents
1. Requirements
2. Recommended Modules
3. Installation
4. Configuration
5. Known Issues## 1. Requirements
Ruby:
## 2. Recommended Modules
Visual Studio Code:
Ruby Language Support for VS Code:
Ruby Solargraph:
Code Runner:## 3. Installation
First install Ruby. Then download and extract the .zip file from this GitHub repository.
## 4. Configuration
To run this program you'll have to use the CMD with Ruby that comes with Ruby's installation.
1. Search for 'Start Command Prompt with Ruby'.
2. Open 'Start Command Prompt with Ruby'.
3. Go to the directory of the memory_verse_bot.rb file.
4. Type: 'ruby memory_verse_bot.rb'.## 5. Known Issues
### NOT SOLVED
### SOLVED
1. The program sometimes fails when checking the user's input for a blank; this leads to the grading to fail and the blank-filling to fail as well. SOLUTION: typo in code where the punctuation is supposed to be removed from the answer
2. Quotation marks are not being added back into the blanks, but all other marks are. SOLUTION: Use unicode characters \u201c and \u201d instead of \"