Skip to content
Snippets Groups Projects
Commit 61b0a46c authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Rename configuration property for consistency

parent 99fbad12
No related merge requests found
......@@ -72,7 +72,7 @@ public class ConfigurationController extends AbstractController {
@Value("${features.question-format.grid-square.enabled:false}")
private String gridSquareEnabled;
@Value("${question.answerOptionLimit:8}")
@Value("${question.answer-option-limit:8}")
private String answerOptionLimit;
@Value("${question.parse-answer-option-formatting:false}")
......
......@@ -168,7 +168,7 @@ feedback.cleanup=10
upload.filesize_b=1048576
# maximal number of answer options allowed for a skill question
question.answerOptionLimit=8
question.answer-option-limit=8
# Enable Markdown and MathJax parsing in answer options. Formatting in answer
# options should be used cautiously since it could lead to display errors.
......
......@@ -168,7 +168,7 @@ feedback.cleanup=10
upload.filesize_b=1048576
# maximal number of answer options allowed for a skill question
question.answerOptionLimit=8
question.answer-option-limit=8
# Enable Markdown and MathJax parsing in answer options. Formatting in answer
# options should be used cautiously since it could lead to display errors.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment