Urgent Customizing $quiz->array

Urgent Customizing $quiz->array

от Shariq Ghani -
Количество ответов: 3
HI

I want to customize the quiz as per my requirements.

I need to restrict my quiz to take 270 questions from the randomly generated questions, no matter what the numbers of questions are in the quiz but system should only displays the 270 questions.

Like if I have 500 questions in my question bank so system should picked 270 random questions from the question bank.

i need to know where this array is defined in the code so i can restrict it to 270.
В ответ на Shariq Ghani

Re: Urgent Customizing $quiz->array

от Tim Hunt -
Изображение пользователя Core developers Изображение пользователя Documentation writers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Peer reviewers Изображение пользователя Plugin developers
You don't need to touch the code. Just use the add random questions feature: http://docs.moodle.org/en/Editing_a_quiz#Adding_random_questions. Obviously, to get up to 270, you will need to add 100, then 100 then 70.
В ответ на Tim Hunt

Re: Urgent Customizing $quiz->array

от Shariq Ghani -
You are right but i want to add 500 random questions to my question bank and then system should pick 270 questions out of 500 for the quiz.

as question bank gets bigger and bigger say after a while i add some more 100 questions so the total random questions are 600 now but for my quiz i want to pick 270 out of 600 questions.

do you understand me?
В ответ на Shariq Ghani

Re: Urgent Customizing $quiz->array

от Anthony Borrow -
Изображение пользователя Core developers Изображение пользователя Plugin developers Изображение пользователя Testers
Shariq - I believe I understand you and the link Tim gave you should allow you to do exactly what you hoping to do. You can select and add to a quiz 270 random questions out of a category regardless of the number of questions in that category (well, provided there are at least 270). Moodle is designed to do this so it should not require any customization. Peace - Anthony