Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carolbgmm committed Apr 29, 2024
1 parent fe19630 commit 1bcfb03
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,13 @@ <h1><span class="image"><img src="./images/arc42-logo.png" alt="arc42"></span> W
<li><a href="#section-technical-risks">11. Risks and Technical Debts</a></li>
<li><a href="#section-glossary">12. Glossary</a></li>
<li><a href="#section-load_test">13. Anex I: Load test</a></li>
<li><a href="#section-load_test">14. Anex II: Usability test</a>
<ul class="sectlevel2">
<li><a href="#_effectiveness">14.1. Effectiveness</a></li>
<li><a href="#_efficiency">14.2. Efficiency</a></li>
<li><a href="#_satisfaction">14.3. Satisfaction</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -1585,13 +1592,64 @@ <h2 id="section-load_test">13. Anex I: Load test</h2>
<p>When we create the game we also create all the questions with wikidata query service.
To solve this problem we could look for more optimiced queries or change when the questions are created, once a day we could create a bunch of questions and sav e them in the database, with this approach, when creating a new game the questions would be selected from our local database.</p>
</div>
<div style="page-break-after: always;"></div>
</div>
</div>
<div class="sect1">
<h2 id="section-load_test">14. Anex II: Usability test</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The tests were carried out with a sample of 10 users with different backgrounds. Being 3 of them students from Software Engineering.</p>
</div>
<div class="sect2">
<h3 id="_effectiveness">14.1. Effectiveness</h3>
<div class="ulist">
<ul>
<li>
<p>100% of users completed the tasks on the first try.</p>
</li>
<li>
<p>80% of users did not need extra help to navigate the web.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_efficiency">14.2. Efficiency</h3>
<div class="ulist">
<ul>
<li>
<p>All users did each task in less than 10 seconds, including answering the questions of the game.</p>
</li>
<li>
<p>80% of users did not need extra help to navigate the web.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_satisfaction">14.3. Satisfaction</h3>
<div class="ulist">
<ul>
<li>
<p>1 user though the questions should be harder.</p>
</li>
<li>
<p>2 users found a bug that is now fixed: when you play, close session, login again and go to profile, the last questions do not appear.</p>
</li>
<li>
<p>6 users tried to login with google, but it only works with test users.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Version 8.2 EN<br>
Last updated 2024-04-29 09:13:31 +0200
Last updated 2024-04-29 14:20:30 +0200
</div>
</div>
</body>
Expand Down

0 comments on commit 1bcfb03

Please sign in to comment.