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.
function: calculate ingredient amounts for recipe - read ingredient amounts for a single serving from database - read number of servings desired by user - multiply number of servings by the single serving amounts - return result
❏ 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.