Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wordings of inherited methods #86

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions classes/question/bank/question_text_row.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ protected function display_content($question, $rowclasses) {
}

/**
* (Copy from parent class - modified several code snippets)
* Output this column.
* Override parent function to don't show content
* @param object $question the row from the $question table, augmented with extra information.
* @param string $rowclasses CSS class names that should be applied to this row of output.
*/
Expand Down
7 changes: 0 additions & 7 deletions classes/question/bank/studentquiz_bank_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public function __construct($contexts, $pageurl, $course, $cm, $studentquiz, $pa
}

/**
* (Copy from parent class - modified several code snippets)
* Shows the question bank editing interface.
*
* The function also processes a number of actions:
Expand Down Expand Up @@ -202,7 +201,6 @@ public function display($tabname, $page, $perpage, $cat,
}

/**
* (Copy from parent class - modified several code snippets)
* process action buttons
*
* Check for commands on this page and modify variables as necessary.
Expand Down Expand Up @@ -305,8 +303,6 @@ public function process_actions() {
}

/**
* (Copy from parent class - modified several code snippets)
*
* Confirmation on process action if needed
* @return boolean
*/
Expand Down Expand Up @@ -393,8 +389,6 @@ protected function default_sort() {
}

/**
* (Copy from parent class - modified several code snippets)
*
* Create the SQL query to retrieve the indicated questions, based on
* \core_question\bank\search\condition filters.
*/
Expand Down Expand Up @@ -502,7 +496,6 @@ public function create_new_question_form($categoryid, $canadd) {
}

/**
* (Copy from parent class - modified several code snippets)
* Prints the table of questions in a category with interactions
*
* @param array $contexts Not used!
Expand Down