phpDocumentor KuoteObjects
[ class tree: KuoteObjects ] [ index: KuoteObjects ] [ all elements ]

Element index for package KuoteObjects

Package indexes

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ q ] [ r ] [ s ] [ u ] [ v ] [ _ ]

_

_

__construct
in file Course.php, method KuoteObjects_Course::__construct()
    Constructor instantiates $course as a DataObjects_Course object.
__construct
in file CourseOffering.php, method KuoteObjects_CourseOffering::__construct()
    Constructor instantiates $courseOffering as a DataObjects_CourseOffering object.
__construct
in file Enrollment.php, method KuoteObjects_Enrollment::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
__construct
in file Learning.php, method KuoteObjects_Learning::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
__construct
in file LearningOffering.php, method KuoteObjects_LearningOffering::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
__construct
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::__construct()
    Constructor instantiates $enrollment as a DataObjects_LearningOfferTaken object.
__construct
in file Question.php, method KuoteObjects_Question::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
__construct
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
__construct
in file Quiz.php, method KuoteObjects_Quiz::__construct()
    Constructor instantiates all the neccessary objects for the quiz to function.
__construct
in file Result.php, method KuoteObjects_Result::__construct()
    Constructor instantiates $result as a DataObjects_Result object.
__construct
in file TestDrive.php, method KuoteObjects_TestDrive::__construct()
    Constructor instantiates all the neccessary objects for the quiz to function.
__construct
in file User.php, method KuoteObjects_User::__construct()
    Constructor instantiates $enrollment as a DataObjects_Enrollment object.
a

a

answerQuestion
in file Quiz.php, method KuoteObjects_Quiz::answerQuestion()
    Takes the given option number an 'answers' the question with it.
answerQuestion
in file TestDrive.php, method KuoteObjects_TestDrive::answerQuestion()
    Takes the given option number an 'answers' the question with it.
c

c

$courseOffering
in file CourseOffering.php, variable KuoteObjects_CourseOffering::$courseOffering
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
$courseOfferings
in file CourseOfferingSet.php, variable KuoteObjects_CourseOfferingSet::$courseOfferings
    Array to hold course offering objects
count
in file CourseOfferingSet.php, method KuoteObjects_CourseOfferingSet::count()
    Returns the number of offerings in this set.
count
in file EnrollmentSet.php, method KuoteObjects_EnrollmentSet::count()
    Returns the number of Enrollments in this set.
count
in file LearningOfferingSet.php, method KuoteObjects_LearningOfferingSet::count()
    Returns the number of Enrollments in this set.
count
in file QuestionSet.php, method KuoteObjects_QuestionSet::count()
    Returns the number of Enrollments in this set.
$currentQuestion
in file Quiz.php, variable KuoteObjects_Quiz::$currentQuestion
    Variable to contain the question currently being asked in the quiz.
$currentQuestionAnswered
in file Quiz.php, variable KuoteObjects_Quiz::$currentQuestionAnswered
    Variable to contain the QuestionAnswered for the question currently being asked in the quiz.
count
in file ResultSet.php, method KuoteObjects_ResultSet::count()
    Returns the number of Enrollments in this set.
d

d

delete
in file Course.php, method KuoteObjects_Course::delete()
    Removes the course from the datastore based on the course Id
delete
in file CourseOffering.php, method KuoteObjects_CourseOffering::delete()
    Removes the course offering from the datastore based on the Id.
delete
in file Enrollment.php, method KuoteObjects_Enrollment::delete()
    Removes the object from the datastore based on it's Id
delete
in file Learning.php, method KuoteObjects_Learning::delete()
    Removes the object from the datastore based on it's Id
delete
in file LearningOffering.php, method KuoteObjects_LearningOffering::delete()
    Removes the object from the datastore based on it's Id
displayLearningOfferingSelectionForms
in file LearningOfferingSet.php, method KuoteObjects_LearningOfferingSet::displayLearningOfferingSelectionForms()
    Returns an HTML_QuickForm object to disply a list of learning offerings to take.
delete
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::delete()
    Removes the object from the datastore based on it's Id
delete
in file Question.php, method KuoteObjects_Question::delete()
    Removes the object from the datastore based on it's Id
delete
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::delete()
    Removes the object from the datastore based on it's Id
delete
in file Result.php, method KuoteObjects_Result::delete()
    Removes the course from the datastore based on the course Id
delete
in file User.php, method KuoteObjects_User::delete()
    Removes the object from the datastore based on it's Id
e

e

$enrollment
in file Enrollment.php, variable KuoteObjects_Enrollment::$enrollment
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
enroll
in file Enrollment.php, method KuoteObjects_Enrollment::enroll()
    Creates a new enrollment for the given User Id and Course Offering Id.
