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

Element index for package KuoteInterfaces

Package indexes

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

a

a

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

c

count
in file ObjectSet.php, method KuoteInterfaces_ObjectSet::count()
    Returns the number of objects the set contains.
d

d

delete
in file Object.php, method KuoteInterfaces_Object::delete()
e

e

enroll
in file Enrollment.php, method KuoteInterfaces_Enrollment::enroll()
    Creates a new enrollment for the given User Id and Course Offering Id.
f

f

fetchResult
in file Quiz.php, method KuoteInterfaces_Quiz::fetchResult()
    Returns an array where each element of the array is another hashed array of the format:
fetch
in file ObjectSet.php, method KuoteInterfaces_ObjectSet::fetch()
    Returns a reference to the current object in the array and advances the iterator.
g

g

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

h

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

i

incrementCorrectQuestionsCount
in file Result.php, method KuoteInterfaces_Result::incrementCorrectQuestionsCount()
    Returns the number of questions answered correctly.
initialize
in file LearningOfferTaken.php, method KuoteInterfaces_LearningOfferTaken::initialize()
    Creates a new LearningOfferTaken in the datastore based on the given Learning Offering Id and Enrollment Id.
initialize
in file QuestionAnswered.php, method KuoteInterfaces_QuestionAnswered::initialize()
    Creates a new QuestionAnswered in the datastore based on the given Question Id and LearningOfferTaken Id.
insert
in file Object.php, method KuoteInterfaces_Object::insert()
isCurrentQuestionOption
in file Quiz.php, method KuoteInterfaces_Quiz::isCurrentQuestionOption()
    Returns true if there is text for the given option number
isOpen
in file Course.php, method KuoteInterfaces_Course::isOpen()
    If true, the course may be used by other instructors.
isPublic
in file Course.php, method KuoteInterfaces_Course::isPublic()
    If true, the course may be used by any student.
k

k

KuoteInterfaces_Course
in file Course.php, class KuoteInterfaces_Course
    KuoteInterfaces_Course This intefaces defines the set of methods that all Course implementations need to function as part of the Kuote System.
KuoteInterfaces_CourseOffering
in file CourseOffering.php, class KuoteInterfaces_CourseOffering
    KuoteInterfaces_CourseOffering This intefaces defines the set of methods that all CourseOffering implementations need to function as part of the Kuote System.
KuoteInterfaces_Enrollment
in file Enrollment.php, class KuoteInterfaces_Enrollment
    KuoteInterfaces_Enrollment This intefaces defines the set of methods that all Enrollment implementations need to function as part of the Kuote System.
KuoteInterfaces_Learning
in file Learning.php, class KuoteInterfaces_Learning
    KuoteInterfaces_Learning This intefaces defines the set of methods that all Learning implementations need to function as part of the Kuote System.
KuoteInterfaces_LearningOffering
in file LearningOffering.php, class KuoteInterfaces_LearningOffering
    KuoteInterfaces_LearningOffering This intefaces defines the set of methods that all LearningOffering implementations need to function as part of the Kuote System.
KuoteInterfaces_LearningOfferTaken
in file LearningOfferTaken.php, class KuoteInterfaces_LearningOfferTaken
    KuoteInterfaces_LearningOfferTaken This intefaces defines the set of methods that all LearningOfferTaken implementations need to function as part of the Kuote System.
KuoteInterfaces_Object
in file Object.php, class KuoteInterfaces_Object
    KuoteInterfaces_Object This intefaces defines the set of methods that all Kuote Object implementations need to function as part of the Kuote System, in addition to each individual object's specific interface.
KuoteInterfaces_Question
in file Question.php, class KuoteInterfaces_Question
    KuoteInterfaces_Question This intefaces defines the set of methods that all Question implementations need to function as part of the Kuote System.
KuoteInterfaces_QuestionAnswered
in file QuestionAnswered.php, class KuoteInterfaces_QuestionAnswered
    KuoteInterfaces_QuestionAnswered This intefaces defines the set of methods that all QuestionAnswered implementations need to function as part of the Kuote System.
KuoteInterfaces_Quiz
in file Quiz.php, class KuoteInterfaces_Quiz
    KuoteInterfaces_Quiz This intefaces defines the set of methods that all Quiz implementations need to function as part of the Kuote System.
KuoteInterfaces_Result
in file Result.php, class KuoteInterfaces_Result
    KuoteInterfaces_Result This intefaces defines the set of methods that all Result implementations need to function as part of the Kuote System.
KuoteInterfaces_User
in file User.php, class KuoteInterfaces_User
    KuoteInterfaces_User This intefaces defines the set of methods that all User implementations need to function as part of the Kuote System.
KuoteInterfaces_CourseOfferingSet
in file CourseOfferingSet.php, class KuoteInterfaces_CourseOfferingSet
    KuoteInterfaces_CourseOfferingSet This intefaces defines the set of methods that all CourseOfferingSet implementations need to function as part of the Kuote System.
KuoteInterfaces_EnrollmentSet
in file EnrollmentSet.php, class KuoteInterfaces_EnrollmentSet
    KuoteInterfaces_EnrollmentSet This intefaces defines the set of methods that all EnrollmentSet implementations need to function as part of the Kuote System.
KuoteInterfaces_LearningOfferingSet
in file LearningOfferingSet.php, class KuoteInterfaces_LearningOfferingSet
    KuoteInterfaces_LearningOfferingSet This intefaces defines the set of methods that all LearningOfferingSet implementations need to function as part of the Kuote System.
KuoteInterfaces_ObjectSet
in file ObjectSet.php, class KuoteInterfaces_ObjectSet
    KuoteInterfaces_ObjectSet This intefaces defines the set of methods that all Kuote Object Set implementations need to function as part of the Kuote System. All Kuote Objects that contain sets of other objects must implement this interface.
KuoteInterfaces_QuestionSet
in file QuestionSet.php, class KuoteInterfaces_QuestionSet
    KuoteInterfaces_QuestionSet This intefaces defines the set of methods that all QuestionSet implementations need to function as part of the Kuote System.
KuoteInterfaces_ResultSet
in file ResultSet.php, class KuoteInterfaces_ResultSet
    KuoteInterfaces_ResultSet This intefaces defines the set of methods that all ResultSet implementations need to function as part of the Kuote System.
r

r

randomize
in file Quiz.php, method KuoteInterfaces_Quiz::randomize()
    Randomizes the order in which the quiz questions are asked.
reset
in file ObjectSet.php, method KuoteInterfaces_ObjectSet::reset()
    Next call to fetch() will start from the beginning again.
s

s

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

u

update
in file Object.php, method KuoteInterfaces_Object::update()
v

v

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

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