Is there a way to remove the first button "Make the Test" from a quiz?

Re: Is there a way to remove the first button "Make the Test" from a quiz?

על ידי Tim Hunt בתאריך
מספר תגובות: 0
תמונה של Core developers תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של Plugin developers

The problem is that Moodle requires that every activity has a page .../view.php, and the page with the 'Attempt quiz' button is the Quiz's view.php page.

So, it is probably not feasible to remove it. Probably what you can do id to add some JavaScript, which, as soon as the page has loaded, automatically simulates clicking the button.