$enrollments
in file EnrollmentSet.php, variable KuoteObjects_EnrollmentSet::$enrollments
    Array to hold enrollment objects
$enrollment
in file Quiz.php, variable KuoteObjects_Quiz::$enrollment
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
f

f

fetch
in file CourseOfferingSet.php, method KuoteObjects_CourseOfferingSet::fetch()
    Returns the first course offering in the set on the first call.
fetch
in file EnrollmentSet.php, method KuoteObjects_EnrollmentSet::fetch()
    Returns the first Enrollment in the set on the first call.
fetch
in file LearningOfferingSet.php, method KuoteObjects_LearningOfferingSet::fetch()
    Returns the first LearningOffering in the set on the first call.
fetch
in file QuestionSet.php, method KuoteObjects_QuestionSet::fetch()
    Returns the first Question in the set on the first call.
fetchResult
in file Quiz.php, method KuoteObjects_Quiz::fetchResult()
    Returns an array where each element of the array is another hashed array of the format:
fetch
in file ResultSet.php, method KuoteObjects_ResultSet::fetch()
    Returns the first Result in the set on the first call.
g

g

get
in file Course.php, method KuoteObjects_Course::get()
    Loads the object from the data store by its unique identifier.
getCoursesHash
in file Course.php, method KuoteObjects_Course::getCoursesHash()
    Returns a hashed array of courses created by the given user.
getDescription
in file Course.php, method KuoteObjects_Course::getDescription()
    Returns the description of the course
getId
in file Course.php, method KuoteObjects_Course::getId()
    Returns the unique id of the course
getIsOpen
in file Course.php, method KuoteObjects_Course::getIsOpen()
    Returns the state of openness of the course.
getIsPublic
in file Course.php, method KuoteObjects_Course::getIsPublic()
    Returns the state of public availability of the course.
getTitle
in file Course.php, method KuoteObjects_Course::getTitle()
    Returns the title of the course.
getUserId
in file Course.php, method KuoteObjects_Course::getUserId()
    Returns the unique user id of the course's creator
get
in file CourseOffering.php, method KuoteObjects_CourseOffering::get()
    Loads the object from the data store by its unique identifier.
getCourseId
in file CourseOffering.php, method KuoteObjects_CourseOffering::getCourseId()
    Returns the id of the course which this offering represents.
getCourseOfferingsHash
in file CourseOffering.php, method KuoteObjects_CourseOffering::getCourseOfferingsHash()
    Returns a hashed array of course offerings created by the given user.
getEnd
in file CourseOffering.php, method KuoteObjects_CourseOffering::getEnd()
    Returns the end date of the offering in the form "YYYY-MM-DD".
getEnrolledCourseOfferingsHash
in file CourseOffering.php, method KuoteObjects_CourseOffering::getEnrolledCourseOfferingsHash()
    Returns a hashed array of the format
  1. $courseOfferingId => $courseOfferingTitle
getId
in file CourseOffering.php, method KuoteObjects_CourseOffering::getId()
    Returns the unique id of the course offering.
getPassword
in file CourseOffering.php, method KuoteObjects_CourseOffering::getPassword()
    Returns the hash of the course offering's password.
getStart
in file CourseOffering.php, method KuoteObjects_CourseOffering::getStart()
    Returns the start date of the offering in the form "YYYY-MM-DD".
getTitle
in file CourseOffering.php, method KuoteObjects_CourseOffering::getTitle()
    Returns the title of the course offering.
getUserId
in file CourseOffering.php, method KuoteObjects_CourseOffering::getUserId()
    Returns the id of the user which has created this offering.
getAvailableCourseOfferings
in file CourseOfferingSet.php, method KuoteObjects_CourseOfferingSet::getAvailableCourseOfferings()
    Populates this CourseOfferingSet with courses that the given user may enroll in, but not offerings which the user is already enrolled in.
get
in file Enrollment.php, method KuoteObjects_Enrollment::get()
    Loads the object from the data store by its unique identifier.
getByUserAndCourseOffering
in file Enrollment.php, method KuoteObjects_Enrollment::getByUserAndCourseOffering()
    In theory, every combination of User Id and Course Offering Id should be unique.
getCourseOfferingId
in file Enrollment.php, method KuoteObjects_Enrollment::getCourseOfferingId()
    Returns the id of the Course Offering for this enrollment.
getGrade
in file Enrollment.php, method KuoteObjects_Enrollment::getGrade()
    Returns the current grade for this enrollment.
getId
in file Enrollment.php, method KuoteObjects_Enrollment::getId()
    Returns the unique id of the object
getUserId
in file Enrollment.php, method KuoteObjects_Enrollment::getUserId()
    Returns the id of the User for this enrollment.
