Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

External Q&A Text Files #3

Merged
merged 14 commits into from
May 9, 2020
Merged

External Q&A Text Files #3

merged 14 commits into from
May 9, 2020

Conversation

leggant
Copy link
Owner

@leggant leggant commented May 5, 2020

  • 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

@leggant leggant added enhancement New feature or request good first issue Good for newcomers labels May 5, 2020
@leggant leggant added this to the User Questions and Answers milestone May 5, 2020
Copy link
Owner Author

@leggant leggant left a 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 .
@leggant leggant linked an issue May 5, 2020 that may be closed by this pull request
chooke and others added 3 commits May 6, 2020 15:28
please have a look and test the program to have a better understanding of what we need and what needs to be done .
@leggant
Copy link
Owner Author

leggant commented May 7, 2020

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

@leggant leggant merged commit 103206a into InitialFiles May 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question & Answer Text Answers to add to text files Simplify the input from external text files
4 participants