Added note about player limit

This commit is contained in:
Mawoka
2023-10-04 13:04:04 +02:00
parent 17d67eb680
commit 7dbfdbcd39
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -43,7 +43,9 @@
"download_quizzes_content": "Quizzes can be downloaded as one file and imported at any time. This also lets you move your quizzes to other ClassQuiz instances.",
"community_driven": "Community-driven",
"community_driven_content": "ClassQuiz depends on its community for funding, testing ideas, feature requests, translations and more! You can also be a part of the ClassQuiz-community!",
"how_does_classquiz_work": "How does ClassQuiz even work?"
"how_does_classquiz_work": "How does ClassQuiz even work?",
"no_player_limit": "No player limit",
"no_player_limit_content": "ClassQuiz doesn't have an artificial player limit. In theory, 1000+ players could play the same quiz, but it's tested with up to 300 players per quiz."
},
"overview_page": {
"created_at": "Created at",
+4
View File
@@ -78,6 +78,10 @@ SPDX-License-Identifier: MPL-2.0
downloadable < /li>;*/
const classquiz_reasons = [
{
headline: $t('index_page.no_player_limit'),
content: $t('index_page.no_player_limit_content'),
},
{
headline: $t('index_page.no_tracking'),
content: $t('index_page.no_tracking_content')