mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 14:22:23 +02:00
* feat: Configure workspaces during creation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix question description
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix formatting
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Potential fix for pull request finding 'CodeQL / Insecure randomness'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
* Revert "Potential fix for pull request finding 'CodeQL / Insecure randomness'"
This reverts commit e37b6de69c.
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Simplify workspace creation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix layout
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Keep redesigned version
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"string": {
|
|
"Answer": "Answer",
|
|
"Answers": "Answers",
|
|
"Assessment": "Assessment",
|
|
"Assessments": "Assessments",
|
|
"CorrectAnswer": "Correct Answer",
|
|
"CorrectAnswers": "Correct Answers",
|
|
"Duplicate": "Duplicate",
|
|
"Failed": "Failed",
|
|
"MultipleChoice": "Select multiple",
|
|
"MultipleChoiceAssessment": "Multiple selection",
|
|
"MultipleChoiceQuestion": "Multiple selection (not rated)",
|
|
"NoQuestions": "No Questions",
|
|
"Option": "Option",
|
|
"Owner": "Owner",
|
|
"Options": "Options",
|
|
"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": "Select",
|
|
"SingleChoiceAssessment": "Single selection",
|
|
"SingleChoiceQuestion": "Single selection (not rated)",
|
|
"TypePercentage": "Percentage",
|
|
"TypeQuestionOption": "Option",
|
|
"TypeRank": "Rank",
|
|
"ConfigLabel": "Questions",
|
|
"ConfigDescription": "Question and assessment authoring used by training, quizzes and surveys"
|
|
}
|
|
}
|