You are here

function short_answer_perm in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 question_types/short_answer/short_answer.module \short_answer_perm()
  2. 6.3 question_types/short_answer/short_answer.module \short_answer_perm()
  3. 6.4 question_types/short_answer/short_answer.module \short_answer_perm()

Implementation of hook_perm().

File

question_types/short_answer/short_answer.module, line 184
The main file for short_answer.

Code

function short_answer_perm() {
  return array(
    'score short answer',
  );
}