- 22 Nov, 2021 1 commit
-
-
Safat Shahin authored
This implementation will introduce bulk actions qbank plugins which can grab the selected question and perform actions according to the selected option from dropdown in the base view. Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Matt Porritt <mattp@catalyst-au.net>
-
- 05 Nov, 2021 2 commits
-
-
- 04 Nov, 2021 1 commit
-
-
Safat Shahin authored
This implementation will introduce the usage plugin which shows qhich quizes are using this question, number of attmpts and other information. Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Matt Porritt <mattp@catalyst-au.net>
-
- 03 Nov, 2021 1 commit
-
-
Nathan Nguyen authored
-
- 27 Oct, 2021 3 commits
-
-
David Mudrák authored
-
Nathan Nguyen authored
This implementation will add the statistics plugin to core. Statistics plugin shows the overall report for a question using a couple columns in the base view.
-
-
- 22 Oct, 2021 1 commit
-
-
Thong Bui authored
Fixed issue "Save" and "Submit and finish" button is not disabled when file uploading in the ticket MDL-71644
-
- 20 Oct, 2021 1 commit
-
-
Safat Shahin authored
This change resolves a unit test issue while running an individual testsuite rather than the entire one after the first init call for phpunit. It requires the file so it can point back to the comment api while required.
-
- 14 Oct, 2021 1 commit
-
-
Andrew Nicols authored
-
- 08 Oct, 2021 1 commit
-
-
Guillermo Gomez authored
This implementation will introduce a qbank plugin "comment" which will allow users with the capability to comment in a question. It also implements a callback for the question preview page to view and add comments from the preview page. Comment plugin is implemented using the existing comments API from the core. Co-Authored-By:
Guillermo Gomez Arias <guillermogomez@catalyst-au.net> Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Matt Porritt <mattp@catalyst-au.net>
-
- 10 Sep, 2021 1 commit
-
-
jun authored
-
- 08 Sep, 2021 3 commits
-
-
Sara Arjona authored
-
Sara Arjona authored
-
Safat Shahin authored
This implementation will introduce a qbank plugin "previewquestion" which will view the preview question action in the question bank actions by replacing the core classes, scripts and yui modules. This plugin will also replace the preview option in the edit question form. Having this plugin will give users the flexibility of enabling or disabling this feature from the question bank view. This change will also allow other qbank plugins to add elements or information in the preview question page by implementing a callback. It also changes the pop up to page redirect from base view page to make sure any changes in preview reflects in the base view, for example, comments added and the number of comments in the comments colum changes while back from the preview page. Other locations like edit and qtype plugins where the preview is implemented, stays the same. Co-Authored-By:
Guillermo Gomez Arias <guillermogomez@catalyst-au.net> Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net>
-
- 06 Sep, 2021 2 commits
-
-
Sara Arjona authored
-
Safat Shahin authored
This implementation will introduce a qbank plugin "tagquestion" which will implement the tag question actions in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling this action.
-
- 03 Sep, 2021 2 commits
-
-
-
Guillermo Gomez authored
This implementation will introduce a qbank plugin "managecategories" which will add the question categories feature in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling the category tab.
-
- 02 Sep, 2021 1 commit
-
-
Safat Shahin authored
This implementation will introduce a qbank plugin "exporttoxml" which will implement the export to xml action in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling this action.
-
- 31 Aug, 2021 4 commits
-
-
Marc-Alexandre Ghaly authored
This implementation will introduce a qbank plugin "viewcreator" which will view the question creator/modifier column in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling the question creator and modifier column in the question bank view. Co-Authored-By:
Marc-Alexandre Ghaly <marc-alexandreghaly@catalyst-ca.net>
-
Safat Shahin authored
This implementation will introduce a qbank plugin "viewquestiontext" which will view the question text row in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling the question text row in the question view.
-
Safat Shahin authored
This implementation will introduce a qbank plugin "viewquestionname" which will view the question name column in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling the question name column.
-
Safat Shahin authored
This implementation will introduce a qbank plugin "viewquestiontype" which will view the question type column in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling the question type in the question bank view.
-
- 26 Aug, 2021 1 commit
-
-
Guillermo Gomez authored
This implementation will introduce a qbank plugin "exporquestions" which will add the export feature in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling the export questions tab. Co-Authored-By:
Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
-
- 25 Aug, 2021 1 commit
-
-
Andrew Nicols authored
-
- 23 Aug, 2021 3 commits
-
-
Guillermo Gomez authored
This implementation will introduce a qbank plugin "exporquestions" which will add the export feature in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling the export questions tab. Co-Authored-By:
Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
-
Safat Shahin authored
This implementation will introduce a qbank plugin "importquestions" which will allow user to import a bank of questions in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling the question import in the question bank view. Co-Authored-By:
Marc-Alexandre <marc-alexandreghaly@catalyst-ca.net>
-
Safat Shahin authored
This implementation will introduce a qbank plugin "editquestion" which will implement the edit question, add question and copy question actions in the question bank view by replacing the core classes. Having this plugin will give users the flexibility of enabling or disabling these actions.
-
- 19 Aug, 2021 3 commits
-
-
Andrew Nicols authored
-
-
This implementation will introduce a qbank plugin "deletequestion" which will implement the delete question action in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling this action.
-
- 16 Aug, 2021 1 commit
-
-
safatshahin authored
This commit implements the qbank plugin type which includes the boilerplate for the qbank plugin, the qbank plugin management admin page and required core code addition.
-