Stud.IP
2.0 Revision 48548
|
Namespaces | |
namespace | evaluation |
Variables | |
const | YES = 1 |
const | NO = 0 |
const | DEBUG = 1 |
const | QUOTED = 1 |
const | UNQUOTED = 0 |
const | EVAL_MIN_SEARCHLEN = 3 |
const | EVAL_MAX_TEMPLATENAMELEN = 22 |
const | EVAL_PATH_RELATIV = "lib/evaluation/" |
const | EVAL_PATH = EVAL_PATH_RELATIV |
const | EVAL_PATH_CLASSES = EVAL_PATH."classes/" |
const | EVAL_PATH_DBCLASSES = EVAL_PATH_CLASSES."db/" |
const | EVAL_FILE_EDIT = "evaluation_admin_edit.inc.php" |
const | EVAL_FILE_TEMPLATE = "evaluation_admin_template.inc.php" |
const | EVAL_FILE_OVERVIEW = "evaluation_admin_overview.inc.php" |
const | EVAL_FILE_SHOW = "show_evaluation.php" |
const | EVAL_FILE_ADMIN = "admin_evaluation.php" |
const | EVAL_FILE_OBJECT = EVAL_PATH_CLASSES."EvaluationObject.class.php" |
const | EVAL_FILE_OBJECTDB = EVAL_PATH_DBCLASSES."EvaluationObjectDB.class.php" |
const | EVAL_FILE_EVAL = EVAL_PATH_CLASSES."Evaluation.class.php" |
const | EVAL_FILE_EVALDB = EVAL_PATH_DBCLASSES."EvaluationDB.class.php" |
const | EVAL_FILE_GROUP = EVAL_PATH_CLASSES."EvaluationGroup.class.php" |
const | EVAL_FILE_GROUPDB = EVAL_PATH_DBCLASSES."EvaluationGroupDB.class.php" |
const | EVAL_FILE_QUESTION = EVAL_PATH_CLASSES."EvaluationQuestion.class.php" |
const | EVAL_FILE_QUESTIONDB = EVAL_PATH_DBCLASSES."EvaluationQuestionDB.class.php" |
const | EVAL_FILE_ANSWER = EVAL_PATH_CLASSES."EvaluationAnswer.class.php" |
const | EVAL_FILE_ANSWERDB = EVAL_PATH_DBCLASSES."EvaluationAnswerDB.class.php" |
const | EVAL_FILE_EXPORTMANAGER = EVAL_PATH_CLASSES."EvaluationExportManager.class.php" |
const | EVAL_FILE_EXPORTMANAGERCSV = EVAL_PATH_CLASSES."EvaluationExportManagerCSV.class.php" |
const | EVAL_FILE_EVALTREE = EVAL_PATH_CLASSES."EvaluationTree.class.php" |
const | EVAL_FILE_EDIT_TREEVIEW = EVAL_PATH_CLASSES."EvaluationTreeEditView.class.php" |
const | EVAL_FILE_SHOW_TREEVIEW = EVAL_PATH_CLASSES."EvaluationTreeShowUser.class.php" |
const | HTML = EVAL_PATH_CLASSES."HTML.class.php" |
const | HTMLempty = EVAL_PATH_CLASSES."HTMLempty.class.php" |
const | EVAL_LIB_COMMON = EVAL_PATH."evaluation.lib.php" |
const | EVAL_LIB_OVERVIEW = EVAL_PATH."evaluation_admin_overview.lib.php" |
const | EVAL_LIB_EDIT = EVAL_PATH."evaluation_admin_edit.lib.php" |
const | EVAL_LIB_TEMPLATE = EVAL_PATH."evaluation_admin_template.lib.php" |
const | EVAL_LIB_SHOW = EVAL_PATH."evaluation_show.lib.php" |
const | EVAL_PIC_ICON = Assets::image_path('icons/16/grey/test.png') |
const | EVAL_PIC_PREVIEW = Assets::image_path('icons/16/blue/question-circle.png') |
const | EVAL_PIC_ADMIN = Assets::image_path('icons/16/blue/admin.png') |
const | EVAL_PIC_LOGO = Assets::image_path('infobox/evaluation.jpg') |
const | EVAL_PIC_ARROW = Assets::image_path('icons/16/green/arr_1right.png') |
const | EVAL_PIC_ARROW_ACTIVE = Assets::image_path('icons/16/green/arr_1down.png') |
const | EVAL_PIC_SUCCESS = Assets::image_path('icons/16/green/accept.png') |
const | EVAL_PIC_ERROR = Assets::image_path('icons/16/red/decline.png') |
const | EVAL_PIC_INFO = Assets::image_path('icons/16/grey/exclaim.png') |
const | EVAL_PIC_INFO_SMALL = Assets::image_path('icons/16/black/info.png') |
const | EVAL_PIC_HELP = Assets::image_path('icons/16/grey/info-circle.png') |
const | EVAL_PIC_MOVE_GROUP = Assets::image_path('icons/16/yellow/arr_2left.png') |
const | EVAL_PIC_MOVE_UP = Assets::image_path('icons/16/yellow/arr_2up.png') |
const | EVAL_PIC_MOVE_DOWN = Assets::image_path('icons/16/yellow/arr_2down.png') |
const | EVAL_PIC_MOVE_RIGHT = Assets::image_path('icons/16/yellow/arr_2right.png') |
const | EVAL_PIC_MOVE_LEFT = Assets::image_path('icons/16/yellow/arr_2left.png') |
const | EVAL_PIC_CREATE_ANSWERS = Assets::image_path('eval_create_answers.gif') |
const | EVAL_PIC_EDIT_ANSWERS = Assets::image_path('eval_edit_answers.gif') |
const | EVAL_PIC_TIME = Assets::image_path('icons/16/black/date.png') |
const | EVAL_PIC_EXCLAIM = Assets::image_path('icons/16/black/info.png') |
const | EVAL_PIC_DELETE_GROUP = Assets::image_path('icons/16/blue/trash.png') |
const | EVAL_PIC_MOVE_BUTTON = Assets::image_path('icons/16/yellow/arr_2right.png') |
const | EVAL_PIC_ADD = Assets::image_path('icons/16/blue/plus.png') |
const | EVAL_PIC_ADD_TEMPLATE = Assets::image_path('icons/16/blue/plus.png') |
const | EVAL_PIC_REMOVE = Assets::image_path('icons/16/blue/trash.png') |
const | EVAL_PIC_EDIT = Assets::image_path('icons/16/blue/edit.png') |
const | EVAL_PIC_BACK = Assets::image_path('icons/16/blue/link-intern.png') |
const | EVAL_PIC_ARROW_TEMPLATE = Assets::image_path('icons/16/blue/arr_1right.png') |
const | EVAL_PIC_ARROW_TEMPLATE_OPEN = Assets::image_path('icons/16/blue/arr_1down.png') |
const | EVAL_PIC_ARROW_NEW = Assets::image_path('icons/16/yellow/arr_1right.png') |
const | EVAL_PIC_ARROW_NEW_OPEN = Assets::image_path('icons/16/yellow/arr_1down.png') |
const | EVAL_PIC_ARROW_RUNNING = Assets::image_path('icons/16/green/arr_1right.png') |
const | EVAL_PIC_ARROW_RUNNING_OPEN = Assets::image_path('icons/16/green/arr_1down.png') |
const | EVAL_PIC_ARROW_STOPPED = Assets::image_path('icons/16/red/arr_1right.png') |
const | EVAL_PIC_ARROW_STOPPED_OPEN = Assets::image_path('icons/16/red/arr_1down.png') |
const | EVAL_PIC_TREE_ARROW = Assets::image_path('icons/16/blue/arr_1right.png') |
const | EVAL_PIC_TREE_ARROW_ACTIVE = Assets::image_path('icons/16/blue/arr_1down.png') |
const | EVAL_PIC_TREE_BLANC = Assets::image_path('forumleer.gif') |
const | EVAL_PIC_TREE_ROOT = Assets::image_path('icons/16/grey/vote.png') |
const | EVAL_PIC_TREE_GROUP = Assets::image_path('eval_group.gif') |
const | EVAL_PIC_TREE_GROUP_FILLED = Assets::image_path('eval_group_filled.gif') |
const | EVAL_PIC_TREE_QUESTIONGROUP = Assets::image_path('eval_qgroup.gif') |
const | EVAL_PIC_TREE_QUESTIONGROUP_FILLED = Assets::image_path('eval_qgroup_filled.gif') |
const | EVAL_PIC_EXPORT_FILE = Assets::image_path('icons/16/blue/file-xls.png') |
const | EVAL_PIC_YES = Assets::image_path('icons/16/green/accept.png') |
const | EVAL_PIC_NO = Assets::image_path('icons/16/red/decline.png') |
const | EVAL_PIC_SHARED = Assets::image_path('icons/16/blue/checkbox-checked.png') |
const | EVAL_PIC_NOTSHARED = Assets::image_path('icons/16/blue/checkbox-unchecked.png') |
const | EVAL_CSS_SUCCESS = "eval_success" |
const | EVAL_CSS_ERROR = "eval_error" |
const | EVAL_CSS_INFO = "eval_info" |
const DEBUG = 1 |
const EVAL_CSS_ERROR = "eval_error" |
const EVAL_CSS_INFO = "eval_info" |
const EVAL_CSS_SUCCESS = "eval_success" |
const EVAL_FILE_ADMIN = "admin_evaluation.php" |
const EVAL_FILE_ANSWER = EVAL_PATH_CLASSES."EvaluationAnswer.class.php" |
const EVAL_FILE_ANSWERDB = EVAL_PATH_DBCLASSES."EvaluationAnswerDB.class.php" |
const EVAL_FILE_EDIT = "evaluation_admin_edit.inc.php" |
const EVAL_FILE_EDIT_TREEVIEW = EVAL_PATH_CLASSES."EvaluationTreeEditView.class.php" |
const EVAL_FILE_EVAL = EVAL_PATH_CLASSES."Evaluation.class.php" |
const EVAL_FILE_EVALDB = EVAL_PATH_DBCLASSES."EvaluationDB.class.php" |
const EVAL_FILE_EVALTREE = EVAL_PATH_CLASSES."EvaluationTree.class.php" |
const EVAL_FILE_EXPORTMANAGER = EVAL_PATH_CLASSES."EvaluationExportManager.class.php" |
const EVAL_FILE_EXPORTMANAGERCSV = EVAL_PATH_CLASSES."EvaluationExportManagerCSV.class.php" |
const EVAL_FILE_GROUP = EVAL_PATH_CLASSES."EvaluationGroup.class.php" |
const EVAL_FILE_GROUPDB = EVAL_PATH_DBCLASSES."EvaluationGroupDB.class.php" |
const EVAL_FILE_OBJECT = EVAL_PATH_CLASSES."EvaluationObject.class.php" |
const EVAL_FILE_OBJECTDB = EVAL_PATH_DBCLASSES."EvaluationObjectDB.class.php" |
const EVAL_FILE_OVERVIEW = "evaluation_admin_overview.inc.php" |
const EVAL_FILE_QUESTION = EVAL_PATH_CLASSES."EvaluationQuestion.class.php" |
const EVAL_FILE_QUESTIONDB = EVAL_PATH_DBCLASSES."EvaluationQuestionDB.class.php" |
const EVAL_FILE_SHOW = "show_evaluation.php" |
const EVAL_FILE_SHOW_TREEVIEW = EVAL_PATH_CLASSES."EvaluationTreeShowUser.class.php" |
const EVAL_FILE_TEMPLATE = "evaluation_admin_template.inc.php" |
const EVAL_LIB_COMMON = EVAL_PATH."evaluation.lib.php" |
const EVAL_LIB_EDIT = EVAL_PATH."evaluation_admin_edit.lib.php" |
const EVAL_LIB_OVERVIEW = EVAL_PATH."evaluation_admin_overview.lib.php" |
const EVAL_LIB_SHOW = EVAL_PATH."evaluation_show.lib.php" |
const EVAL_LIB_TEMPLATE = EVAL_PATH."evaluation_admin_template.lib.php" |
const EVAL_MAX_TEMPLATENAMELEN = 22 |
const EVAL_MIN_SEARCHLEN = 3 |
const EVAL_PATH = EVAL_PATH_RELATIV |
const EVAL_PATH_CLASSES = EVAL_PATH."classes/" |
const EVAL_PATH_DBCLASSES = EVAL_PATH_CLASSES."db/" |
const EVAL_PATH_RELATIV = "lib/evaluation/" |
const EVAL_PIC_ADD = Assets::image_path('icons/16/blue/plus.png') |
const EVAL_PIC_ADD_TEMPLATE = Assets::image_path('icons/16/blue/plus.png') |
const EVAL_PIC_ADMIN = Assets::image_path('icons/16/blue/admin.png') |
const EVAL_PIC_ARROW = Assets::image_path('icons/16/green/arr_1right.png') |
const EVAL_PIC_ARROW_ACTIVE = Assets::image_path('icons/16/green/arr_1down.png') |
const EVAL_PIC_ARROW_NEW = Assets::image_path('icons/16/yellow/arr_1right.png') |
const EVAL_PIC_ARROW_NEW_OPEN = Assets::image_path('icons/16/yellow/arr_1down.png') |
const EVAL_PIC_ARROW_RUNNING = Assets::image_path('icons/16/green/arr_1right.png') |
const EVAL_PIC_ARROW_RUNNING_OPEN = Assets::image_path('icons/16/green/arr_1down.png') |
const EVAL_PIC_ARROW_STOPPED = Assets::image_path('icons/16/red/arr_1right.png') |
const EVAL_PIC_ARROW_STOPPED_OPEN = Assets::image_path('icons/16/red/arr_1down.png') |
const EVAL_PIC_ARROW_TEMPLATE = Assets::image_path('icons/16/blue/arr_1right.png') |
const EVAL_PIC_ARROW_TEMPLATE_OPEN = Assets::image_path('icons/16/blue/arr_1down.png') |
const EVAL_PIC_BACK = Assets::image_path('icons/16/blue/link-intern.png') |
const EVAL_PIC_CREATE_ANSWERS = Assets::image_path('eval_create_answers.gif') |
const EVAL_PIC_DELETE_GROUP = Assets::image_path('icons/16/blue/trash.png') |
const EVAL_PIC_EDIT = Assets::image_path('icons/16/blue/edit.png') |
const EVAL_PIC_EDIT_ANSWERS = Assets::image_path('eval_edit_answers.gif') |
const EVAL_PIC_ERROR = Assets::image_path('icons/16/red/decline.png') |
const EVAL_PIC_EXCLAIM = Assets::image_path('icons/16/black/info.png') |
const EVAL_PIC_EXPORT_FILE = Assets::image_path('icons/16/blue/file-xls.png') |
const EVAL_PIC_HELP = Assets::image_path('icons/16/grey/info-circle.png') |
const EVAL_PIC_ICON = Assets::image_path('icons/16/grey/test.png') |
const EVAL_PIC_INFO = Assets::image_path('icons/16/grey/exclaim.png') |
const EVAL_PIC_INFO_SMALL = Assets::image_path('icons/16/black/info.png') |
const EVAL_PIC_LOGO = Assets::image_path('infobox/evaluation.jpg') |
const EVAL_PIC_MOVE_BUTTON = Assets::image_path('icons/16/yellow/arr_2right.png') |
const EVAL_PIC_MOVE_DOWN = Assets::image_path('icons/16/yellow/arr_2down.png') |
const EVAL_PIC_MOVE_GROUP = Assets::image_path('icons/16/yellow/arr_2left.png') |
const EVAL_PIC_MOVE_LEFT = Assets::image_path('icons/16/yellow/arr_2left.png') |
const EVAL_PIC_MOVE_RIGHT = Assets::image_path('icons/16/yellow/arr_2right.png') |
const EVAL_PIC_MOVE_UP = Assets::image_path('icons/16/yellow/arr_2up.png') |
const EVAL_PIC_NO = Assets::image_path('icons/16/red/decline.png') |
const EVAL_PIC_NOTSHARED = Assets::image_path('icons/16/blue/checkbox-unchecked.png') |
const EVAL_PIC_PREVIEW = Assets::image_path('icons/16/blue/question-circle.png') |
const EVAL_PIC_REMOVE = Assets::image_path('icons/16/blue/trash.png') |
const EVAL_PIC_SHARED = Assets::image_path('icons/16/blue/checkbox-checked.png') |
const EVAL_PIC_SUCCESS = Assets::image_path('icons/16/green/accept.png') |
const EVAL_PIC_TIME = Assets::image_path('icons/16/black/date.png') |
const EVAL_PIC_TREE_ARROW = Assets::image_path('icons/16/blue/arr_1right.png') |
const EVAL_PIC_TREE_ARROW_ACTIVE = Assets::image_path('icons/16/blue/arr_1down.png') |
const EVAL_PIC_TREE_BLANC = Assets::image_path('forumleer.gif') |
const EVAL_PIC_TREE_GROUP = Assets::image_path('eval_group.gif') |
const EVAL_PIC_TREE_GROUP_FILLED = Assets::image_path('eval_group_filled.gif') |
const EVAL_PIC_TREE_QUESTIONGROUP = Assets::image_path('eval_qgroup.gif') |
const EVAL_PIC_TREE_QUESTIONGROUP_FILLED = Assets::image_path('eval_qgroup_filled.gif') |
const EVAL_PIC_TREE_ROOT = Assets::image_path('icons/16/grey/vote.png') |
const EVAL_PIC_YES = Assets::image_path('icons/16/green/accept.png') |
const HTML = EVAL_PATH_CLASSES."HTML.class.php" |
const HTMLempty = EVAL_PATH_CLASSES."HTMLempty.class.php" |
const NO = 0 |
const QUOTED = 1 |
const UNQUOTED = 0 |
const YES = 1 |