Element index for package dokeos-gradebook
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
a
- AbstractLink
- in file abstractlink.class.php, class AbstractLink
Defines a gradebook AbstractLink object.
- AbstractLink
- in file abstractlink.class.php, method AbstractLink::AbstractLink()
- add
- in file category.class.php, method Category::add()
Insert this category into the database
- add
- in file evaluation.class.php, method Evaluation::add()
Insert this evaluation into the database
- add
- in file result.class.php, method Result::add()
Insert this result into the database
- add
- in file abstractlink.class.php, method AbstractLink::add()
Insert this link into the database
- add_linked_data
- in file evallink.class.php, method EvalLink::add_linked_data()
- add_linked_data
- in file abstractlink.class.php, method AbstractLink::add_linked_data()
- add_subtree
- in file category.class.php, method Category::add_subtree()
Internal function used by get_tree()
- add_target_subcategories
- in file abstractlink.class.php, method AbstractLink::add_target_subcategories()
Internal function used by get_target_categories()
- add_target_subcategories
- in file evaluation.class.php, method Evaluation::add_target_subcategories()
Internal function used by get_target_categories()
- add_target_subcategories
- in file category.class.php, method Category::add_target_subcategories()
Internal function used by get_target_categories()
- apply_course_code_to_children
- in file category.class.php, method Category::apply_course_code_to_children()
Internal function used by move_to_cat()
- apply_visibility_to_children
- in file category.class.php, method Category::apply_visibility_to_children()
Apply the same visibility to every subcategory, evaluation and link
- abstractlink.class.php
- procedural page abstractlink.class.php
top
b
- build_add_form
- in file evalform.class.php, method EvalForm::build_add_form()
Builds a form to add an evaluation
- build_add_form
- in file catform.class.php, method CatForm::build_add_form()
This function builds an 'add category form, if parent id is 0, it will only
- build_add_user_to_eval
- in file evalform.class.php, method EvalForm::build_add_user_to_eval()
This form will build a form to add users to an evaluation
- build_all_results_edit_form
- in file evalform.class.php, method EvalForm::build_all_results_edit_form()
This function builds a form to edit all results in an evaluation
- build_basic_form
- in file catform.class.php, method CatForm::build_basic_form()
- build_basic_form
- in file evalform.class.php, method EvalForm::build_basic_form()
Builds a basic form that is used in add and edit
- build_create
- in file linkform.class.php, method LinkForm::build_create()
- build_editing_form
- in file catform.class.php, method CatForm::build_editing_form()
Builds an form to edit a category
- build_editing_form
- in file evalform.class.php, method EvalForm::build_editing_form()
Builds a form to edit an evaluation
- build_export_form
- in file dataform.class.php, method DataForm::build_export_form()
- build_import_form
- in file dataform.class.php, method DataForm::build_import_form()
- build_move
- in file linkform.class.php, method LinkForm::build_move()
- build_move_form
- in file catform.class.php, method CatForm::build_move_form()
This function will build a move form that will allow the user to move a category to
- build_move_form
- in file evalform.class.php, method EvalForm::build_move_form()
This function builds a form to move an item to another category
- build_pdf_export_form
- in file dataform.class.php, method DataForm::build_pdf_export_form()
- build_result_add_form
- in file evalform.class.php, method EvalForm::build_result_add_form()
Builds a result form containing inputs for all students with a given course_code
- build_result_edit_form
- in file evalform.class.php, method EvalForm::build_result_edit_form()
Builds a form to edit a result
- build_select_course_form
- in file catform.class.php, method CatForm::build_select_course_form()
This function builds an 'select course' form in the add category process,
- build_simple_search
- in file userform.class.php, method UserForm::build_simple_search()
- build_stud_label
- in file evalform.class.php, method EvalForm::build_stud_label()
- build_user_info_form
- in file userform.class.php, method UserForm::build_user_info_form()
top
c
- $category
- in file abstractlink.class.php, variable AbstractLink::$category
- $category
- in file evaluation.class.php, variable Evaluation::$category
- $category_object
- in file catform.class.php, variable CatForm::$category_object
- $category_object
- in file linkform.class.php, variable LinkForm::$category_object
- $certificate_min_score
- in file category.class.php, variable Category::$certificate_min_score
- $coloring_enabled
- in file scoredisplay.class.php, variable ScoreDisplay::$coloring_enabled
- $color_split_value
- in file scoredisplay.class.php, variable ScoreDisplay::$color_split_value
- $course_code
- in file abstractlink.class.php, variable AbstractLink::$course_code
- $course_code
- in file evaluation.class.php, variable Evaluation::$course_code
- $course_code
- in file category.class.php, variable Category::$course_code
- $course_info
- in file learnpathlink.class.php, variable LearnpathLink::$course_info
- $course_info
- in file exerciselink.class.php, variable ExerciseLink::$course_info
- $creation_date
- in file result.class.php, variable Result::$creation_date
- $custom_display
- in file scoredisplay.class.php, variable ScoreDisplay::$custom_display
- $custom_display_conv
- in file scoredisplay.class.php, variable ScoreDisplay::$custom_display_conv
- $custom_enabled
- in file scoredisplay.class.php, variable ScoreDisplay::$custom_enabled
- calc_score
- in file exerciselink.class.php, method ExerciseLink::calc_score()
Get the score of this exercise. Only the first attempts are taken into account.
- calc_score
- in file evaluation.class.php, method Evaluation::calc_score()
Calculate the score of this evaluation
- calc_score
- in file evallink.class.php, method EvalLink::calc_score()
- calc_score
- in file category.class.php, method Category::calc_score()
Calculate the score of this category
- calc_score
- in file learnpathlink.class.php, method LearnpathLink::calc_score()
Get the progress of this learnpath. Only the last attempt are taken into account.
- can_be_moved_to_cat
- in file category.class.php, method Category::can_be_moved_to_cat()
Internal function used by get_target_categories() and add_target_subcategories()
- Category
- in file category.class.php, class Category
Defines a gradebook Category object
- Category
- in file category.class.php, method Category::Category()
- CatForm
- in file catform.class.php, method CatForm::CatForm()
Builds a form containing form items based on a given parameter
- CatForm
- in file catform.class.php, class CatForm
Extends formvalidator with add&edit forms
- compare_scores_by_custom_display
- in file scoredisplay.class.php, method ScoreDisplay::compare_scores_by_custom_display()
Compare the custom display of 2 scores, can be useful in sorting
- convert_displays
- in file scoredisplay.class.php, method ScoreDisplay::convert_displays()
Convert display settings to internally used values
- create
- in file linkfactory.class.php, method LinkFactory::create()
Static method to create specific link objects
- create_category_objects_from_mysql_result
- in file category.class.php, method Category::create_category_objects_from_mysql_result()
- create_evaluation_objects_from_mysql_result
- in file evaluation.class.php, method Evaluation::create_evaluation_objects_from_mysql_result()
- create_objects_from_mysql_result
- in file abstractlink.class.php, method AbstractLink::create_objects_from_mysql_result()
- create_root_category
- in file category.class.php, method Category::create_root_category()
- category.class.php
- procedural page category.class.php
- catform.class.php
- procedural page catform.class.php
top
d
- $description
- in file evaluation.class.php, variable Evaluation::$description
- $description
- in file category.class.php, variable Category::$description
- $dropbox_table
- in file dropboxlink.class.php, variable DropboxLink::$dropbox_table
- DataForm
- in file dataform.class.php, class DataForm
Extends formvalidator with import and export forms
- DataForm
- in file dataform.class.php, method DataForm::DataForm()
Builds a form containing form items based on a given parameter
- delete
- in file abstractlink.class.php, method AbstractLink::delete()
Delete this link from the database
- delete
- in file result.class.php, method Result::delete()
Delete this result from the database
- delete
- in file evaluation.class.php, method Evaluation::delete()
Delete this evaluation from the database
- delete
- in file category.class.php, method Category::delete()
Delete this evaluation from the database
- delete_all
- in file category.class.php, method Category::delete_all()
Delete this category and every subcategory, evaluation and result inside
- delete_linked_data
- in file abstractlink.class.php, method AbstractLink::delete_linked_data()
- delete_linked_data
- in file evallink.class.php, method EvalLink::delete_linked_data()
- delete_results
- in file evaluation.class.php, method Evaluation::delete_results()
Delete all results for this evaluation
- delete_with_results
- in file evaluation.class.php, method Evaluation::delete_with_results()
Delete this evaluation and all underlying results.
- display
- in file evalform.class.php, method EvalForm::display()
- display
- in file dataform.class.php, method DataForm::display()
- display
- in file catform.class.php, method CatForm::display()
- display
- in file userform.class.php, method UserForm::display()
- display_as_div
- in file scoredisplay.class.php, method ScoreDisplay::display_as_div()
- display_as_percent
- in file scoredisplay.class.php, method ScoreDisplay::display_as_percent()
- display_custom
- in file scoredisplay.class.php, method ScoreDisplay::display_custom()
- display_default
- in file scoredisplay.class.php, method ScoreDisplay::display_default()
- display_score
- in file scoredisplay.class.php, method ScoreDisplay::display_score()
Display a score according to the current settings
- does_name_exist
- in file category.class.php, method Category::does_name_exist()
Check if a category name (with the same parent category) already exists
- does_name_exist
- in file evaluation.class.php, method Evaluation::does_name_exist()
Check if an evaluation name (with the same parent category) already exists
- DropboxLink
- in file dropboxlink.class.php, method DropboxLink::DropboxLink()
- DropboxLink
- in file dropboxlink.class.php, class DropboxLink
Gradebook link to dropbox item
- dropboxlink.class.php
- procedural page dropboxlink.class.php
- dataform.class.php
- procedural page dataform.class.php
top
e
- $evaluation
- in file evallink.class.php, variable EvalLink::$evaluation
- $evaluation
- in file result.class.php, variable Result::$evaluation
- $evaluation_object
- in file evalform.class.php, variable EvalForm::$evaluation_object
- $eval_date
- in file evaluation.class.php, variable Evaluation::$eval_date
- $eval_max
- in file evaluation.class.php, variable Evaluation::$eval_max
- $exercise_data
- in file exerciselink.class.php, variable ExerciseLink::$exercise_data
- $exercise_table
- in file exerciselink.class.php, variable ExerciseLink::$exercise_table
- $extra
- in file linkform.class.php, variable LinkForm::$extra
- $extra
- in file evalform.class.php, variable EvalForm::$extra
- EvalForm
- in file evalform.class.php, class EvalForm
Extends formvalidator with add&edit forms for evaluations
- EvalForm
- in file evalform.class.php, method EvalForm::EvalForm()
Builds a form containing form items based on a given parameter
- EvalLink
- in file evallink.class.php, class EvalLink
Class to be used as basis for links referring to Evaluation objects.
- EvalLink
- in file evallink.class.php, method EvalLink::EvalLink()
Constructor
- Evaluation
- in file evaluation.class.php, class Evaluation
Defines a gradebook Evaluation object
- Evaluation
- in file evaluation.class.php, method Evaluation::Evaluation()
- ExerciseLink
- in file exerciselink.class.php, method ExerciseLink::ExerciseLink()
- ExerciseLink
- in file exerciselink.class.php, class ExerciseLink
Defines a gradebook ExerciseLink object.
- evallink.class.php
- procedural page evallink.class.php
- evaluation.class.php
- procedural page evaluation.class.php
- exerciselink.class.php
- procedural page exerciselink.class.php
- evalform.class.php
- procedural page evalform.class.php
top
top
g
- get_all_courses
- in file category.class.php, method Category::get_all_courses()
Generate an array of all courses that a teacher is admin of.
- get_all_links
- in file abstractlink.class.php, method AbstractLink::get_all_links()
- get_all_links
- in file exerciselink.class.php, method ExerciseLink::get_all_links()
Generate an array of all exercises available.
- get_all_links
- in file learnpathlink.class.php, method LearnpathLink::get_all_links()
Generate an array of all learnpaths available.
- get_all_types
- in file linkfactory.class.php, method LinkFactory::get_all_types()
Return an array of all known link types
- get_category_id
- in file evaluation.class.php, method Evaluation::get_category_id()
- get_category_id
- in file abstractlink.class.php, method AbstractLink::get_category_id()
- get_certificate_min_score
- in file category.class.php, method Category::get_certificate_min_score()
- get_color_display_end_tag
- in file scoredisplay.class.php, method ScoreDisplay::get_color_display_end_tag()
- get_color_display_start_tag
- in file scoredisplay.class.php, method ScoreDisplay::get_color_display_start_tag()
- get_color_split_value
- in file scoredisplay.class.php, method ScoreDisplay::get_color_split_value()
If coloring is enabled, scores below this value will be displayed in red.
- get_course_code
- in file evaluation.class.php, method Evaluation::get_course_code()
- get_course_code
- in file category.class.php, method Category::get_course_code()
- get_course_code
- in file abstractlink.class.php, method AbstractLink::get_course_code()
- get_custom_displays
- in file scoredisplay.class.php, method ScoreDisplay::get_custom_displays()
Get current custom score display settings
- get_custom_score_display_settings
- in file scoredisplay.class.php, method ScoreDisplay::get_custom_score_display_settings()
If custom score display is enabled, this will return the current settings.
- get_date
- in file category.class.php, method Category::get_date()
- get_date
- in file result.class.php, method Result::get_date()
- get_date
- in file abstractlink.class.php, method AbstractLink::get_date()
- get_date
- in file evaluation.class.php, method Evaluation::get_date()
- get_description
- in file learnpathlink.class.php, method LearnpathLink::get_description()
Get description to display: same as learnpath description
- get_description
- in file evallink.class.php, method EvalLink::get_description()
- get_description
- in file exerciselink.class.php, method ExerciseLink::get_description()
Get description to display: same as exercise description
- get_description
- in file evaluation.class.php, method Evaluation::get_description()
- get_description
- in file category.class.php, method Category::get_description()
- get_dropbox_table
- in file dropboxlink.class.php, method DropboxLink::get_dropbox_table()
Lazy load function to get the dropbox database table
- get_evaluation
- in file evallink.class.php, method EvalLink::get_evaluation()
Lazy load function to get the linked evaluation
- get_evaluations
- in file category.class.php, method Category::get_evaluations()
Get appropriate evaluations visible for the user
- get_evaluations_with_result_for_student
- in file evaluation.class.php, method Evaluation::get_evaluations_with_result_for_student()
Retrieve evaluations where a student has results for
- get_evaluation_id
- in file result.class.php, method Result::get_evaluation_id()
- get_evaluation_link
- in file linkfactory.class.php, method LinkFactory::get_evaluation_link()
Get the link object referring to an evaluation
- get_exercise_data
- in file exerciselink.class.php, method ExerciseLink::get_exercise_data()
Lazy load function to get the database contents of this exercise
- get_exercise_table
- in file exerciselink.class.php, method ExerciseLink::get_exercise_table()
Lazy load function to get the database table of the exercise
- get_icon_name
- in file evaluation.class.php, method Evaluation::get_icon_name()
- get_icon_name
- in file category.class.php, method Category::get_icon_name()
- get_icon_name
- in file abstractlink.class.php, method AbstractLink::get_icon_name()
- get_id
- in file category.class.php, method Category::get_id()
- get_id
- in file evaluation.class.php, method Evaluation::get_id()
- get_id
- in file result.class.php, method Result::get_id()
- get_id
- in file abstractlink.class.php, method AbstractLink::get_id()
- get_independent_categories_with_result_for_student
- in file category.class.php, method Category::get_independent_categories_with_result_for_student()
Retrieve all categories inside a course independent category that should be visible to a student.
- get_itemprop_table
- in file studentpublicationlink.class.php, method StudentPublicationLink::get_itemprop_table()
Lazy load function to get the database table of the item properties
- get_item_type
- in file abstractlink.class.php, method AbstractLink::get_item_type()
- get_item_type
- in file evaluation.class.php, method Evaluation::get_item_type()
- get_item_type
- in file category.class.php, method Category::get_item_type()
- get_learnpath_data
- in file learnpathlink.class.php, method LearnpathLink::get_learnpath_data()
Lazy load function to get the database contents of this learnpath
- get_learnpath_table
- in file learnpathlink.class.php, method LearnpathLink::get_learnpath_table()
Lazy load function to get the database table of the learnpath
- get_link
- in file exerciselink.class.php, method ExerciseLink::get_link()
Get URL where to go to if the user clicks on the link.
- get_link
- in file abstractlink.class.php, method AbstractLink::get_link()
- get_link
- in file learnpathlink.class.php, method LearnpathLink::get_link()
Get URL where to go to if the user clicks on the link.
- get_link
- in file evallink.class.php, method EvalLink::get_link()
- get_links
- in file category.class.php, method Category::get_links()
Get appropriate links visible for the user
- get_max
- in file evallink.class.php, method EvalLink::get_max()
- get_max
- in file evaluation.class.php, method Evaluation::get_max()
- get_name
- in file exerciselink.class.php, method ExerciseLink::get_name()
Get name to display: same as exercise title
- get_name
- in file evaluation.class.php, method Evaluation::get_name()
- get_name
- in file evallink.class.php, method EvalLink::get_name()
- get_name
- in file category.class.php, method Category::get_name()
- get_name
- in file learnpathlink.class.php, method LearnpathLink::get_name()
Get name to display: same as learnpath title
- get_not_created_course_categories
- in file category.class.php, method Category::get_not_created_course_categories()
Generate an array of courses that a teacher hasn't created a category for.
- get_not_created_links
- in file learnpathlink.class.php, method LearnpathLink::get_not_created_links()
Generate an array of learnpaths that a teacher hasn't created a link for.
- get_not_created_links
- in file exerciselink.class.php, method ExerciseLink::get_not_created_links()
Generate an array of exercises that a teacher hasn't created a link for.
- get_not_created_links
- in file abstractlink.class.php, method AbstractLink::get_not_created_links()
- get_not_subscribed_students
- in file evaluation.class.php, method Evaluation::get_not_subscribed_students()
Get a list of students that do not have a result record for this evaluation
- get_parent_id
- in file category.class.php, method Category::get_parent_id()
- get_ref_id
- in file abstractlink.class.php, method AbstractLink::get_ref_id()
- get_root_categories_for_student
- in file category.class.php, method Category::get_root_categories_for_student()
Return array of Category objects where a student is subscribed to.
- get_root_categories_for_teacher
- in file category.class.php, method Category::get_root_categories_for_teacher()
Return array of Category objects where a teacher is admin for.
- get_score
- in file result.class.php, method Result::get_score()
- get_studpub_table
- in file studentpublicationlink.class.php, method StudentPublicationLink::get_studpub_table()
Lazy load function to get the database table of the student publications
- get_subcategories
- in file category.class.php, method Category::get_subcategories()
Get appropriate subcategories visible for the user
- get_target_categories
- in file evaluation.class.php, method Evaluation::get_target_categories()
Generate an array of possible categories where this evaluation can be moved to.
- get_target_categories
- in file category.class.php, method Category::get_target_categories()
Generate an array of possible categories where this category can be moved to.
- get_target_categories
- in file abstractlink.class.php, method AbstractLink::get_target_categories()
Generate an array of possible categories where this link can be moved to.
- get_tree
- in file category.class.php, method Category::get_tree()
Generate an array of all categories the user can navigate to
- get_type
- in file abstractlink.class.php, method AbstractLink::get_type()
- get_type_name
- in file exerciselink.class.php, method ExerciseLink::get_type_name()
- get_type_name
- in file dropboxlink.class.php, method DropboxLink::get_type_name()
- get_type_name
- in file learnpathlink.class.php, method LearnpathLink::get_type_name()
- get_type_name
- in file abstractlink.class.php, method AbstractLink::get_type_name()
- get_type_name
- in file studentpublicationlink.class.php, method StudentPublicationLink::get_type_name()
- get_user_id
- in file evaluation.class.php, method Evaluation::get_user_id()
- get_user_id
- in file category.class.php, method Category::get_user_id()
- get_user_id
- in file abstractlink.class.php, method AbstractLink::get_user_id()
- get_user_id
- in file result.class.php, method Result::get_user_id()
- get_view_url
- in file dropboxlink.class.php, method DropboxLink::get_view_url()
- get_view_url
- in file abstractlink.class.php, method AbstractLink::get_view_url()
- get_view_url
- in file studentpublicationlink.class.php, method StudentPublicationLink::get_view_url()
- get_weight
- in file evaluation.class.php, method Evaluation::get_weight()
- get_weight
- in file abstractlink.class.php, method AbstractLink::get_weight()
- get_weight
- in file category.class.php, method Category::get_weight()
top
top
i
- $id
- in file abstractlink.class.php, variable AbstractLink::$id
- $id
- in file result.class.php, variable Result::$id
- $id
- in file category.class.php, variable Category::$id
- $id
- in file evaluation.class.php, variable Evaluation::$id
- $itemprop_table
- in file studentpublicationlink.class.php, variable StudentPublicationLink::$itemprop_table
- instance
- in file scoredisplay.class.php, method ScoreDisplay::instance()
Get the instance of this class
- is_allowed_to_change_name
- in file abstractlink.class.php, method AbstractLink::is_allowed_to_change_name()
- is_allowed_to_change_name
- in file exerciselink.class.php, method ExerciseLink::is_allowed_to_change_name()
- is_allowed_to_change_name
- in file learnpathlink.class.php, method LearnpathLink::is_allowed_to_change_name()
- is_allowed_to_change_name
- in file studentpublicationlink.class.php, method StudentPublicationLink::is_allowed_to_change_name()
- is_allowed_to_change_name
- in file dropboxlink.class.php, method DropboxLink::is_allowed_to_change_name()
- is_certificate_available
- in file category.class.php, method Category::is_certificate_available()
Checks if the certificate is available for the given user in this category
- is_coloring_enabled
- in file scoredisplay.class.php, method ScoreDisplay::is_coloring_enabled()
Is coloring enabled ?
- is_course
- in file category.class.php, method Category::is_course()
Is this category a course ? A category is a course if it has a course code and no parent category.
- is_custom
- in file scoredisplay.class.php, method ScoreDisplay::is_custom()
Is custom score display enabled ?
- is_movable
- in file category.class.php, method Category::is_movable()
Can this category be moved to somewhere else ? The root and courses cannot be moved.
- is_upperlimit_included
- in file scoredisplay.class.php, method ScoreDisplay::is_upperlimit_included()
Is upperlimit included ?
- is_valid_link
- in file exerciselink.class.php, method ExerciseLink::is_valid_link()
Check if this still links to an exercise
- is_valid_link
- in file abstractlink.class.php, method AbstractLink::is_valid_link()
- is_valid_link
- in file learnpathlink.class.php, method LearnpathLink::is_valid_link()
Check if this still links to a learnpath
- is_valid_link
- in file evallink.class.php, method EvalLink::is_valid_link()
- is_valid_score
- in file evaluation.class.php, method Evaluation::is_valid_score()
Check if the given score is possible for this evaluation
- is_visible
- in file evaluation.class.php, method Evaluation::is_visible()
- is_visible
- in file category.class.php, method Category::is_visible()
- is_visible
- in file abstractlink.class.php, method AbstractLink::is_visible()
top
l
- $learnpath_data
- in file learnpathlink.class.php, variable LearnpathLink::$learnpath_data
- $learnpath_table
- in file learnpathlink.class.php, variable LearnpathLink::$learnpath_table
- $link_date
- in file abstractlink.class.php, variable AbstractLink::$link_date
- $link_object
- in file linkform.class.php, variable LinkForm::$link_object
- LearnpathLink
- in file learnpathlink.class.php, class LearnpathLink
Defines a gradebook LearnpathLink object.
- LearnpathLink
- in file learnpathlink.class.php, method LearnpathLink::LearnpathLink()
- LinkFactory
- in file linkfactory.class.php, class LinkFactory
Factory for link objects
- LinkForm
- in file linkform.class.php, method LinkForm::LinkForm()
Builds a form containing form items based on a given parameter
- LinkForm
- in file linkform.class.php, class LinkForm
Forms related to links
- LINK_DROPBOX
- in file linkfactory.class.php, constant LINK_DROPBOX
- LINK_EXERCISE
- in file linkfactory.class.php, constant LINK_EXERCISE
- LINK_LEARNPATH
- in file linkfactory.class.php, constant LINK_LEARNPATH
- LINK_STUDENTPUBLICATION
- in file linkfactory.class.php, constant LINK_STUDENTPUBLICATION
- load
- in file category.class.php, method Category::load()
Retrieve categories and return them as an array of Category objects
- load
- in file abstractlink.class.php, method AbstractLink::load()
Retrieve links and return them as an array of extensions of AbstractLink.
- load
- in file result.class.php, method Result::load()
Retrieve results and return them as an array of Result objects
- load
- in file evaluation.class.php, method Evaluation::load()
Retrieve evaluations and return them as an array of Evaluation objects
- load
- in file linkfactory.class.php, method LinkFactory::load()
Retrieve links and return them as an array of extensions of AbstractLink.
- load_bool_setting
- in file scoredisplay.class.php, method ScoreDisplay::load_bool_setting()
- load_int_setting
- in file scoredisplay.class.php, method ScoreDisplay::load_int_setting()
- learnpathlink.class.php
- procedural page learnpathlink.class.php
- linkfactory.class.php
- procedural page linkfactory.class.php
- linkform.class.php
- procedural page linkform.class.php
top
top
n
- $name
- in file evaluation.class.php, variable Evaluation::$name
- $name
- in file category.class.php, variable Category::$name
- needs_max
- in file abstractlink.class.php, method AbstractLink::needs_max()
- needs_max
- in file learnpathlink.class.php, method LearnpathLink::needs_max()
- needs_max
- in file evallink.class.php, method EvalLink::needs_max()
- needs_max
- in file exerciselink.class.php, method ExerciseLink::needs_max()
- needs_name_and_description
- in file learnpathlink.class.php, method LearnpathLink::needs_name_and_description()
- needs_name_and_description
- in file exerciselink.class.php, method ExerciseLink::needs_name_and_description()
- needs_name_and_description
- in file evallink.class.php, method EvalLink::needs_name_and_description()
- needs_name_and_description
- in file abstractlink.class.php, method AbstractLink::needs_name_and_description()
- needs_results
- in file learnpathlink.class.php, method LearnpathLink::needs_results()
- needs_results
- in file evallink.class.php, method EvalLink::needs_results()
- needs_results
- in file abstractlink.class.php, method AbstractLink::needs_results()
- needs_results
- in file exerciselink.class.php, method ExerciseLink::needs_results()
top
top
top
s
- $score
- in file result.class.php, variable Result::$score
- $studpub_table
- in file studentpublicationlink.class.php, variable StudentPublicationLink::$studpub_table
- studentpublicationlink.class.php
- procedural page studentpublicationlink.class.php
- scoredisplayform.class.php
- procedural page scoredisplayform.class.php
- scoredisplay.class.php
- procedural page scoredisplay.class.php
- save
- in file abstractlink.class.php, method AbstractLink::save()
Update the properties of this link in the database
- save
- in file result.class.php, method Result::save()
Update the properties of this result in the database
- save
- in file category.class.php, method Category::save()
Update the properties of this category in the database
- save
- in file evaluation.class.php, method Evaluation::save()
Update the properties of this evaluation in the database
- save_bool_setting
- in file scoredisplay.class.php, method ScoreDisplay::save_bool_setting()
- save_int_setting
- in file scoredisplay.class.php, method ScoreDisplay::save_int_setting()
- save_linked_data
- in file evallink.class.php, method EvalLink::save_linked_data()
- save_linked_data
- in file abstractlink.class.php, method AbstractLink::save_linked_data()
- ScoreDisplay
- in file scoredisplay.class.php, method ScoreDisplay::ScoreDisplay()
Protected constructor - call instance() to instantiate
- ScoreDisplay
- in file scoredisplay.class.php, class ScoreDisplay
Class to display scores according to the settings made by the platform admin.
- ScoreDisplayForm
- in file scoredisplayform.class.php, class ScoreDisplayForm
Form for the score display dialog
- ScoreDisplayForm
- in file scoredisplayform.class.php, method ScoreDisplayForm::ScoreDisplayForm()
- SCORE_AVERAGE
- in file scoredisplay.class.php, constant SCORE_AVERAGE
- SCORE_BOTH
- in file scoredisplay.class.php, constant SCORE_BOTH
- SCORE_DIV
- in file scoredisplay.class.php, constant SCORE_DIV
- SCORE_DIV_PERCENT
- in file scoredisplay.class.php, constant SCORE_DIV_PERCENT
- SCORE_IGNORE_SPLIT
- in file scoredisplay.class.php, constant SCORE_IGNORE_SPLIT
- SCORE_ONLY_CUSTOM
- in file scoredisplay.class.php, constant SCORE_ONLY_CUSTOM
- SCORE_ONLY_DEFAULT
- in file scoredisplay.class.php, constant SCORE_ONLY_DEFAULT
- SCORE_PERCENT
- in file scoredisplay.class.php, constant SCORE_PERCENT
- setDefaults
- in file catform.class.php, method CatForm::setDefaults()
- setDefaults
- in file dataform.class.php, method DataForm::setDefaults()
- setDefaults
- in file userform.class.php, method UserForm::setDefaults()
- setDefaults
- in file evalform.class.php, method EvalForm::setDefaults()
- set_category_id
- in file abstractlink.class.php, method AbstractLink::set_category_id()
- set_category_id
- in file evaluation.class.php, method Evaluation::set_category_id()
- set_certificate_min_score
- in file category.class.php, method Category::set_certificate_min_score()
- set_coloring_enabled
- in file scoredisplay.class.php, method ScoreDisplay::set_coloring_enabled()
Update the 'coloring' setting
- set_color_split_value
- in file scoredisplay.class.php, method ScoreDisplay::set_color_split_value()
Update the 'colorsplit' setting
- set_course_code
- in file evaluation.class.php, method Evaluation::set_course_code()
- set_course_code
- in file category.class.php, method Category::set_course_code()
- set_course_code
- in file abstractlink.class.php, method AbstractLink::set_course_code()
- set_custom
- in file scoredisplay.class.php, method ScoreDisplay::set_custom()
Update the 'custom' setting
- set_date
- in file result.class.php, method Result::set_date()
- set_date
- in file evallink.class.php, method EvalLink::set_date()
- set_date
- in file abstractlink.class.php, method AbstractLink::set_date()
- set_date
- in file evaluation.class.php, method Evaluation::set_date()
- set_description
- in file evaluation.class.php, method Evaluation::set_description()
- set_description
- in file category.class.php, method Category::set_description()
- set_description
- in file evallink.class.php, method EvalLink::set_description()
- set_description
- in file abstractlink.class.php, method AbstractLink::set_description()
- set_evaluation_id
- in file result.class.php, method Result::set_evaluation_id()
- set_id
- in file result.class.php, method Result::set_id()
- set_id
- in file category.class.php, method Category::set_id()
- set_id
- in file evaluation.class.php, method Evaluation::set_id()
- set_id
- in file abstractlink.class.php, method AbstractLink::set_id()
- set_max
- in file abstractlink.class.php, method AbstractLink::set_max()
- set_max
- in file evaluation.class.php, method Evaluation::set_max()
- set_max
- in file evallink.class.php, method EvalLink::set_max()
- set_name
- in file category.class.php, method Category::set_name()
- set_name
- in file abstractlink.class.php, method AbstractLink::set_name()
- set_name
- in file evaluation.class.php, method Evaluation::set_name()
- set_name
- in file evallink.class.php, method EvalLink::set_name()
- set_parent_id
- in file category.class.php, method Category::set_parent_id()
- set_ref_id
- in file abstractlink.class.php, method AbstractLink::set_ref_id()
- set_score
- in file result.class.php, method Result::set_score()
- set_type
- in file abstractlink.class.php, method AbstractLink::set_type()
- set_upperlimit_included
- in file scoredisplay.class.php, method ScoreDisplay::set_upperlimit_included()
Update the 'upperlimit' setting
- set_user_id
- in file category.class.php, method Category::set_user_id()
- set_user_id
- in file abstractlink.class.php, method AbstractLink::set_user_id()
- set_user_id
- in file evaluation.class.php, method Evaluation::set_user_id()
- set_user_id
- in file result.class.php, method Result::set_user_id()
- set_visible
- in file category.class.php, method Category::set_visible()
- set_visible
- in file evaluation.class.php, method Evaluation::set_visible()
- set_visible
- in file abstractlink.class.php, method AbstractLink::set_visible()
- set_visible
- in file evallink.class.php, method EvalLink::set_visible()
- set_weight
- in file evaluation.class.php, method Evaluation::set_weight()
- set_weight
- in file abstractlink.class.php, method AbstractLink::set_weight()
- set_weight
- in file category.class.php, method Category::set_weight()
- set_weight
- in file evallink.class.php, method EvalLink::set_weight()
- sort_by_user
- in file evalform.class.php, method EvalForm::sort_by_user()
- sort_display
- in file scoredisplay.class.php, method ScoreDisplay::sort_display()
- StudentPublicationLink
- in file studentpublicationlink.class.php, class StudentPublicationLink
Gradebook link to student publication item
- StudentPublicationLink
- in file studentpublicationlink.class.php, method StudentPublicationLink::StudentPublicationLink()
top
t
- $type
- in file abstractlink.class.php, variable AbstractLink::$type
- TYPE_ADD
- in file catform.class.php, class constant CatForm::TYPE_ADD
- TYPE_ADD
- in file evalform.class.php, class constant EvalForm::TYPE_ADD
- TYPE_ADD_USERS_TO_EVAL
- in file evalform.class.php, class constant EvalForm::TYPE_ADD_USERS_TO_EVAL
- TYPE_ALL_RESULTS_EDIT
- in file evalform.class.php, class constant EvalForm::TYPE_ALL_RESULTS_EDIT
- TYPE_CREATE
- in file linkform.class.php, class constant LinkForm::TYPE_CREATE
- TYPE_EDIT
- in file catform.class.php, class constant CatForm::TYPE_EDIT
- TYPE_EDIT
- in file evalform.class.php, class constant EvalForm::TYPE_EDIT
- TYPE_EXPORT
- in file dataform.class.php, class constant DataForm::TYPE_EXPORT
- TYPE_EXPORT_PDF
- in file dataform.class.php, class constant DataForm::TYPE_EXPORT_PDF
- TYPE_IMPORT
- in file dataform.class.php, class constant DataForm::TYPE_IMPORT
- TYPE_MOVE
- in file catform.class.php, class constant CatForm::TYPE_MOVE
- TYPE_MOVE
- in file linkform.class.php, class constant LinkForm::TYPE_MOVE
- TYPE_MOVE
- in file evalform.class.php, class constant EvalForm::TYPE_MOVE
- TYPE_RESULT_ADD
- in file evalform.class.php, class constant EvalForm::TYPE_RESULT_ADD
- TYPE_RESULT_EDIT
- in file evalform.class.php, class constant EvalForm::TYPE_RESULT_EDIT
- TYPE_SELECT_COURSE
- in file catform.class.php, class constant CatForm::TYPE_SELECT_COURSE
- TYPE_SIMPLE_SEARCH
- in file userform.class.php, class constant UserForm::TYPE_SIMPLE_SEARCH
- TYPE_USER_INFO
- in file userform.class.php, class constant UserForm::TYPE_USER_INFO
top
top
top
top
|
|