# Les méthodes de calcul de points d'une question

Ce chapitre explique par des exemples les différentes méthodes de calcul pour une question.

Principe :
Il existe trois méthodes de calcul : 
- Méthode du score pondéré
- Méthode du score maximal
- Méthode du score minimal

# La méthode du score pondéré

#### <span style="color: rgb(0, 0, 0);">**Principe :**</span>

<span style="color: rgb(0, 0, 0);">La méthode consiste à faire la <span style="color: rgb(239, 131, 29);">**somme de tous les poids répondus**</span>.</span>

#### **<span style="color: rgb(0, 0, 0);">Exemples :</span>**

Dans ces exemples :

- Il s’agit d’une <span style="color: rgb(239, 131, 29);">**question à choix multiples**</span>, à 4 possibilités (A, B, C et D) ;
- <span style="color: rgb(239, 131, 29);">**Plusieurs réponses**</span> peuvent être sélectionnées ;
- Chaque proposition possède un **<span style="color: rgb(239, 131, 29);">poids</span>** ;
- la question est liée à un <span style="color: rgb(239, 131, 29);">**pourcentage de points minimum**</span> (*LimiteBasse*) que l’on est certain d’obtenir quoiqu’il arrive.

Dans tous les cas ci-dessous :

- Les bonnes réponses sont les réponses A et C. Les réponses B et D sont mauvaises : ![](https://documentation.xperteam.net/uploads/images/gallery/2024-02/embedded-image-ipneh1lo.png)
- *LimiteBasse* = -25%.
- Les poids des réponses varient selon les cas.

<table border="1" id="bkmrk-cas-1-%3A-l%27utilisateu" style="border-collapse: collapse; width: 100%; height: 250px; border: 1px none #000000;"><colgroup> <col style="width: 74.3999%;"></col> <col style="width: 25.6001%;"></col> </colgroup><tbody><tr style="height: 90.219px;"><td style="border-color: rgb(0, 0, 0); height: 90.219px; border-width: 1px;" valign="middle"><span style="color: rgb(0, 0, 0);">**Cas 1 :** L'utilisateur répond A et C.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids : 50% + 50% = 100%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (100%, *LimiteBasse*) = 100%</span>
- <span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 100 points**</span>

</td><td style="border-color: rgb(0, 0, 0); height: 90.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/XWsimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/XWsimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 2 :** L'utilisateur répond A et B.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids : 50% + (-10%) = 40%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (40%, *LimiteBasse*) = 40%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 40 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/yoUimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/yoUimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 3 :** L'utilisateur répond B et D.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids : (-50%) + (-10%) = -60%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (-60%, *LimiteBasse*) = -25%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur perd 25 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/HrPimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/HrPimage.png)

</td></tr></tbody></table>

# La méthode du score max

#### <span style="color: rgb(0, 0, 0);">**Principe :**</span>

<span style="color: rgb(0, 0, 0);">La méthode consiste à donner le <span style="color: rgb(239, 131, 29);">**maximum**</span> de points dès lors qu'**<span style="color: rgb(239, 131, 29);">au moins une bonne réponse</span>** est donnée.</span>

#### **<span style="color: rgb(0, 0, 0);">Exemples :</span>**

Dans ces exemples :

- Il s’agit d’une <span style="color: rgb(239, 131, 29);">**question à choix multiples**</span>, à 4 possibilités (A, B, C et D) ;
- <span style="color: rgb(239, 131, 29);">**Plusieurs réponses**</span> peuvent être sélectionnées ;
- Chaque proposition possède un **<span style="color: rgb(239, 131, 29);">poids</span>** ;
- la question est liée à un <span style="color: rgb(239, 131, 29);">**pourcentage de points minimum**</span> (*LimiteBasse*) que l’on est certain d’obtenir quoiqu’il arrive.

Dans tous les cas ci-dessous :

- Les bonnes réponses sont les réponses A et C. Les réponses B et D sont mauvaises : ![](https://documentation.xperteam.net/uploads/images/gallery/2024-02/embedded-image-ipneh1lo.png)
- *LimiteBasse* = -25%.
- Les poids des réponses varient selon les cas.

<table border="1" id="bkmrk-cas-1-%3A-l%27utilisateu-1" style="border-collapse: collapse; width: 105.802%; height: 375.079px; border: 1px none rgb(0, 0, 0);"><colgroup> <col style="width: 74.1618%;"></col> <col style="width: 25.8382%;"></col> </colgroup><tbody><tr style="height: 78.219px;"><td style="border-color: rgb(0, 0, 0); height: 78.219px;"><span style="color: rgb(0, 0, 0);">**Cas 1 :** L'utilisateur répond A et C *(toutes les bonnes réponses, sans mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des bonnes réponses : 50% + 50% = 100%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (100%, *LimiteBasse*) = 100%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 100 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 78.219px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/1ieimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/1ieimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px;"><span style="color: rgb(0, 0, 0);">**Cas 2 :** L'utilisateur répond seulement A *(une des bonnes réponses, sans mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des bonnes réponses : 25% + 25% = 50%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (50%, *LimiteBasse*) = 50%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 50 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/f0zimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/f0zimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px;"><span style="color: rgb(0, 0, 0);">**Cas 3 :** L'utilisateur répond C et D *(au moins une bonne réponse et au moins une mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des bonnes réponses : 50% + 10% = 60%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (60%, *LimiteBasse*) = 60%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 60 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/Zw4image.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/Zw4image.png)

</td></tr><tr style="height: 78.4219px;"><td style="border-color: rgb(0, 0, 0); height: 78.4219px;"><span style="color: rgb(0, 0, 0);">**Cas 4 :** L'utilisateur répond B *(aucune bonne réponse et au moins une mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des mauvaises réponses : (-25%) + (-25%) = -50%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (-50%, *LimiteBasse*) = -25%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur perd 25 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 78.4219px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/hTYimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/hTYimage.png)

</td></tr></tbody></table>

# La méthode du score min - à tester

#### <span style="color: rgb(0, 0, 0);">**Principe :**</span>

<span style="color: rgb(0, 0, 0);">La méthode consiste à donner des points uniquement si **<span style="color: rgb(239, 131, 29);">toutes les bonnes réponses</span>** sont données, <span style="color: rgb(239, 131, 29);">**sans mauvaise réponse**</span>.</span>

#### **<span style="color: rgb(0, 0, 0);">Exemples :</span>**

Dans ces exemples :

- Il s’agit d’une <span style="color: rgb(239, 131, 29);">**question à choix multiples**</span>, à 4 possibilités (A, B, C et D) ;
- <span style="color: rgb(239, 131, 29);">**Plusieurs réponses**</span> peuvent être sélectionnées ;
- Chaque proposition possède un **<span style="color: rgb(239, 131, 29);">poids</span>** ;
- la question est liée à un <span style="color: rgb(239, 131, 29);">**pourcentage de points minimum**</span> (*LimiteBasse*) que l’on est certain d’obtenir quoiqu’il arrive.

Dans tous les cas ci-dessous :

- Les bonnes réponses sont les réponses A et C. Les réponses B et D sont mauvaises : ![](https://documentation.xperteam.net/uploads/images/gallery/2024-02/embedded-image-ipneh1lo.png)
- *LimiteBasse* = -25%.
- Les poids des réponses varient selon les cas.

<table border="1" id="bkmrk-cas-1-%3A-l%27utilisateu" style="border-collapse: collapse; width: 100%; height: 250px; border: 1px none #000000;"><colgroup><col style="width: 74.3999%;"></col><col style="width: 25.6001%;"></col></colgroup><tbody><tr style="height: 90.219px;"><td style="border-color: rgb(0, 0, 0); height: 90.219px; border-width: 1px;" valign="middle"><span style="color: rgb(0, 0, 0);">**Cas 1 :** L'utilisateur répond A et C *(toutes les bonnes réponses, aucune mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des bonnes réponses : 75% + 25% = 100%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (100%, *LimiteBasse*) = 100%</span>
- <span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 100 points**</span>

</td><td style="border-color: rgb(0, 0, 0); height: 90.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/0stimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/0stimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 2 :** L'utilisateur répond A *(il manque des bonnes réponses, aucune mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des mauvaises réponses : 0% + 0% = 0%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (0%, *LimiteBasse*) = 0%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur gagne 0 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/6BGimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/6BGimage.png)

</td></tr><tr style="height: 109.219px;"><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 3 :** L'utilisateur répond A, B et C *(toutes les bonnes réponses et au moins une mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des mauvaises réponses : (-30%) + 0% = -30%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (-30%, *LimiteBasse*) = -25%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur perd 25 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); height: 109.219px; border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/Mksimage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/Mksimage.png)

</td></tr><tr><td style="border-color: rgb(0, 0, 0); border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 4 :** L'utilisateur répond A et D *(il manque des bonnes réponses et au moins une mauvaise réponse est donnée)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des mauvaises réponses : (-35%) + (-15%) = -40%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (-40%, *LimiteBasse*) = -25%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur perd 25 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/118image.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/118image.png)

</td></tr><tr><td style="border-color: rgb(0, 0, 0); border-width: 1px;"><span style="color: rgb(0, 0, 0);">**Cas 5 :** L'utilisateur répond B et D *(aucune bonne réponse et au moins une mauvaise)*.</span>

- <span style="color: rgb(0, 0, 0);">Somme des poids des mauvaises réponses : 10% + (-25%) = -15%</span>
- <span style="color: rgb(0, 0, 0);">Comparaison à *LimiteBasse* : Max (-15%, *LimiteBasse*) = -15%</span>
- <span style="color: rgb(0, 0, 0);"><span style="color: rgb(239, 131, 29);">**L'utilisateur perd 15 points**</span></span>

</td><td style="border-color: rgb(0, 0, 0); border-width: 1px;">[![image.png](https://documentation.xperteam.net/uploads/images/gallery/2024-02/scaled-1680-/47limage.png)](https://documentation.xperteam.net/uploads/images/gallery/2024-02/47limage.png)

</td></tr></tbody></table>