mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merged from McMasterReports branch
This commit is contained in:
@@ -416,7 +416,7 @@ while ($Row = $QueryResult->FetchRow())
|
||||
$question->append_child($response);
|
||||
break;
|
||||
case "S": //SHORT FREE TEXT
|
||||
$response->append_child(create_free("text",get_length($qid,"maximum_chars","240"),""));
|
||||
$response->append_child(create_free("text",get_length($qid,"text_input_width","240"),""));
|
||||
$question->append_child($response);
|
||||
break;
|
||||
case "T": //LONG FREE TEXT
|
||||
@@ -502,7 +502,8 @@ while ($Row = $QueryResult->FetchRow())
|
||||
$response->set_attribute("varName",'datecomp');
|
||||
$response->append_child(create_free("text",16,""));
|
||||
$question->append_child($response);
|
||||
|
||||
|
||||
|
||||
$questionnaire->append_child($section);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user