Debug affichage des précédents résultats / quiz groupé par un abonné connecté .

This commit is contained in:
Fabrice PENHOËT 2020-11-16 12:35:40 +01:00
parent 69d8ccb50a
commit 20e3b363fa
2 changed files with 6 additions and 4 deletions

View File

@ -193,7 +193,7 @@ const getUserAnswersByGroup = async (UserId, GroupId) =>
else if(answers.length !== 0) // les réponses étant groupées par GroupId, je peux sortir de la boucle else if(answers.length !== 0) // les réponses étant groupées par GroupId, je peux sortir de la boucle
break; break;
} }
return answers; return answers;
} }
// À combien de questionnaire l'utilisateur a-t-il répondu ? et quel est son résultat moyen ? // À combien de questionnaire l'utilisateur a-t-il répondu ? et quel est son résultat moyen ?

View File

@ -8,7 +8,6 @@ block content
// Il n'y a pas d'illustration spécifique au groupe, donc on reprend celle du premier élément du groupe de quizs // Il n'y a pas d'illustration spécifique au groupe, donc on reprend celle du premier élément du groupe de quizs
- -
console.log(group);
if(group.Questionnaires.length !==0) if(group.Questionnaires.length !==0)
{ {
const imgAttributes = { alt: txtIllustration.defaultAlt, style: "opacity: 0.0;" }; const imgAttributes = { alt: txtIllustration.defaultAlt, style: "opacity: 0.0;" };
@ -105,7 +104,10 @@ block content
a(href="https://www.linkedin.com/shareArticle?mini=true&url="+linkCanonical+";title="+group.Group.title rel="nofollow noopener" title=txtQuestionnaire.btnShareQuizTxt+"LinkedIn ("+txtGeneral.alertNewWindow+")" target="_blank") a(href="https://www.linkedin.com/shareArticle?mini=true&url="+linkCanonical+";title="+group.Group.title rel="nofollow noopener" title=txtQuestionnaire.btnShareQuizTxt+"LinkedIn ("+txtGeneral.alertNewWindow+")" target="_blank")
img(src="/themes/wikilerni/img/linkedin.png" alt=txtQuestionnaire.btnShareQuizTxt+"LinkedIn") img(src="/themes/wikilerni/img/linkedin.png" alt=txtQuestionnaire.btnShareQuizTxt+"LinkedIn")
a(href="https://twitter.com/intent/tweet?url="+linkCanonical+"&text="+group.Group.title+" via @"+configTpl.twitterAccount rel="nofollow noopener" title=txtQuestionnaire.btnShareQuizTxt+"twitter ("+txtGeneral.alertNewWindow+")" target="_blank") a(href="https://twitter.com/intent/tweet?url="+linkCanonical+"&text="+group.Group.title+" via @"+configTpl.twitterAccount rel="nofollow noopener" title=txtQuestionnaire.btnShareQuizTxt+"twitter ("+txtGeneral.alertNewWindow+")" target="_blank")
img(src="/themes/wikilerni/img/twitter.png" alt=txtQuestionnaire.btnShareQuizTxt+"twitter") img(src="/themes/wikilerni/img/twitter.png" alt=txtQuestionnaire.btnShareQuizTxt+"twitter")
div#explanations(class="engraved framed")
div#explanationsContent
div#licence div#licence
p !{configTpl.licenceTxt} p !{configTpl.licenceTxt}