You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

<style>
.hidable

Unknown macro: {display}


</style>
<script>


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

function showhide(section){
var ele=document.getElementById(section);
if(ele.style.display!="block") {
ele.style.display="block";
document.getElementById(section+"show").innerHTML = "Hide this design";
} else

Unknown macro: { ele.style.display="none"; document.getElementById(section+"show").innerHTML = "Show this design"; }}

</script>

GR3 - Paper Prototyping


1. Scenario given to the users

uhfiefijwoiefj


2. Description of the initial prototype

uhfiefijwoiefj

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design1');" id="design1show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design1" class="hidable">

2.1 Tasks requested to the user:

uhfiefijwoiefj

2.2 Prototype functionality:

uhfiefijwoiefj

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>


3. First Round Prototype testing

3.1 User 1:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design2');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design2" class="hidable">

User 1 - Observations:

User 1 - Changes made to the prototype after this test:


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

3.2 User 2:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design3');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design3" class="hidable">

User 2 - Observations:

User 2 - Usability issues & Changes made to the prototype after this test:


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

3.3 User 3:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design4');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design4" class="hidable">

User 3 - Observations:

User 3 - Usability issues & Changes made to the prototype after this test:


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

3.4 User 4:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design5');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design5" class="hidable">

User 4 - Observations:

User 4 - Usability issues:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>


4. Description of the second prototype

uhfiefijwoiefj

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design6');" id="design1show">Show this design</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design6" class="hidable">

4.1 Tasks requested to the user:

uhfiefijwoiefj

4.2 Prototype functionality:

uhfiefijwoiefj

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>


3. First Round Prototype testing

3.1 User 1:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design7');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design7" class="hidable">

User 1 - Observations:

User 3 - Usability issues:


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

3.2 User 2:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design8');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design8" class="hidable">

User 2 - Observations:

User 3 - Usability issues:


html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>

3.3 User 3:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <a href="javascript:showhide('design9');" id="design2show">Show this user test</a>

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. <div id="design9" class="hidable">

User 3 - Observations:

User 3 - Usability issues:

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list. </div>


  • No labels