Skip to content
Snippets Groups Projects
Commit 794b64bc authored by Eliott Sammier's avatar Eliott Sammier
Browse files

fix .gitignore

parent 4202f1ca
No related branches found
No related tags found
No related merge requests found
static/
public/
.hugo_build.lock
$(function () {
$("#surveyContainer").Survey({ model: new Survey.Model(jsonStatic) });
});
// Tests bouton vérification manuelle
// survey.addNavigationItem({
// id: "sv-nav-clear-page",
// title: "Check",
// action: () => {
// survey.currentPage.questions.forEach((question) => {
// for (answer of question.choices) {
// if (answer.id === question.correctAnswer) {
// console.log(answer)
// }
// }
// // let correct = question.isAnswerCorrect();
// // console.log(correct)
// console.log(question)
// });
// },
// css: "nav-button",
// innerCss: "sd-btn nav-input"
// });
// survey.onValueChanged.add((_, options) => {
// console.log(options)
// });
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment