You are here

22 calls to _quiz_get_quiz_name() in Quiz 8.6

MultichoiceQuestion::getCreationForm in question_types/quiz_multichoice/src/Plugin/quiz/QuizQuestion/MultichoiceQuestion.php
Implementation of getCreationForm().
QuizAdminForm::buildForm in src/Form/QuizAdminForm.php
This builds the main settings form for the quiz module.
QuizBuildOnLastTest::testBuildOnLastAttempt in tests/src/Functional/QuizBuildOnLastTest.php
Test the build on last attempt functionality.
QuizController::take in src/Controller/QuizController.php
Take the quiz.
QuizQuestionEntityTrait::getNodeForm in src/Entity/QuizQuestionEntityTrait.php
Returns a node form to quiz_question_form.
QuizQuestionsForm::buildForm in src/Form/QuizQuestionsForm.php
Handles "manage questions" tab.
QuizQuestionsForm::submitForm in src/Form/QuizQuestionsForm.php
Form submission handler.
QuizResult::label in src/Entity/QuizResult.php
Get the label for this quiz result.
QuizResult::save in src/Entity/QuizResult.php
Save the Quiz result and do any post-processing to the result.
QuizResultEntityForm::buildForm in src/Entity/QuizResultEntityForm.php
Add the questions in this result to the edit form.
QuizResultEntityForm::submitForm in src/Entity/QuizResultEntityForm.php
Additionally update the score and feedback of the questions in this result.
QuizResultViewBuilder::alterBuild in src/View/QuizResultViewBuilder.php
Specific per-entity building.
QuizTakingTest::testQuizAvailability in tests/src/Functional/QuizTakingTest.php
Test the quiz availability tests.
QuizViewBuilder::alterBuild in src/View/QuizViewBuilder.php
Specific per-entity building.
quiz_entity_extra_field_info in ./quiz.module
Implements hook_field_extra_fields().
quiz_form_field_config_edit_form_alter in ./quiz.module
Implements hook_form_FORM_ID_alter().
quiz_get_feedback_options in ./quiz.module
Get the feedback options for Quizzes.
quiz_menu in ./quiz.module
Implements hook_menu().
quiz_node_prepare in ./quiz.module
Implements hook_node_prepare().
quiz_quiz_access in ./quiz.module
Implements hook_quiz_access().
quiz_user_results in ./quiz.pages.inc
Show result page for a given result id.
_quiz_remove_unscored_message in ./quiz.pages.inc
Helper function to remove the message saying the quiz haven't been scored.