forked from dita-community/org.dita.learning2.html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearning2domainParams.xml
13 lines (13 loc) · 1.32 KB
/
learning2domainParams.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<extension>
<param name="lc-number-questions" expression="${arg.lc.html.numberQuestions}" if="arg.lc.html.numberQuestions"/>
<param name="lc-show-feedback" expression="${arg.lc.html.showFeedback}" if="arg.lc.html.showFeedback"/>
<param name="lc-style-correct-responses" expression="${arg.lc.html.styleCorrectResponses}" if="arg.lc.html.styleCorrectResponses"/>
<param name="lc-question-number-format" expression="${arg.lc.html.questionNumberFormat}" if="arg.lc.html.questionNumberFormat"/>
<param name="lc-question-number-prefix" expression="${arg.lc.html.questionNumberPrefix}" if="arg.lc.html.questionNumberPrefix"/>
<param name="lc-question-number-suffix" expression="${arg.lc.html.questionNumberSuffix}" if="arg.lc.html.questionNumberSuffix"/>
<param name="lc-answer-option-number-format" expression="${arg.lc.html.answerOptionNumberFormat}" if="arg.lc.html.answerOptionNumberFormat"/>
<param name="lc-show-only-correct-answer" expression="${arg.lc.html.showOnlyCorrectAnswer}" if="arg.lc.html.showOnlyCorrectAnswer"/>
<param name="lc-show-only-feedback" expression="${arg.lc.html.showOnlyFeedback}" if="arg.lc.html.showOnlyFeedback"/>
<param name="lc-hide-question-labels" expression="${arg.lc.html.hideQuestionLabels}" if="arg.lc.html.hideQuestionLabels"/>
</extension>