See BT#12303
- Fix Formvalidator to handle multiple checkboxes
- Rework exercise notifications
- CourseManager::saveCourseConfigurationSetting now accepts array
will be converted into a string comma separated values.
No database change needed.
$HelpFolderLearningPaths = "INFORMATION VISIBLE TO THE TEACHER ONLY:\nThis folder contains documents which are created by the Learning Path tool. Inside this folder you can edit the HTML file which are generated by importing content from the Learning Path, as the ones imported by Chamilo Rapid, for example. We recommend hiding this folder to your students.";
$YouWillBeRedirectedInXSeconds = "Just a moment, please. You will be redirected in %s seconds...";
$ToProtectYourSiteMakeXReadOnlyAndDeleteY = "To protect your site, make the whole %s directory read-only (chmod 0555 on Linux) and delete the %s directory.";
$ToProtectYourSiteMakeXReadOnlyAndDeleteY = "To protect your site, make the whole %s directory read-only (chmod -R 0555 on Linux) and delete the %s directory.";
$NumberOfCoursesPublic = "Number of public courses";
$NumberOfCoursesOpen = "Number of open courses";
$NumberOfCoursesPrivate = "Number of private courses";
@ -8008,4 +8008,10 @@ $ReadingComprehensionLevelX = "%s words per minute";
$TutorXIsNotSubscribedToCourse = "Tutor %s is no subscribed to this course";
$UpdateTitleInLps = "Update this title in learning paths";
$WebRTCDialogHelp = "To enable video chat in your browser (if it supports it), make sure you click on the information icon on the left of the URL and then authorize the use of the webcam and microphone.";
$UpdateFile = "Update file";
$SendEmailToTeacherWhenStudentStartQuiz = "Send email to teacher when student start an exercise";
$SendEmailToTeacherWhenStudentEndQuiz = "Send email to teacher when student ends an exercise";
$SendEmailToTeacherWhenStudentEndQuizOnlyIfOpenQuestion = "Send email to teacher when student ends an exercise only if an open question is answered.";
$SendEmailToTeacherWhenStudentEndQuizOnlyIfOralQuestion = "Send email to teacher when student ends an exercise only if an oral question is answered.";
$StudentStartExercise = "Student just start an exercise";