getByUser
in file EnrollmentSet.php, method KuoteObjects_EnrollmentSet::getByUser()
    Populates this EnrollmentSet with all the enrollments for the given user.
get
in file Learning.php, method KuoteObjects_Learning::get()
    Loads the object from the data store by its unique identifier.
getCourseId
in file Learning.php, method KuoteObjects_Learning::getCourseId()
    Returns the Id of the Course this Learning is part of.
getDescription
in file Learning.php, method KuoteObjects_Learning::getDescription()
    Returns the description of the Learning.
getId
in file Learning.php, method KuoteObjects_Learning::getId()
    Returns the unique id of the object
getLearningsHash
in file Learning.php, method KuoteObjects_Learning::getLearningsHash()
    Returns a hashed array of learnings that are part of the given course.
getQuestionsRandom
in file Learning.php, method KuoteObjects_Learning::getQuestionsRandom()
    Declares if the questions for this Learning's quiz should be displayed randomly.
getQuestionsRandomByDifficulty
in file Learning.php, method KuoteObjects_Learning::getQuestionsRandomByDifficulty()
    Declares if the questions for this Learning's quiz should be displayed randomly, but only randomly within increasing difficuly.
getTitle
in file Learning.php, method KuoteObjects_Learning::getTitle()
    Returns the title of the Learning.
getTutorialFileName
in file Learning.php, method KuoteObjects_Learning::getTutorialFileName()
    Returns the name of the tutorial file for this Learning.
get
in file LearningOffering.php, method KuoteObjects_LearningOffering::get()
    Loads the object from the data store by its unique identifier.
getCourseOfferingId
in file LearningOffering.php, method KuoteObjects_LearningOffering::getCourseOfferingId()
    Returns the Id of the Course Offering this Learning Offering is part of.
getEnd
in file LearningOffering.php, method KuoteObjects_LearningOffering::getEnd()
    Returns the end date of the offering in the form "YYYY-MM-DD".
getId
in file LearningOffering.php, method KuoteObjects_LearningOffering::getId()
    Returns the unique id of the object
getLearningId
in file LearningOffering.php, method KuoteObjects_LearningOffering::getLearningId()
    Returns the Id of the Learning this Learning Offering is offering.
getLearningOfferingsHash
in file LearningOffering.php, method KuoteObjects_LearningOffering::getLearningOfferingsHash()
    Returns a hashed array of learnings offerings for the given Learning Id.
getQuestionsRandom
in file LearningOffering.php, method KuoteObjects_LearningOffering::getQuestionsRandom()
    Declares if the questions for this Learning Offering's quiz should be displayed randomly.
getQuestionsRandomByDifficulty
in file LearningOffering.php, method KuoteObjects_LearningOffering::getQuestionsRandomByDifficulty()
    Declares if the questions for this Learning Offering's quiz should be displayed randomly, but only randomly within increasing difficuly.
getStart
in file LearningOffering.php, method KuoteObjects_LearningOffering::getStart()
    Returns the start date of the offering in the form "YYYY-MM-DD".
getTitle
in file LearningOffering.php, method KuoteObjects_LearningOffering::getTitle()
    Returns the title of the Learning Offering.
getCurrentByCourseOffering
in file LearningOfferingSet.php, method KuoteObjects_LearningOfferingSet::getCurrentByCourseOffering()
    Populates this LearningOfferingSet with all the currently offered LearningOfferings for the given Course Offering.
get
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::get()
    Loads the object from the data store by its unique identifier.
getEnrollmentId
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::getEnrollmentId()
    Returns the Id of the Enrollment of this Learning Offering Taken.
getId
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::getId()
    Returns the unique id of the object
getLearningOfferingId
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::getLearningOfferingId()
    Returns the Id of the Learning Offering of this Learning Offering Taken.
getTime
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::getTime()
    Returns the timestamp of when this LearningOfferTaken was created.
get
in file Question.php, method KuoteObjects_Question::get()
    Loads the object from the data store by its unique identifier.
getAnswer
in file Question.php, method KuoteObjects_Question::getAnswer()
    Returns the option number of the correct question option.
getBody
in file Question.php, method KuoteObjects_Question::getBody()
    Returns the "question" for this question.
getDifficulty
in file Question.php, method KuoteObjects_Question::getDifficulty()
    Returns the difficulty of the question. 1 is easiest, 5 is hardest.
getId
in file Question.php, method KuoteObjects_Question::getId()
    Returns the unique id of the object
getLearningId
in file Question.php, method KuoteObjects_Question::getLearningId()
    Returns the Id of the learning under which this question exists.
getNextQuestionNumber
in file Question.php, method KuoteObjects_Question::getNextQuestionNumber()
    Returns the question number that should be used for a new question for the given learning.
