Create pseudocode for each programming function your chatbot will need to perform your defined tasks.
Resource: Pseudocode on Wikipedia
See the example pseudocode below as a guide. Don't worry about syntax. Pseudocode is meant to describe, in plain english, what you will need the computer to process.
❏ Deliverable
A document containing each functions pseudocode.
✓- Below Standard
✓ At Standard
✓+ Above Standard
The pseudocode is incomplete and doesn't clearly describe what each function will do.
The pseudocode clearly defines the basic operations of each chatbot function, providing a good template for coding the Javascript functions.
The pseudocode provides a detailed description of each function that thoughtfully considers the logic needed for the programming.