Skip to content

Commit

Permalink
fix: questionnaire's params were forgotten for multimodal-selection step
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF committed Sep 6, 2023
1 parent fceda1c commit 6f7ec09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ant/script/in/build-in-ddi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<xslt in="${input-file}"
out="${temp.home}/${survey-name}/${Properties.InFormat}/multimodal-selected.tmp"
style="${xslt.home}/pre-processing/ddi/multimodal-selection.xsl" classpath="${saxon.jar}" force="true">
<param name="parameters-file" expression="${questionnaires-folder}/${survey-name}/parameters.xml"/>
</xslt>
</target>

Expand Down

0 comments on commit 6f7ec09

Please sign in to comment.