ajax_quiz_help |
includes/ajax_quiz/ajax_quiz.module |
@todo Please document this function. |
|
|
ajax_quiz_init |
includes/ajax_quiz/ajax_quiz.module |
@todo Please document this function. |
|
|
ajax_quiz_instruction |
includes/ajax_quiz/ajax_quiz.admin.inc |
@todo Please document this function. |
|
1 |
ajax_quiz_menu |
includes/ajax_quiz/ajax_quiz.module |
Implements hook_menu(). |
|
|
ajax_quiz_permission |
includes/ajax_quiz/ajax_quiz.module |
@todo Please document this function. |
|
|
long_answer_config |
question_types/long_answer/long_answer.module |
Implements hook_config(). |
|
|
long_answer_edit_score |
question_types/long_answer/long_answer.admin.inc |
Page handler for displaying a scoring form.
This function is called directly from the menu router. It generates a form for
scoring a quiz. |
|
1 |
long_answer_get_all_unscored_answers |
question_types/long_answer/long_answer.module |
Get all quiz scores that have not yet been evaluated. |
3 |
|
long_answer_get_answer |
question_types/long_answer/long_answer.module |
Get the answer for a question. |
2 |
|
long_answer_get_unscored_answers_by_question |
question_types/long_answer/long_answer.module |
Given a quiz, return a list of all the unscored answers. |
1 |
|
long_answer_help |
question_types/long_answer/long_answer.module |
Implements hook_help(). |
|
|
long_answer_install |
question_types/long_answer/long_answer.install |
Implements hook_install(). |
|
|
long_answer_menu |
question_types/long_answer/long_answer.module |
Implements hook_menu(). |
|
|
long_answer_questions_list |
question_types/long_answer/long_answer.module |
Generate a list of long answer questions |
1 |
|
long_answer_quiz_question_info |
question_types/long_answer/long_answer.module |
Implements hook_quiz_question_info(). |
1 |
|
long_answer_report_submit |
question_types/long_answer/long_answer.module |
Submit function for the report form |
|
1 |
long_answer_report_validate |
question_types/long_answer/long_answer.module |
Validation function for the report form |
|
1 |
long_answer_schema |
question_types/long_answer/long_answer.install |
Implements hook_schema(). |
|
|
long_answer_score_an_answer |
question_types/long_answer/long_answer.module |
Set a score for a long answer question. |
3 |
|
long_answer_score_form |
question_types/long_answer/long_answer.admin.inc |
Build a form for scoring long-answer questions. |
|
1 |
long_answer_score_form_submit |
question_types/long_answer/long_answer.admin.inc |
Submit handler for the long answer score form |
|
|
long_answer_score_form_validate |
question_types/long_answer/long_answer.admin.inc |
Validates the long answer score form |
|
|
long_answer_theme |
question_types/long_answer/long_answer.module |
Implements hook_theme(). |
|
|
long_answer_uninstall |
question_types/long_answer/long_answer.install |
Implements hook_uninstall(). |
|
|
long_answer_view_unscored |
question_types/long_answer/long_answer.admin.inc |
Generate a view of all unscored answer questions. |
|
1 |
matching_config |
question_types/matching/matching.module |
hook_config |
|
|
matching_config_validate |
question_types/matching/matching.module |
Validate the matching config form values |
|
1 |
matching_help |
question_types/matching/matching.module |
Implements hook_help(). |
|
|
matching_install |
question_types/matching/matching.install |
Implements hook_install(). |
|
|
matching_quiz_question_info |
question_types/matching/matching.module |
Implements hook_quiz_question_info(). |
1 |
|
matching_schema |
question_types/matching/matching.install |
Implements hook_schema(). |
|
|
matching_theme |
question_types/matching/matching.module |
Implements hook_theme(). |
|
|
matching_uninstall |
question_types/matching/matching.install |
Implements hook_uninstall(). |
|
|
multichoice_add_alternative_ajax_callback |
question_types/multichoice/multichoice.module |
ajax callback function used when adding alternatives to the node-form |
|
1 |
multichoice_config |
question_types/multichoice/multichoice.module |
Implements hook_config(). |
|
|
multichoice_config_validate |
question_types/multichoice/multichoice.module |
Validate the multichoice config form values |
|
1 |
multichoice_content_extra_fields |
question_types/multichoice/multichoice.module |
Implements hook_content_extra_fields(cck)(). |
|
|
multichoice_help |
question_types/multichoice/multichoice.module |
Implements hook_help(). |
|
|
multichoice_install |
question_types/multichoice/multichoice.install |
Implements hook_install(). |
|
|
multichoice_more_choices_submit |
question_types/multichoice/multichoice.module |
Submit handler used when adding more alternatives to the node-form |
|
1 |
multichoice_quiz_question_info |
question_types/multichoice/multichoice.module |
Implements hook_quiz_question_info(). |
|
|
multichoice_schema |
question_types/multichoice/multichoice.install |
Implements hook_schema(). |
|
|
multichoice_theme |
question_types/multichoice/multichoice.module |
Implements hook_theme(). |
|
|
multichoice_uninstall |
question_types/multichoice/multichoice.install |
Implements hook_uninstall(). |
|
|
multichoice_user_cancel |
question_types/multichoice/multichoice.module |
Implements hook_user_cancel(). |
|
|
multichoice_user_OLD |
question_types/multichoice/multichoice.module |
Implementation of hook user. |
|
|
quiz_access_multi_or |
./quiz.module |
Helper function to check if the user has any of a given list of permissions. |
1 |
3 |
quiz_access_my_results |
./quiz.module |
Helper function to determine if a user has access to view his quiz results |
|
1 |
quiz_access_results |
./quiz.module |
Helper function to determine if a user has access to the different results
pages. |
1 |
1 |
quiz_access_to_score |
./quiz.module |
Helper function to determine if a user has access to score a quiz. |
4 |
|