-
Notifications
You must be signed in to change notification settings - Fork 56
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
[FEATURE] Pix Junior - Utiliser les options de validation de challenge provenant de Pix Editor #11296
[FEATURE] Pix Junior - Utiliser les options de validation de challenge provenant de Pix Editor #11296
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,8 @@ describe('Integration | Repository | challenge-repository', function () { | |
locales: ['fr', 'nl'], | ||
competenceId: 'competenceId00', | ||
skillId: 'skillId00', | ||
hasEmbedInternalValidation: true, | ||
noValidationNeeded: true, | ||
}; | ||
const challengeData01_skill00_qcu_valide_flashCompatible_fren_withEmbedJson = { | ||
id: 'challengeId01', | ||
|
@@ -83,6 +85,8 @@ describe('Integration | Repository | challenge-repository', function () { | |
locales: ['fr', 'en'], | ||
competenceId: 'competenceId00', | ||
skillId: 'skillId00', | ||
hasEmbedInternalValidation: true, | ||
noValidationNeeded: true, | ||
}; | ||
Comment on lines
+88
to
90
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. même question |
||
const challengeData02_skill00_qcm_archive_flashCompatible_en_noEmbedJson = { | ||
id: 'challengeId02', | ||
|
@@ -531,6 +535,8 @@ describe('Integration | Repository | challenge-repository', function () { | |
}), | ||
webComponentTagName: 'web-component', | ||
webComponentProps: { prop1: 'value1', prop2: 'value2' }, | ||
hasEmbedInternalValidation: true, | ||
noValidationNeeded: true, | ||
Comment on lines
+538
to
+539
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Même question |
||
}), | ||
); | ||
}); | ||
|
@@ -584,6 +590,8 @@ describe('Integration | Repository | challenge-repository', function () { | |
difficulty: skillData00_tube00competence00_actif.level, | ||
hint: skillData00_tube00competence00_actif.hint_i18n.fr, | ||
}), | ||
hasEmbedInternalValidation: true, | ||
noValidationNeeded: true, | ||
Comment on lines
+593
to
+594
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Même question |
||
}), | ||
); | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce cas n'existe pas ?
Il ne vaut pas mieux faire des true/false ou false/true ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L'idée était surtout de faire des tests techniques (passage de false à true ou pas...).
Les challenges ne sont pas "réalistes", ici, c'est un QCU avec autoReply à true par exemple.