This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains 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
Owner
leggant
commented
May 5, 2020
•
edited
Loading
edited
- Create a script that will load questions text files strings
- create a loop to add each string into an array
- Create a script that will load answers text files strings
- create a loop to add each string into an array
Added update that reflects the ideas for the program so far.
This reverts commit 8542031.
leggant
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
May 5, 2020
leggant
commented
May 5, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed this task. Text files now load into an array with 50 memory slots. these will need to be adjusted to ensure there are enough spaces for every line of text in the text files.
…ram. These are loaded in to seperate arrays which can be referenced later. The arrays may need to be changed in to multi dimensional arrays to account for the different categories of questions and answers. Or these could be split in to seperate text files that are loaded in to seperate additional arrays .
please have a look and test the program to have a better understanding of what we need and what needs to be done .
Completed and tested the script to load external text files into arrays in the program. Please check and commit this to the stage 1 branch |
… namespace. Feel free to change this.
…efore asking user for their name.
This was
linked to
issues
May 14, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.