$OnlyThoseThatCorrespondToAllTheSelectedCategories = "Must be in ALL the selected categories";
$reportByAttempts = "Report by attempts";
$QuestionsTopic = "Questions topic";
$QuestionsTopicHelp = "The questions topic will be used as the name of the test and will be sent to the AI generator to generate questions in the language configured for this course, asking for them to be generated in the Aiken format so they can easily be imported into this course.";
$AIQuestionsGenerator = "AI Questions Generator";
$AIQuestionsGeneratorNumberHelper = "Most AI generators are limited in the number of characters they can return, and often your organization will be charged based on the number of characters returned, so please use with moderation, asking for smaller numbers first, then extending as you gain confidence.
@ -8904,4 +8904,12 @@ $RepeatXDays = "Tous les x jours";
$NumberOfDays = "Nombre de jours";
$WriteAComment = "Faire un commentaire";
$ProvideACommentFirst = "Veuillez d'abord écrire un commentaire";
$QuizFinalizationDate = "Dernière date de fin d'un exercice";
$LpFinalizationDate = "Dernière date de fin d'un parcours";
$OnlyThoseThatCorrespondToAllTheSelectedCategories = "Doit être dans TOUTES les catégories sélectionnées";
$reportByAttempts = "Rapport par tentative";
$QuestionsTopic = "Sujet des questions";
$QuestionsTopicHelp = "Le sujet des questions sera utilisé à la fois comme titre de l'exercice créé et comme requête envoyée au générateur de questions par Intelligence Artificielle (IA) pour qu'il génère des questions sur ce sujet dans la langue configurée de ce cours. Vous pourrez réviser ces propositions de questions ci-dessous avant de les importer.";
$AIQuestionsGenerator = "Générateur de questions par IA";
$AIQuestionsGeneratorNumberHelper = "La plupart des générateurs basés sur l'IA limitent le nombre de caractères qu'ils peuvent renvoyer, et votre organisation sera souvent facturée sur base du nombre de caractères renvoyés. Utilisez donc cette fonctionnalité avec modération, en demandant d'abord de petits nombres de questions, puis en augmentant quand vous commencer à prendre confiance. Un bon nombre de départ est de 3 questions.";
@ -8995,4 +8995,12 @@ $RepeatXDays = "Cada x días";
$NumberOfDays = "Número de días";
$WriteAComment = "Dejar un comentario";
$ProvideACommentFirst = "Por favor deje un comentario primero";
$QuizFinalizationDate = "Última fecha de finalización de un ejercicio";
$LpFinalizationDate = "Última fecha de finalización de una lección";
$OnlyThoseThatCorrespondToAllTheSelectedCategories = "Tiene que estar en TODAS las categorias seleccionadas";
$reportByAttempts = "Reporte por intento";
$QuestionsTopic = "Tema de preguntas";
$QuestionsTopicHelp = "El tema de las preguntas será usado de un lado como título del ejercicio creado, y de otro lado para enviar al generador de inteligencia artificial (IA) para que genere preguntas en el idioma de este curso, pidiendo también que estén generadas en el formato Aiken para poder importarlas en el curso. Podrá validar/modificar las propuestas de preguntas a bajo antes de finalizar la importación.";
$AIQuestionsGenerator = "Generador de preguntas por IA";
$AIQuestionsGeneratorNumberHelper = "La mayoría de los generadores de IA son limitados en número de caracteres que pueden devolver, y vuestra organización muchas veces será facturada en base a la cantidad de caracteres devueltos. Por lo tanto, recomendamos proceder con moderación, solicitando bajas cantidades de preguntas en un primer momento, y extendiendo mientra va tomando confianza. Un buen número inicial es de 3 preguntas.";
> This plugin is meant to be later integrated into Chamilo (in a major version
release).
The AI helper plugin integrates into parts of the platform that seem the most useful to teachers/trainers or learners.
Because available Artificial Intelligence (to use the broad term) now allows us to ask for meaningful texts to be generated, we can use those systems to pre-generate content, then let the teacher/trainer review the content before publication.
Currently, this plugin is only integrated into:
- exercises: in the Aiken import form, scrolling down
$strings['plugin_comment'] = 'Integrates into parts of the platform that seem the most useful to teachers/trainers or learners';
$strings['Description'] = 'Available Artificial Intelligence services (to use the broad term) now allows you to ask for meaningful texts to be generated, we can use those systems to pre-generate content, then let the teacher/trainer review the content before publication.';
$strings['tool_enable'] = 'Enable plugin';
$strings['api_name'] = 'AI API to use';
$strings['api_key'] = 'Api key';
$strings['api_key_help'] = 'Secret key generated for your Ai api';
$strings['organization_id'] = 'Organization ID';
$strings['organization_id_help'] = 'In case your api account is from an organization.';
$strings['plugin_comment'] = 'S\'intègre dans les parties de la plateforme qui semblent les plus utiles aux enseignants.';
$strings['Description'] = 'L\'intelligence artificielle disponible (pour utiliser le terme large) nous permet désormais de demander la génération de textes significatifs, nous pouvons utiliser ces systèmes pour pré-générer du contenu, et laisser l\'enseignant/formateur perfectionner le contenu avant publication.';
$strings['tool_enable'] = 'Activer le plug-in';
$strings['api_name'] = 'Ai Api pour se connecter';
$strings['api_key'] = 'Api key';
$strings['api_key_help'] = 'Clé secrète générée pour votre API Ai';
$strings['organization_id'] = 'Organization ID';
$strings['organization_id_help'] = 'Si votre compte api provient d\'une organisation.';
$strings['plugin_comment'] = 'Se integra en partes de la plataforma que parecen más útiles para profesores/formadores o alumnos.';
$strings['Description'] = 'Debido a que la Inteligencia Artificial disponible (para usar el término amplio) ahora nos permite solicitar que se generen textos significativos, podemos usar esos sistemas para generar contenido previamente y luego dejar que el maestro/entrenador revise el contenido antes de publicarlo..';
$prompt = 'Generate %d "%s" questions in Aiken format in the %s language about "%s", making sure there is a \'ANSWER\' line for each question. \'ANSWER\' lines must only mention the letter of the correct answer, not the full answer text and not a parenthesis. The response line must not be separated from the last answer by a blank line. Each answer starts with an uppercase letter, a dot, one space and the answer text. Include an \'ANSWER_EXPLANATION\' line after the \'ANSWER\' line for each question. The terms between single quotes above must not be translated. There must be a blank line between each question. Show the question directly without any prefix. Each answer must not be quoted.';