dokeos-survey
[ class tree: dokeos-survey ] [ index: dokeos-survey ] [ all elements ]

Element index for package dokeos-survey

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ o ] [ p ] [ q ] [ r ] [ s ] [ u ] [ v ] [ y ]

a

add_remove_buttons
in file survey.lib.php, method question::add_remove_buttons()
    This functions adds two buttons. One to add an option, one to remove an option
anonymous_filter
in file survey_list.php, function anonymous_filter()
anonymous_filter
in file survey.lib.php, method SurveyUtil::anonymous_filter()
    Returns "yes" when given parameter is one, "no" for any other value
top

c

check_first_last_question
in file survey.lib.php, method SurveyUtil::check_first_last_question()
    Checks whether the given survey has a pagebreak question as the first or the last question.
check_parameters
in file survey.lib.php, method SurveyUtil::check_parameters()
    This function checks the parameters that are used in this page
comment
in file survey.lib.php, class comment
comparative_check
in file survey.lib.php, method SurveyUtil::comparative_check()
    Count the number of users who answer positively on both options
create_form
in file survey.lib.php, method question::create_form()
    This function does the generic part of any survey question: the question field
create_form
in file survey.lib.php, method score::create_form()
create_form
in file survey.lib.php, method yesno::create_form()
    This function creates the form elements for the yesno questions
create_form
in file survey.lib.php, method percentage::create_form()
create_form
in file survey.lib.php, method pagebreak::create_form()
    This function creates the form elements for a comment.
create_form
in file survey.lib.php, method dropdown::create_form()
    This function creates the form elements for the dropdown questions
create_form
in file survey.lib.php, method comment::create_form()
    This function creates the form elements for a comment.
create_form
in file survey.lib.php, method multiplechoice::create_form()
    This function creates the form elements for the multiple choice questions
create_form
in file survey.lib.php, method multipleresponse::create_form()
    This function creates the form elements for the multiple response questions
create_form
in file survey.lib.php, method open::create_form()
    This function creates the form elements for the open questions
create_new_survey.php
procedural page create_new_survey.php
top

d

delete_all_survey_answers
in file survey.lib.php, method survey_manager::delete_all_survey_answers()
    This function deletes all the answers anyone has given on this survey This function is normally only called when a survey is deleted
delete_all_survey_questions
in file survey.lib.php, method survey_manager::delete_all_survey_questions()
    This function deletes all the questions of a given survey This function is normally only called when a survey is deleted
delete_all_survey_questions_options
in file survey.lib.php, method survey_manager::delete_all_survey_questions_options()
    This function deletes all the options of the questions of a given survey This function is normally only called when a survey is deleted
delete_shared_survey_question
in file survey.lib.php, method survey_manager::delete_shared_survey_question()
    This function deletes a shared survey question from the main database and all its options