getOption
in file Question.php, method KuoteObjects_Question::getOption()
    Returns the "answer" for the given Option Number
getOption1
in file Question.php, method KuoteObjects_Question::getOption1()
    Returns the text of the questions first option.
getOption2
in file Question.php, method KuoteObjects_Question::getOption2()
    Returns the text of the questions second option.
getOption3
in file Question.php, method KuoteObjects_Question::getOption3()
    Returns the text of the questions third option.
getOption4
in file Question.php, method KuoteObjects_Question::getOption4()
    Returns the text of the questions fourth option.
getOption5
in file Question.php, method KuoteObjects_Question::getOption5()
    Returns the text of the questions fifth option.
getQuestionNumber
in file Question.php, method KuoteObjects_Question::getQuestionNumber()
    Returns the order number of the question. First question is 1, second question is 2, etc.
getTime
in file Question.php, method KuoteObjects_Question::getTime()
    Returns the amount of time given in seconds to answer this question. 0 is unlimited.
get
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::get()
    Loads the object from the data store by its unique identifier.
getChoice
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::getChoice()
    Returns the selected choice of the questions answer options
getId
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::getId()
    Returns the unique id of the object
getIsCorrect
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::getIsCorrect()
    Returns true if the selected answer is correct.
getLearningOfferTakenId
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::getLearningOfferTakenId()
    Returns the Id of the LearningOfferTaken for the quiz of the question this QuestionAnswered is answering.
getQuestionId
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::getQuestionId()
    Returns the Id of the Question this QuestionAnswered is answering.
getByLearningId
in file QuestionSet.php, method KuoteObjects_QuestionSet::getByLearningId()
    Populates the question set with questions that are part of the given Learning's quiz.
getCurrentQuestionBody
in file Quiz.php, method KuoteObjects_Quiz::getCurrentQuestionBody()
    Returns the body of the current question.
getCurrentQuestionNumber
in file Quiz.php, method KuoteObjects_Quiz::getCurrentQuestionNumber()
    Returns the number of the current question.
getCurrentQuestionOption
in file Quiz.php, method KuoteObjects_Quiz::getCurrentQuestionOption()
    Returns the text of the given question option number
getQuestion
in file Quiz.php, method KuoteObjects_Quiz::getQuestion()
    Grabs the next question for asking.
getQuestionsCorrectCount
in file Quiz.php, method KuoteObjects_Quiz::getQuestionsCorrectCount()
    Returns the number of correctly answered questions for this quiz.
getQuestionsCount
in file Quiz.php, method KuoteObjects_Quiz::getQuestionsCount()
    Returns the total number of questions for this quiz.
getQuestionsIncorrectCount
in file Quiz.php, method KuoteObjects_Quiz::getQuestionsIncorrectCount()
    Returns the number of incorrectly answered questions for this quiz.
getTitle
in file Quiz.php, method KuoteObjects_Quiz::getTitle()
    Returns the title of the learning this quiz is part of.
get
in file Result.php, method KuoteObjects_Result::get()
    Loads the object from the data store by its unique identifier.
getCorrectQuestionsCount
in file Result.php, method KuoteObjects_Result::getCorrectQuestionsCount()
    Returns the number of questions answered correctly.
getCourseId
in file Result.php, method KuoteObjects_Result::getCourseId()
    Returns the Id of the Result's Course
getCourseOfferingId
in file Result.php, method KuoteObjects_Result::getCourseOfferingId()
    Returns the Id of the Result's Course Offering
getId
in file Result.php, method KuoteObjects_Result::getId()
    Returns the unique id of the course
getLearningId
in file Result.php, method KuoteObjects_Result::getLearningId()
    Returns the Id of the Result's Learning
getLearningOfferingId
in file Result.php, method KuoteObjects_Result::getLearningOfferingId()
    Returns the Id of the Result's Learning Offering
getLearningOfferingTakenId
in file Result.php, method KuoteObjects_Result::getLearningOfferingTakenId()
    Returns the Id of the Learning Offer Taken for this result.
getQuestionsCount
in file Result.php, method KuoteObjects_Result::getQuestionsCount()
    Returns the total number of questions.
getTimestamp
in file Result.php, method KuoteObjects_Result::getTimestamp()
    Returns the timestamp of when the Result was created or last modified.
getUserId
in file Result.php, method KuoteObjects_Result::getUserId()
    Returns the unique user id of the course's creator
getAverage
in file ResultSet.php, method KuoteObjects_ResultSet::getAverage()
    Returns the average grade of all results as a percent.
getByCourseId
in file ResultSet.php, method KuoteObjects_ResultSet::getByCourseId()
    Populates the ResultSet with all Results pertaining to the given course.
