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 ] [ 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
top

c

check_parameters
in file reporting.php, function 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 reporting.php, function comparative_check()
    count the number of users who answer positively on both options
create_form
in file survey.lib.php, method percentage::create_form()
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 yesno::create_form()
    This function creates the form elements for the yesno questions
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 score::create_form()
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 dropdown::create_form()
    This function creates the form elements for the dropdown questions
create_form
in file survey.lib.php, method open::create_form()
    This function creates the form elements for the open 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 comment::create_form()
    This function creates the form elements for a comment.
create_new_survey.php
procedural page create_new_survey.php
top

d

db_escape_string
in file survey.lib.php, function db_escape_string()
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 reporting.php, function 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 reporting.php, function display_complete_report()
    This functions displays the complete reporting
display_complete_report_row
in file reporting.php, function display_complete_report_row()
    This function displays a row (= a user and his/her answers) in the table of the complete report.
display_question_report
in file reporting.php, function display_question_report()
    This function displays the report by question.
display_question_report_score
in file reporting.php, function display_question_report_score()
display_survey_list
in file survey_list.php, function display_survey_list()
    This function displays the sortable table with all the surveys
display_survey_search_form
in file survey_list.php, function display_survey_search_form()
    This function displays the form for searching a survey
display_user_report
in file reporting.php, function 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

export_complete_report
in file reporting.php, function export_complete_report()
    the function is quite similar to display_complete_report and return a html string that can be used in a csv file
export_complete_report_row
in file reporting.php, function export_complete_report_row()
    add a line to the csv file
top

f

fillsurvey.php
procedural page fillsurvey.php
top

g

get_answers_of_question_by_user
in file reporting.php, function 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_invite.php, function get_invitations()
    This function gets all the invitations for a given survey code.
get_number_of_surveys
in file survey_list.php, function get_number_of_surveys()
    This function calculates the total number of surveys
get_number_of_survey_invitations
in file survey_invitation.php, function get_number_of_survey_invitations()
    Get the total number of survey invitations for a given survey (through $_GET['survey_id'])
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()
    This function gets all the survey data that is to be displayed in the sortable table
get_survey_invitations_data
in file survey_invitation.php, function 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 reporting.php, function 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
top

m

modify_filter
in file survey_list.php, function modify_filter()
    This function changes the modify column of the sortable table
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 fillsurvey.php, function 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 comment::render_question()
    Render the comment "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 multipleresponse::render_question()
    Render the multiple response question type
render_question
in file survey.lib.php, method percentage::render_question()
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 question::render_question()
    render the question. In this case this starts with the form tag
render_question
in file survey.lib.php, method open::render_question()
    render the open question type
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_invite.php, function save_invitations()
    This function saves all the invitations of course users and additional users in the
save_invite_mail
in file survey_invite.php, function 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 fillsurvey.php, function 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.
survey_manager
in file survey.lib.php, class survey_manager
survey_search_restriction
in file survey_list.php, function survey_search_restriction()
    this function handles the search restriction for the SQL statements
top

u

update_count_invited
in file survey_invite.php, function 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)
top

y

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

Documentation generated on Wed, 05 Sep 2007 06:14:15 +0200 by phpDocumentor 1.4.0