- 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>
-
- 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>
-
- 27 Oct, 2021 3 commits
-
-
cescobedo authored
-
cescobedo 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.
-
- 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>
-
- 06 Oct, 2021 1 commit
-
-
cescobedo authored
-
- 04 Oct, 2021 3 commits
-
-
Marina Glancy authored
-
Sara Arjona authored
The repository_skydrive was deprecated in 3.3 and here it has been removed from core.
-
Sara Arjona authored
Word censorship filter is not widely used these days so it has been removed from Moodle core.
-
- 27 Sep, 2021 1 commit
-
-
cescobedo authored
-
- 17 Sep, 2021 3 commits
-
-
Sara Arjona authored
Picasa is discontinued since 2016 so repository_picasa has been removed from core Moodle.
-
Sara Arjona authored
Picasa is discontinued since 2016 so portfolio_picasa has been removed from core Moodle.
-
Sara Arjona authored
The Flash Player was deprecated in 2017 and officially discontinued on 31 December 2020, so media_swf player has been completely removed from Moodle core.
-
- 13 Sep, 2021 1 commit
-
-
Sara Arjona authored
Jabber is not widely used these days so message_jabber has been removed from Moodle core.
-
- 08 Sep, 2021 1 commit
-
-
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 1 commit
-
-
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 1 commit
-
-
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 2 commits
-
-
Sara Arjona authored
WebCT was acquired by Blackboard in 2006, so qformat_webct has been completely removed from Moodle core.
-
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>
-
- 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 1 commit
-
-
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.
-
- 17 Aug, 2021 1 commit
-
-
safatshahin authored
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
-
- 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.
-
- 08 Jul, 2021 1 commit
-
-
bas authored
- This tool is only available for admins - Before using this tool the hosting admin will need to have NPM installed and be able to run grunt - To create the docs pages for the library run "grunt componentlibrary" - After the pages are created the Library is available in Site adminstration > Development > UI Component Library
-
- 05 May, 2021 1 commit
-
-
- 26 Apr, 2021 1 commit
-
-
bas authored
-
- 27 Oct, 2020 4 commits
-
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
- 30 Sep, 2020 1 commit
-
-
Matteo Scaramuccia authored
-
- 21 Aug, 2020 1 commit
-
-
Peter Burnett authored
-