moodle/question/tests
safatshahin dfed4fd040 MDL-71516 core_question: Qbank api implementation
This commit implements the qbank api so that any plugin
can implement its own question bank. This api currently
works parallely with the moodle core classes and the
added qbank in the core, means the moment a plugin
is installed, that object is replaced with the object
from the plugin instead of core, which means the api
has flexibility till the plugins are integrated and the
plugins can be integrated in any order.

All the old classes are still there and not deprecated
as there is a different tracker for the changes to the
quiz and another tracker for class deprecation and
class renaming. Core question units tests are pointing
to the new api structure but the classes are pointing
to the location related to the plugin availability.

Co-Authored-By: Luca Bösch <luca.boesch@bfh.ch>
Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net>

one more array fix
2021-08-17 18:57:31 +10:00
..
behat MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
fixtures MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
generator MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
backup_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
bank_view_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
calculated_question_summary_test.php MDL-62610 mod_quiz: fix CiBoT issues 2018-10-01 08:27:28 +08:00
category_class_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
events_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
externallib_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
generator_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
importexport_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
least_used_variant_strategy_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
privacy_helper.php MDL-67183 questions: get_question & get_behaviour only init if required 2020-05-19 20:52:07 +01:00
privacy_provider_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
question_bank_column_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00
random_question_loader_test.php MDL-71516 core_question: Qbank api implementation 2021-08-17 18:57:31 +10:00