Skip to content

Commit

Permalink
Removed renderer.php as no longer needed since move to just form
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Sep 14, 2024
1 parent b60d896 commit 819b185
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# moodle-qbank_bulktags
[![PHP Support](https://img.shields.io/badge/php-8.1--8.3-blue)](https://github.com/marcusgreen/moodle-qbank_bulktags/actions)
[![Moodle Support](https://img.shields.io/badge/Moodle-4.4+-orange)](https://github.com/marcusgreen/moodle-qbank_bulktags/actions)

This is a Moodle Question bank plugin to allow bulk updating of question tags.
It was mainly created at MoodleDACH24 in Vienna. With thanks to Stephan Robotta
https://github.com/srobotta for collaboration and inspiration.
Expand Down
2 changes: 1 addition & 1 deletion classes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function bulk_tag_questions($fromform) {
/**
* Process the question came from the form post.
*
* @param array $rawquestions raw questions came as a part of post.
* @param \stdClass $request raw questions came as a part of post.
* @return array question ids got from the post are processed and structured in an array.
*/
public static function process_question_ids(\stdClass $request): array {
Expand Down
43 changes: 0 additions & 43 deletions classes/output/renderer.php

This file was deleted.

0 comments on commit 819b185

Please sign in to comment.