This document presents pseudocode for an algorithm to determine if a student has learned enough from a course. The algorithm first checks if the student's learning is above a threshold. If not, it repeats the course in a loop until their learning passes the threshold. The document provides introductory information and pseudocode for one algorithm, with a brief conclusion.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views1 page
Pseudocode Algorithm Creation Guide
This document presents pseudocode for an algorithm to determine if a student has learned enough from a course. The algorithm first checks if the student's learning is above a threshold. If not, it repeats the course in a loop until their learning passes the threshold. The document provides introductory information and pseudocode for one algorithm, with a brief conclusion.