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

adding check_plain over the line read from questions file.

parent b7f1bd42
No related branches found
No related tags found
No related merge requests found
...@@ -313,7 +313,7 @@ function questions_import_submit_multichoice_aiken(&$form, &$form_state) { ...@@ -313,7 +313,7 @@ function questions_import_submit_multichoice_aiken(&$form, &$form_state) {
if (empty($current_line)) { if (empty($current_line)) {
break; break;
} }
$line[] = $current_line; $line[] = check_plain($current_line);
} }
// read each question and its choices and correct answer. // read each question and its choices and correct answer.
......
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