Skip to content

Commit

Permalink
Fixed issue #7053: exported quexml file does not contain variable nam…
Browse files Browse the repository at this point in the history
…es but SCQA identifier
  • Loading branch information
adamzammit committed Dec 10, 2012
1 parent 5413e9f commit 89b6625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/export_helper.php
Expand Up @@ -1266,7 +1266,7 @@ function quexml_export($surveyi, $quexmllan)
}

$response = $dom->createElement("response");
$sgq = $iSurveyID . "X" . $gid . "X" . $qid;
$sgq = $RowQ['title'];
$response->setAttribute("varName",$sgq);

switch ($type)
Expand Down

0 comments on commit 89b6625

Please sign in to comment.