getByCourseOfferingId
in file ResultSet.php, method KuoteObjects_ResultSet::getByCourseOfferingId()
    Populates the ResultSet with all Results pertaining to the given course offering.
getByLearningId
in file ResultSet.php, method KuoteObjects_ResultSet::getByLearningId()
    Populates the ResultSet with all Results pertaining to the given learning quiz.
getByLearningOfferingId
in file ResultSet.php, method KuoteObjects_ResultSet::getByLearningOfferingId()
    Populates the ResultSet with all Results pertaining to the given learning offering's quiz.
getByUserIdAndCourseOfferingId
in file ResultSet.php, method KuoteObjects_ResultSet::getByUserIdAndCourseOfferingId()
    Populates the ResultSet with all Results pertaining to the given user and course offering.
get
in file User.php, method KuoteObjects_User::get()
    Loads the object from the data store by its unique identifier.
getEmail
in file User.php, method KuoteObjects_User::getEmail()
    Returns the email of the user.
getId
in file User.php, method KuoteObjects_User::getId()
    Returns the unique id of the object
getLogin
in file User.php, method KuoteObjects_User::getLogin()
    Returns the login name of the user.
getNameFirst
in file User.php, method KuoteObjects_User::getNameFirst()
    Returns the first name of the user.
getNameLast
in file User.php, method KuoteObjects_User::getNameLast()
    Returns the last name of the user.
getNameLastFirst
in file User.php, method KuoteObjects_User::getNameLastFirst()
    Returns a string of the format "Lastname, Firstname".
getPassword
in file User.php, method KuoteObjects_User::getPassword()
    Returns the hashed password of the user.
getType
in file User.php, method KuoteObjects_User::getType()
    Returns the type of the user.
h

h

hasPassword
in file CourseOffering.php, method KuoteObjects_CourseOffering::hasPassword()
    Returns true if the offering is password protected, false if not.
hasTutorial
in file Learning.php, method KuoteObjects_Learning::hasTutorial()
    Returns true if this learning has a tutorial, false otherwise.
i

i

insert
in file Course.php, method KuoteObjects_Course::insert()
    Takes the currently set properties of the course and inserts them into the data store as a new course with its own unique id.
isOpen
in file Course.php, method KuoteObjects_Course::isOpen()
    If true, the course may be used by other instructors.
isPublic
in file Course.php, method KuoteObjects_Course::isPublic()
    If true, the course may be used by any student.
insert
in file CourseOffering.php, method KuoteObjects_CourseOffering::insert()
    Takes the currently set properties of the offering and inserts them into the data store as a new offering with its own unique id.
insert
in file Enrollment.php, method KuoteObjects_Enrollment::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
insert
in file Learning.php, method KuoteObjects_Learning::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
insert
in file LearningOffering.php, method KuoteObjects_LearningOffering::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
initialize
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::initialize()
    Creates a new LearningOfferTaken in the datastore based on the given Learning Offering Id and Enrollment Id.
insert
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
insert
in file Question.php, method KuoteObjects_Question::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
initialize
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::initialize()
    Creates a new QuestionAnswered in the datastore based on the given Question Id and LearningOfferTaken Id.
insert
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
isCurrentQuestionOption
in file Quiz.php, method KuoteObjects_Quiz::isCurrentQuestionOption()
    Returns true if there is text for the given option number
incrementCorrectQuestionsCount
in file Result.php, method KuoteObjects_Result::incrementCorrectQuestionsCount()
    Returns the number of questions answered correctly.
insert
in file Result.php, method KuoteObjects_Result::insert()
    Takes the currently set properties of the course and inserts them into the data store as a new course with its own unique id.
insert
in file User.php, method KuoteObjects_User::insert()
    Takes the currently set properties of the object and inserts them into the data store as a new instance with its own unique id.
k

k

KuoteObjects_Course
in file Course.php, class KuoteObjects_Course
    KuoteObjects Course
KuoteObjects_CourseOffering
in file CourseOffering.php, class KuoteObjects_CourseOffering
    KuoteObjects CourseOffering
KuoteObjects_CourseOfferingSet
in file CourseOfferingSet.php, class KuoteObjects_CourseOfferingSet
    KuoteObjects CourseOfferingSet
KuoteObjects_Enrollment
in file Enrollment.php, class KuoteObjects_Enrollment
    KuoteObjects Enrollment
KuoteObjects_EnrollmentSet
in file EnrollmentSet.php, class KuoteObjects_EnrollmentSet
    KuoteObjects EnrollmentSet
KuoteObjects_Learning
in file Learning.php, class KuoteObjects_Learning
    KuoteObjects Learning
KuoteObjects_LearningOffering
in file LearningOffering.php, class KuoteObjects_LearningOffering
    KuoteObjects LearningOffering
