Row 1: Program Purpose and Function |
1 |
The program purpose of this site is to help users manage their personal stocks. One of the functions of mine is that the user will take a quiz that would recommend them a stock based on their preferences. There will also be a quiz that tests you on different terms that are related to to the stock market to show your understanding. |
Row 2: Data Abstraction |
1 |
I will have questions that are pulled from a list that is provided, also plan on adding a feature that would allow for users to suggest their own questions. |
Row 3: Managing Complexity |
1 |
I plan on making the code more compact and efficient so that I can have teh same features but in a smaller amount of code. |
Row 4: Procedural Abstraction |
1 |
It will pull the questions and the correct answer from the database so they can answer them. |
Row 5: Algorithm Implementation |
1 |
It will take the score that the user gets on the quiz and give it out as a result. |
Row 6: Testing |
1 |
I show how the quiz works and how the result works correctly afterwards. |