Ok, here's my third webpage, it's an attempt at a pseudo code, which is basically the instructions to make an internet program, which is
what we're supposed to be doing in internet programming in the first place. So...
Flashcards
First put the question on one side of the card along with four possible answers to the question on the bottom of the card. One answer will be correct and the other three will be distractors.
On the other side of the card put the answer that is correct, and an explanation as to why it is correct.
Make X amount of cards.
Shuffle the cards into a random sequence.
Display the front side of the first card in the sequence.
Now the person who is using the cards must choose an answer that he or she thinks is the correct one from the four that are displayed.
If the answer that the person chose is correct, a happy face will appear and that card will be put at the end of the sequence.
If the answer that was chosen is incorrect, two copies of that particular card will be made and placed at the end of the sequence so that the question will appear three times in a sequence and more emphasis can be put on learning that concept.
Also, if the answer chosen is incorrect a sad face will appear.
After the person chooses an answer, the next card must be displayed, and the process is repeated until the sequence ends.
Once the sequence ends, the steps should be repeated starting at step four.
Once every flashcard has been answered correctly, the steps will stop repeating.