Skip to content
Snippets Groups Projects
Commit 01e55114 authored by Sivaji Ganesh Jojodae's avatar Sivaji Ganesh Jojodae
Browse files

Fixing typo change misspelled CVS to CSV (comma separated value) and...

Fixing typo change misspelled CVS to CSV (comma separated value) and permission import_questions to import questions in hook_perm by sivaji.
parent 1048195c
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ function questions_import_question_type() {
*/
function questions_import_type() {
$type = array(
'csv' => t('Comma Separated Values(CVS)'),
'csv' => t('Comma Separated Values (CSV)'),
'aiken' => t('Moodle Aiken'),
'qti' => t('Question and Test Interoperability'),
);
......
......@@ -25,7 +25,7 @@ function questions_import_help($path, $arg) {
*/
function questions_import_perm() {
return array('import_questions');
return array('import questions');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment