Tuesday, November 25, 2014

Testing Strategy And Plan (complete)

TESTING STRATEGY & PLAN
I will test my quiz to make sure it works while I create it. I will also test it after I have finished coding to make sure it works fully as planned. I shall do the testing myself but I shall also ask Amirali




to test certain parts of it. I shall be a test buddy for Amirali


Here are the tests:-

Test 1:  The program must have clear instructions for the user.

Test 2: The program must be error-free

DONE

Test 3: The program must have meaningful variables.

Test 4: The program must be documented well in the blog so that I can come back to it at a later date to make alterations to it if needed.

DONE

Test 5: The quiz has to be generated in question number order.

DONE

Test 6: The program has to keep a score of all the correctly answered questions.

DONE

Test 7: The program must have an introduction that welcomes the user.

DONE

Test 8: The program must have meaningful questions and answers.

DONE

Test 9: The program must have a game over screen.

Test 10: The program must have a end of quiz screen.


Wednesday, November 19, 2014

Testing Strategy And Plan

TESTING STRATEGY & PLAN
I will test my quiz to make sure it works while I create it. I will also test it after I have finished coding to make sure it works fully as planned. I shall do the testing myself but I shall also ask Amirali to test certain parts of it. I shall be a test buddy for Amirali


Here are the tests:-

Test 1:  The program must have clear instructions for the user.

Test 2: The program must be error-free

Test 3: The program must have meaningful variables.

Test 4: The program must be documented well in the blog so that I can come back to it at a later date to make alterations to it if needed.

Test 5: The quiz has to be generated in question number order.

Test 6: The program has to keep a score of all the correctly answered questions.

Test 7: The program must have an introduction that welcomes the user.

Test 8: The program must have meaningful questions and answers.

Test 9: The program must have a game over screen.

Test 10: The program must have a end of quiz screen.



TESTING
Add screenshots to each of the test items above as evidence that you have tested them. For each test, explain the various states of the program (e.g. show what happens when the score increases).



EVALUATE

In your blog, evaluate how well your quiz works. What are its strengths? How could you improve it further if you had more time?

My Old Scratch Game





This is a game that i made last year. This was my first actual scratch program. here is a screen shot.
 This is pretty simple. There is three main commands. One to go forward, one to go right and one to go left. there is a bunch of 'if' commands so that when you touch the sides you restart. It also has a second level.

Tuesday, November 11, 2014

The Final Stage Of My Scratch Quizz

This is the completed version of the scratch project i have been working on for a few months now.

I have used a bunch of variables and lists to make the quiz work. A basic explanation of how it works is that when the main character asks the question a message is sent to the other sprites to tell them to change costume to fit the question. It also adds to a variable called 'question' so the behavior of the question sprites changes according to the question. Most of the coding in this quiz is animations and other stuff to make it look and seem nicer and isn't vital.