See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 403]
(no description)
File Size: | 77 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
question_reference_manager:: (1 method):
questions_with_references()
Class: question_reference_manager - X-Ref
This class should provide an API for managing question_references.questions_with_references(array $questionids) X-Ref |
Return a list of those questions from the list passed in, which are referenced. A question is referenced if either: - There is a question_reference pointing at exactly that version of that question; or - There is an 'always latest' reference, and the question id is the latest non-draft version of that question_bank_entry. param: array $questionids a list of question ids to check. return: array a list of the question ids from the input array which are referenced. |