Skip to content
Snippets Groups Projects
Commit b8bee647 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

developers need all features enabled

parent ce98e3df
No related merge requests found
...@@ -172,17 +172,17 @@ features.mathjax.src=//cdn.mathjax.org/mathjax/2.4-latest/MathJax.js ...@@ -172,17 +172,17 @@ features.mathjax.src=//cdn.mathjax.org/mathjax/2.4-latest/MathJax.js
# tested in a production environment over a longer time frame and/or their # tested in a production environment over a longer time frame and/or their
# behavior will change in future releases. # behavior will change in future releases.
# #
features.markdown.enabled=false features.markdown.enabled=true
features.learning-progress.enabled=false features.learning-progress.enabled=true
features.students-own-questions.enabled=false features.students-own-questions.enabled=true
features.question-format.flashcard.enabled=false features.question-format.flashcard.enabled=true
features.question-format.grid-square.enabled=false features.question-format.grid-square.enabled=true
# Without enabled session-import-export feature no sessions can be added to the # Without enabled session-import-export feature no sessions can be added to the
# public pool # public pool
# #
features.session-import-export.enabled=false features.session-import-export.enabled=true
features.public-pool.enabled=false features.public-pool.enabled=true
################################################################################ ################################################################################
...@@ -192,11 +192,11 @@ features.public-pool.enabled=false ...@@ -192,11 +192,11 @@ features.public-pool.enabled=false
feedback.cleanup=10 feedback.cleanup=10
# Maximal filesize in bytes # Maximal filesize in bytes
upload.filesize_b=1048576 upload.filesize_b=4194304
# Maximal thumbnail size in pixels # Maximal thumbnail size in pixels
imageupload.thumbnail.width=200 imageupload.thumbnail.width=400
imageupload.thumbnail.height=200 imageupload.thumbnail.height=400
# Maximal number of answer options allowed for a skill question # Maximal number of answer options allowed for a skill question
question.answer-option-limit=8 question.answer-option-limit=8
...@@ -205,13 +205,13 @@ question.answer-option-limit=8 ...@@ -205,13 +205,13 @@ question.answer-option-limit=8
# options should be used cautiously since it could lead to display errors. # options should be used cautiously since it could lead to display errors.
# Answer options will still not be parsed in diagrams. This setting has no # Answer options will still not be parsed in diagrams. This setting has no
# effect if neither MathJax nor Markdown are enabled. # effect if neither MathJax nor Markdown are enabled.
question.parse-answer-option-formatting=false question.parse-answer-option-formatting=true
# Demo session id to show above session login button # Demo session id to show above session login button
session.demo-id= session.demo-id=
# Label underneath ARSnova logo # Label underneath ARSnova logo
ui.slogan=Audience Response System ui.slogan=Audience Response System (Development)
# Links which are displayed in the frontend applications # Links which are displayed in the frontend applications
# #
...@@ -262,4 +262,4 @@ pp.session-levels.en = General Education,\ ...@@ -262,4 +262,4 @@ pp.session-levels.en = General Education,\
# #
tracking.provider=piwik tracking.provider=piwik
tracking.tracker-url= tracking.tracker-url=
tracking.site-id= tracking.site-id=
\ No newline at end of file
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