KuoteObjects_LearningOfferingSet
in file LearningOfferingSet.php, class KuoteObjects_LearningOfferingSet
    KuoteObjects LearningOfferingSet
KuoteObjects_LearningOfferTaken
in file LearningOfferTaken.php, class KuoteObjects_LearningOfferTaken
    KuoteObjects LearningOfferTaken
KuoteObjects_Question
in file Question.php, class KuoteObjects_Question
    KuoteObjects Question
KuoteObjects_QuestionAnswered
in file QuestionAnswered.php, class KuoteObjects_QuestionAnswered
    KuoteObjects QuestionAnswered
KuoteObjects_QuestionSet
in file QuestionSet.php, class KuoteObjects_QuestionSet
    KuoteObjects QuestionSet
KuoteObjects_Quiz
in file Quiz.php, class KuoteObjects_Quiz
    KuoteObjects Quiz
KuoteObjects_Result
in file Result.php, class KuoteObjects_Result
    KuoteObjects Result
KuoteObjects_ResultSet
in file ResultSet.php, class KuoteObjects_ResultSet
    KuoteObjects ResultSet
KuoteObjects_TestDrive
in file TestDrive.php, class KuoteObjects_TestDrive
    KuoteObjects Quiz
KuoteObjects_User
in file User.php, class KuoteObjects_User
    KuoteObjects User
l

l

load
in file CourseOffering.php, method KuoteObjects_CourseOffering::load()
    Loads the given DataObjects_CourseOffering object into the private var for such.
$learning
in file Learning.php, variable KuoteObjects_Learning::$learning
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
load
in file Learning.php, method KuoteObjects_Learning::load()
    Loads the given DataObjects_Learning object into the private var for such.
$learningOffering
in file LearningOffering.php, variable KuoteObjects_LearningOffering::$learningOffering
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
load
in file LearningOffering.php, method KuoteObjects_LearningOffering::load()
    Loads the given DataObjects_LearningOffering object into the private var for such.
$learningOfferings
in file LearningOfferingSet.php, variable KuoteObjects_LearningOfferingSet::$learningOfferings
    Array to hold LearningOffering objects
$learning
in file Quiz.php, variable KuoteObjects_Quiz::$learning
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
$learningOffering
in file Quiz.php, variable KuoteObjects_Quiz::$learningOffering
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
$learningOfferTaken
in file Quiz.php, variable KuoteObjects_Quiz::$learningOfferTaken
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
q

q

$question
in file Question.php, variable KuoteObjects_Question::$question
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
$questions
in file QuestionSet.php, variable KuoteObjects_QuestionSet::$questions
    Array to hold Question objects
$questionsAnsweredUnused
in file Quiz.php, variable KuoteObjects_Quiz::$questionsAnsweredUnused
    Array to containt the set of QuestionAnswered objects for
$questionsAnsweredUsed
in file Quiz.php, variable KuoteObjects_Quiz::$questionsAnsweredUsed
    Array to containt the set of QuestionAnswered objects for questions that have been asked
$questionsUnused
in file Quiz.php, variable KuoteObjects_Quiz::$questionsUnused
    Array to containt the set of Question objects that have not yet been asked
$questionsUsed
in file Quiz.php, variable KuoteObjects_Quiz::$questionsUsed
    Array to containt the set of Question objects that have been asked
r

r

returnCourseOfferingEnrollmentPasswordForm
in file CourseOffering.php, method KuoteObjects_CourseOffering::returnCourseOfferingEnrollmentPasswordForm()
    Returns an HTML_QuickForm object to request a password for to access a course offering
reset
in file CourseOfferingSet.php, method KuoteObjects_CourseOfferingSet::reset()
    After calling reset(), fetch() will begin from the beginning of the set again.
reset
in file EnrollmentSet.php, method KuoteObjects_EnrollmentSet::reset()
    After calling reset(), fetch() will begin from the beginning of the set again.
reset
in file LearningOfferingSet.php, method KuoteObjects_LearningOfferingSet::reset()
    After calling reset(), fetch() will begin from the beginning of the set again.
reset
in file QuestionSet.php, method KuoteObjects_QuestionSet::reset()
    After calling reset(), fetch() will begin from the beginning of the set again.
$result
in file Quiz.php, variable KuoteObjects_Quiz::$result
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
randomize
in file Quiz.php, method KuoteObjects_Quiz::randomize()
    Randomizes the order in which the quiz questions are asked.
$results
in file ResultSet.php, variable KuoteObjects_ResultSet::$results
    Array to hold Result objects
reset
in file ResultSet.php, method KuoteObjects_ResultSet::reset()
    After calling reset(), fetch() will begin from the beginning of the set again.
