Skip to content

Commit

Permalink
response size in LMDL-93
Browse files Browse the repository at this point in the history
  • Loading branch information
nexterday committed Aug 4, 2016
1 parent 27cb6d9 commit d7c889a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ public function import_from_xml($data, $question, qformat_xml $format, $extra =
$question->responseformat = $format->getpath($data,
array('#', 'responseformat', 0, '#', 'text', 0, '#'
), 'plain');
$question->responsefieldlines = $format->trans_single(
$format->getpath($data, array('#', 'responsefieldlines', 0, '#'
), 1));
$question->responsefieldlines = $format->getpath($data,
array('#', 'responsefieldlines', 0, '#'
), 0);
$question->attachments = $format->getpath($data,
array('#', 'attachments', 0, '#'
), 0);
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_fileresponse';
$plugin->version = 2016082800;
$plugin->version = 2016082900;

$plugin->requires = 2015050500;

Expand Down

0 comments on commit d7c889a

Please sign in to comment.