|
|
|
Question image is not shown. Problem is in function get_question_image().
Change the following line:
$img = get_file_url("$courseid/{$question->image}");
by
$img = get_file_url("$coursefilesdir/{$question->image}");
Thanks in advance :)
Juan.
|
|
Description
|
Question image is not shown. Problem is in function get_question_image().
Change the following line:
$img = get_file_url("$courseid/{$question->image}");
by
$img = get_file_url("$coursefilesdir/{$question->image}");
Thanks in advance :)
Juan.
|
Show » |
| No commits have yet been performed on this issue.
|
|