s

s

setDescription
in file Course.php, method KuoteObjects_Course::setDescription()
    Sets the description of the course
setIsOpen
in file Course.php, method KuoteObjects_Course::setIsOpen()
    Sets the state of openness of the course.
setIsPublic
in file Course.php, method KuoteObjects_Course::setIsPublic()
    Sets the state of public availability of the course.
setTitle
in file Course.php, method KuoteObjects_Course::setTitle()
    Sets the title of the course.
setUserId
in file Course.php, method KuoteObjects_Course::setUserId()
    Sets the unique user id of the course's creator.
setCourseId
in file CourseOffering.php, method KuoteObjects_CourseOffering::setCourseId()
    Sets the id of the course which this offering represents.
setEnd
in file CourseOffering.php, method KuoteObjects_CourseOffering::setEnd()
    Sets the ending date of an offering.
setPassword
in file CourseOffering.php, method KuoteObjects_CourseOffering::setPassword()
    Sets the password of an offering.
setStart
in file CourseOffering.php, method KuoteObjects_CourseOffering::setStart()
    Sets the starting date of an offering.
setTitle
in file CourseOffering.php, method KuoteObjects_CourseOffering::setTitle()
    Sets the title of the course offering.
setUserId
in file CourseOffering.php, method KuoteObjects_CourseOffering::setUserId()
    Sets the id of the user which has created this offering.
setCourseOfferingId
in file Enrollment.php, method KuoteObjects_Enrollment::setCourseOfferingId()
    Sets the id of the Course Offering for this enrollment.
setGrade
in file Enrollment.php, method KuoteObjects_Enrollment::setGrade()
    Sets the current grade for this enrollment.
setUserId
in file Enrollment.php, method KuoteObjects_Enrollment::setUserId()
    Sets the id of the User for this enrollment.
setCourseId
in file Learning.php, method KuoteObjects_Learning::setCourseId()
    Sets the Id of the Course this Learning is part of.
setDescription
in file Learning.php, method KuoteObjects_Learning::setDescription()
    Sets the description of the Learning
setQuestionsRandom
in file Learning.php, method KuoteObjects_Learning::setQuestionsRandom()
    Sets if the questions for this Learning's quiz should be displayed randomly.
setQuestionsRandomByDifficulty
in file Learning.php, method KuoteObjects_Learning::setQuestionsRandomByDifficulty()
    Sets if the questions for this Learning's quiz should be displayed randomly by difficutly.
setTitle
in file Learning.php, method KuoteObjects_Learning::setTitle()
    Sets the title of the Learning
setTutorialFileName
in file Learning.php, method KuoteObjects_Learning::setTutorialFileName()
    Sets the name of the tutorial file for this Learning.
setCourseOfferingId
in file LearningOffering.php, method KuoteObjects_LearningOffering::setCourseOfferingId()
    Sets the Id of the Course Offering this Learning Offering is part of.
setEnd
in file LearningOffering.php, method KuoteObjects_LearningOffering::setEnd()
    Sets the ending date of an offering.
setLearningId
in file LearningOffering.php, method KuoteObjects_LearningOffering::setLearningId()
    Sets the Id of the Learning this Learning Offering is offering.
setQuestionsRandom
in file LearningOffering.php, method KuoteObjects_LearningOffering::setQuestionsRandom()
    Sets if the questions for this Learning Offering's quiz should be displayed randomly.
setQuestionsRandomByDifficulty
in file LearningOffering.php, method KuoteObjects_LearningOffering::setQuestionsRandomByDifficulty()
    Sets if the questions for this Learning Offering's quiz should be displayed randomly by difficutly.
setStart
in file LearningOffering.php, method KuoteObjects_LearningOffering::setStart()
    Sets the starting date of an offering.
setTitle
in file LearningOffering.php, method KuoteObjects_LearningOffering::setTitle()
    Sets the title of the Learning Offering
setEnrollmentId
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::setEnrollmentId()
    Sets the Id of the Enrollment of this Learning Offering Taken.
setLearningOfferingId
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::setLearningOfferingId()
    Sets the Id of the Learning Offering of this Learning Offering Taken.
setAnswer
in file Question.php, method KuoteObjects_Question::setAnswer()
    Sets the option number of the correct question option.
setBody
in file Question.php, method KuoteObjects_Question::setBody()
    Sets the "question" for this question.
setDifficulty
in file Question.php, method KuoteObjects_Question::setDifficulty()
    Sets the difficulty of the question. 1 is easiest, 5 is hardest.
setLearningId
in file Question.php, method KuoteObjects_Question::setLearningId()
    Sets the Id of the learning under which this question exists.
setOption
in file Question.php, method KuoteObjects_Question::setOption()
    Sets the "answer" for the given option number to the given string.
