Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZQMS-1004: Fix questions wording #5820

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions plugins/questions-assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"CorrectAnswers": "Correct Answers",
"Duplicate": "Duplicate",
"Failed": "Failed",
"MultipleChoice": "Multiple Choice",
"MultipleChoiceAssessment": "Multiple Choice Assessment",
"MultipleChoiceQuestion": "Multiple Choice Question",
"MultipleChoice": "Select mulitple",
"MultipleChoiceAssessment": "Multiple selection",
"MultipleChoiceQuestion": "Multiple selection (not rated)",
"NoQuestions": "No Questions",
"Option": "Option",
"Owner": "Owner",
"Options": "Options",
"Ordering": "Ordering",
"OrderingAssessment": "Ordering Assessment",
"OrderingQuestion": "Ordering Question",
"Ordering": "Put in the correct order",
"OrderingAssessment": "Ordering",
"OrderingQuestion": "Ordering (not rated)",
"Passed": "Passed",
"Question": "Question",
"Questions": "Questions",
"Rank": "Rank",
"ReleasedBy": "Released By",
"ReleasedDate": "Released Date",
"Score": "Score",
"SingleChoice": "Single Choice",
"SingleChoiceAssessment": "Single Choice Assessment",
"SingleChoiceQuestion": "Single Choice Question",
"SingleChoice": "Select",
"SingleChoiceAssessment": "Single selection",
"SingleChoiceQuestion": "Single selection (not rated)",
"TypePercentage": "Percentage",
"TypeQuestionOption": "Option",
"TypeRank": "Rank"
Expand Down
18 changes: 9 additions & 9 deletions plugins/questions-assets/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"CorrectAnswers": "Правильные ответы",
"Duplicate": "Дублировать",
"Failed": "Не пройдено",
"MultipleChoice": "Множественный выбор",
"MultipleChoiceAssessment": "Тест с множественным выбором",
"MultipleChoiceQuestion": "Вопрос с множественным выбором",
"MultipleChoice": "Выберите один или несколько",
"MultipleChoiceAssessment": "Множественный выбор",
"MultipleChoiceQuestion": "Множественный выбор (без оценки)",
"NoQuestions": "Нет вопросов",
"Option": "Вариант",
"Options": "Варианты",
"Ordering": "Сортировка",
"OrderingAssessment": "Тест с сортировкой",
"OrderingQuestion": "Вопрос с сортировкой",
"Ordering": "Расположите в правильном порядке",
"OrderingAssessment": "Упорядочивание",
"OrderingQuestion": "Упорядочивание (без оценки)",
"Owner": "Владелец",
"Passed": "Пройдено",
"Question": "Вопрос",
Expand All @@ -25,9 +25,9 @@
"ReleasedBy": "Автор публикации",
"ReleasedDate": "Дата публикации",
"Score": "Балл",
"SingleChoice": "Одиночный выбор",
"SingleChoiceAssessment": "Вопрос с множественным выбором",
"SingleChoiceQuestion": "Вопрос с одиночным выбором",
"SingleChoice": "Выберите один",
"SingleChoiceAssessment": "Одиночный выбор",
"SingleChoiceQuestion": "Одиночный выбор (без оценки)",
"TypePercentage": "Проценты",
"TypeQuestionOption": "Вариант",
"TypeRank": "Ранг"
Expand Down