delete_survey
in file survey.lib.php, method survey_manager::delete_survey()
    This function deletes a survey (and also all the question in that survey
delete_survey_question
in file survey.lib.php, method survey_manager::delete_survey_question()
    This function deletes a survey question and all its options
delete_survey_question_option
in file survey.lib.php, method survey_manager::delete_survey_question_option()
    This function deletes the options of a given question
display_comparative_report
in file survey.lib.php, method SurveyUtil::display_comparative_report()
    This function displays the comparative report which allows you to compare two questions A comparative report creates a table where one question is on the x axis and a second question is on the y axis.
display_complete_report
in file survey.lib.php, method SurveyUtil::display_complete_report()
    This functions displays the complete reporting
display_complete_report_row
in file survey.lib.php, method SurveyUtil::display_complete_report_row()
    This function displays a row (= a user and his/her answers) in the table of the complete report.
display_html_editor_area
in file functions.inc.php, function display_html_editor_area()
    Displays the wysiwyg html editor.
display_question_report
in file survey.lib.php, method SurveyUtil::display_question_report()
    This function displays the report by question.
display_question_report_score
in file survey.lib.php, method SurveyUtil::display_question_report_score()
    Display score data about a survey question
display_success_message
in file functions.inc.php, function display_success_message()
    Displays info stating that the message is sent successfully.
display_survey_list
in file survey.lib.php, method SurveyUtil::display_survey_list()
    This function displays the sortable table with all the surveys
display_survey_search_form
in file survey.lib.php, method SurveyUtil::display_survey_search_form()
    This function displays the form for searching a survey
display_user_report
in file survey.lib.php, method SurveyUtil::display_user_report()
    This function displays the user report which is basically nothing more than a one-page display of all the questions of the survey that is filled with the answers of the person who filled the survey.
dropdown
in file survey.lib.php, class dropdown
top

e

empty_survey
in file survey.lib.php, method survey_manager::empty_survey()
    This function duplicates a survey (and also all the question in that survey
export_complete_report
in file survey.lib.php, method SurveyUtil::export_complete_report()
    Quite similar to display_complete_report(), returns an HTML string
export_complete_report_row
in file survey.lib.php, method SurveyUtil::export_complete_report_row()
    Add a line to the csv file
export_complete_report_row_xls
in file survey.lib.php, method SurveyUtil::export_complete_report_row_xls()
    Add a line to the csv file
export_complete_report_xls
in file survey.lib.php, method SurveyUtil::export_complete_report_xls()
    Quite similar to display_complete_report(), returns an HTML string
top

f

fillsurvey.php
procedural page fillsurvey.php
functions.inc.php
procedural page functions.inc.php
top

g

get_answers_of_question_by_user
in file survey.lib.php, method SurveyUtil::get_answers_of_question_by_user()
    Get all the answers of a question grouped by user
get_complete_survey_structure
in file survey.lib.php, method survey_manager::get_complete_survey_structure()
    This function gets a complete structure of a survey (all survey information, all question information of all the questions and all the options of all the questions.
get_invitations
in file survey.lib.php, method SurveyUtil::get_invitations()
    Get all the invitations
get_invited_users
in file survey.lib.php, method SurveyUtil::get_invited_users()
    This function gets all the invited users for a given survey code.
get_message_data
in file functions.inc.php, function get_message_data()
    Gets information about some messages, used for the inbox sortable table
get_new_messages
in file functions.inc.php, function get_new_messages()
    Get the new messages for the current user from the database.
get_number_of_messages
in file functions.inc.php, function get_number_of_messages()
    Gets the total number of messages, used for the inbox sortable table
get_number_of_surveys
in file survey_list.php, function get_number_of_surveys()
get_number_of_surveys
in file survey.lib.php, method SurveyUtil::get_number_of_surveys()
    This function calculates the total number of surveys
get_number_of_survey_invitations
in file survey.lib.php, method SurveyUtil::get_number_of_survey_invitations()
    Get the total number of survey invitations for a given survey (through $_GET['survey_id'])
get_online_user_list
in file functions.inc.php, function get_online_user_list()
get_people_who_filled_survey
in file survey.lib.php, method survey_manager::get_people_who_filled_survey()
    This function gets all the persons who have filled the survey
get_question
in file survey.lib.php, method survey_manager::get_question()
    This function retrieves all the information of a question
get_questions
in file survey.lib.php, method survey_manager::get_questions()
    This function gets all the question of any given survey
get_survey
in file survey.lib.php, method survey_manager::get_survey()
    This function retrieves all the survey information
get_survey_data
in file survey_list.php, function get_survey_data()
get_survey_data
in file survey.lib.php, method SurveyUtil::get_survey_data()
    This function gets all the survey data that is to be displayed in the sortable table
get_survey_invitations_data
in file survey.lib.php, method SurveyUtil::get_survey_invitations_data()
    Get all the information about the invitations of a certain survey
top

h

$html
in file survey.lib.php, variable question::$html
handle_action
in file survey.lib.php, method question::handle_action()
    This function handles the actions on a question and its answers
handle_reporting_actions
in file survey.lib.php, method SurveyUtil::handle_reporting_actions()
    This function deals with the action handling
top

i

icon_question
in file survey.lib.php, method survey_manager::icon_question()
    This function return the "icon" of the question type
inbox_display
in file functions.inc.php, function inbox_display()
    Displays the inbox of a user, listing all messages.
top

m

MESSAGES_DATABASE
in file functions.inc.php, constant MESSAGES_DATABASE
modify_filter
in file survey.lib.php, method SurveyUtil::modify_filter()
    This function changes the modify column of the sortable table
modify_filter
in file survey_list.php, function modify_filter()
move_survey_question
in file survey.lib.php, method survey_manager::move_survey_question()
    This functions moves a question of a survey up or down
multiplechoice
in file survey.lib.php, class multiplechoice
multipleresponse
in file survey.lib.php, class multipleresponse
top

o

open
in file survey.lib.php, class open
top

p

preview.php
procedural page preview.php
pagebreak
in file survey.lib.php, class pagebreak
percentage
in file survey.lib.php, class percentage
top

q

question.php
procedural page question.php
question
in file survey.lib.php, class question
top

r

reporting.php
procedural page reporting.php
remove_answer
in file survey.lib.php, method SurveyUtil::remove_answer()
    This function removes an (or multiple) answer(s) of a user on a question of a survey
render_form
in file survey.lib.php, method question::render_form()
    This functions displays the form after the html variable has correctly been finished (adding a submit button, closing the table and closing the form)
render_question
in file survey.lib.php, method multipleresponse::render_question()
    Render the multiple response question type
render_question
in file survey.lib.php, method dropdown::render_question()
    Render the dropdown question type
render_question
in file survey.lib.php, method comment::render_question()
    Render the comment "question" type
render_question
in file survey.lib.php, method open::render_question()
    render the open question type
render_question
in file survey.lib.php, method percentage::render_question()
render_question
in file survey.lib.php, method question::render_question()
    render the question. In this case this starts with the form tag
render_question
in file survey.lib.php, method yesno::render_question()
    Render the yes not question type
render_question
in file survey.lib.php, method score::render_question()
render_question
in file survey.lib.php, method multiplechoice::render_question()
    render the multiple choice question type
top

s

survey.lib.php
procedural page survey.lib.php
survey.php
procedural page survey.php
survey_invitation.php
procedural page survey_invitation.php
survey_invite.php
procedural page survey_invite.php
survey_list.php
procedural page survey_list.php
save_invitations
in file survey.lib.php, method SurveyUtil::save_invitations()
    This function saves all the invitations of course users and additional users in the
save_invite_mail
in file survey.lib.php, method SurveyUtil::save_invite_mail()
    Save the invitation mail
save_question
in file survey.lib.php, method survey_manager::save_question()
    This function saves a question in the database.
save_question_options
in file survey.lib.php, method survey_manager::save_question_options()
    This function stores the options of the questions in the table
save_shared_question
in file survey.lib.php, method survey_manager::save_shared_question()
    This function saves the question in the shared database
save_shared_question_options
in file survey.lib.php, method survey_manager::save_shared_question_options()
    This function stores the options of the questions in the shared table
score
in file survey.lib.php, class score
store_answer
in file survey.lib.php, method SurveyUtil::store_answer()
    This function stores an answer of a user on a question of a survey
store_shared_survey
in file survey.lib.php, method survey_manager::store_shared_survey()
    This function stores a shared survey in the central database.
store_survey
in file survey.lib.php, method survey_manager::store_survey()
    This function stores a survey in the database.
SurveyUtil
in file survey.lib.php, class SurveyUtil
    This class offers a series of general utility functions for survey querying and display
survey_list_user
in file survey.lib.php, method SurveyUtil::survey_list_user()
    Display all the active surveys for the given course user
survey_manager
in file survey.lib.php, class survey_manager
survey_search_restriction
in file survey.lib.php, method SurveyUtil::survey_search_restriction()
    This function handles the search restriction for the SQL statements
top

u

update_count_invited
in file survey.lib.php, method SurveyUtil::update_count_invited()
    This function recalculates the number of users who have been invited and updates the survey table with this value.
update_survey_answered
in file survey.lib.php, method survey_manager::update_survey_answered()
    This function recalculates the number of people who have taken the survey (=filled at least one question)
users_connected_by_id
in file functions.inc.php, function users_connected_by_id()
    Get the list of user_ids of users who are online.
top

v

validate_text
in file functions.inc.php, function validate_text()
top

y

yesno
in file survey.lib.php, class yesno
top

Documentation generated on Thu, 12 Jun 2008 12:53:01 -0500 by phpDocumentor 1.4.1