setOption1
in file Question.php, method KuoteObjects_Question::setOption1()
    Sets the text of the questions first option.
setOption2
in file Question.php, method KuoteObjects_Question::setOption2()
    Sets the text of the questions second option.
setOption3
in file Question.php, method KuoteObjects_Question::setOption3()
    Sets the text of the questions third option.
setOption4
in file Question.php, method KuoteObjects_Question::setOption4()
    Sets the text of the questions forth option.
setOption5
in file Question.php, method KuoteObjects_Question::setOption5()
    Sets the text of the questions fifth option.
setQuestionNumber
in file Question.php, method KuoteObjects_Question::setQuestionNumber()
    Sets the order number of the question. First question is 1, second question is 2, etc.
setTime
in file Question.php, method KuoteObjects_Question::setTime()
    Sets the amount of time given in seconds to answer this question. 0 is unlimited.
setChoice
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::setChoice()
    Sets the selected choice of the questions answer options
setIsCorrect
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::setIsCorrect()
    Sets whether the selected answer is correct or not.
setLearningOfferTakenId
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::setLearningOfferTakenId()
    Sets the Id of the LearningOfferTaken for the quiz of the question
setQuestionId
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::setQuestionId()
    Sets the Id of the Question this QuestionAnswered is answering.
sortByDifficulty
in file Quiz.php, method KuoteObjects_Quiz::sortByDifficulty()
    Randomizes the order in which the quiz questions are asked, but only within sets of difficutly.
setCorrectQuestionsCount
in file Result.php, method KuoteObjects_Result::setCorrectQuestionsCount()
    Sets the number of questions answered correctly.
setCourseId
in file Result.php, method KuoteObjects_Result::setCourseId()
    Sets the Id of the Result's Course
setCourseOfferingId
in file Result.php, method KuoteObjects_Result::setCourseOfferingId()
    Sets the Id of the Result's Course Offering
setLearningId
in file Result.php, method KuoteObjects_Result::setLearningId()
    Sets the Id of the Result's Learning
setLearningOfferingId
in file Result.php, method KuoteObjects_Result::setLearningOfferingId()
    Sets the Id of the Result's Learning Offering
setLearningOfferingTakenId
in file Result.php, method KuoteObjects_Result::setLearningOfferingTakenId()
    Sets the Id of the Learning Offer Taken for this result.
setQuestionsCount
in file Result.php, method KuoteObjects_Result::setQuestionsCount()
    Sets the total number of questions.
setUserId
in file Result.php, method KuoteObjects_Result::setUserId()
    Sets the unique user id of the course's creator.
setEmail
in file User.php, method KuoteObjects_User::setEmail()
    Sets the email of the user.
setLogin
in file User.php, method KuoteObjects_User::setLogin()
    Sets the login name of the user.
setNameFirst
in file User.php, method KuoteObjects_User::setNameFirst()
    Sets the first name of the user.
setNameLast
in file User.php, method KuoteObjects_User::setNameLast()
    Sets the last name of the user.
setPassword
in file User.php, method KuoteObjects_User::setPassword()
    Sets the password of the user.
setType
in file User.php, method KuoteObjects_User::setType()
    Sets the type of the user.
u

u

update
in file Course.php, method KuoteObjects_Course::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file CourseOffering.php, method KuoteObjects_CourseOffering::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file Enrollment.php, method KuoteObjects_Enrollment::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file Learning.php, method KuoteObjects_Learning::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file LearningOffering.php, method KuoteObjects_LearningOffering::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file LearningOfferTaken.php, method KuoteObjects_LearningOfferTaken::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file Question.php, method KuoteObjects_Question::update()
    Updates the datastore to reflect the currently set properties of the object.
update
in file QuestionAnswered.php, method KuoteObjects_QuestionAnswered::update()
    Updates the datastore to reflect the currently set properties of the object.
$user
in file Quiz.php, variable KuoteObjects_Quiz::$user
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
update
in file Result.php, method KuoteObjects_Result::update()
    Updates the datastore to reflect the currently set properties of the object.
$user
in file User.php, variable KuoteObjects_User::$user
    Private variable to contain a DB_DataObjects object derived from MySQL or another DB.
update
in file User.php, method KuoteObjects_User::update()
    Updates the datastore to reflect the currently set properties of the object.
v

v

verifyPassword
in file CourseOffering.php, method KuoteObjects_CourseOffering::verifyPassword()
    Compares the password of the offering with the passed password.
verify
in file User.php, method KuoteObjects_User::verify()
    Tests whether the given userlogin and password match those in the datastore.

Documentation generated on Fri, 15 Dec 2006 11:17:11 -0500 by phpDocumentor 1.3.0