An open API service indexing awesome lists of open source software.

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

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 \"