Further Developments

Back to the
How To index

About SC Simple Quiz
Get Started
A Field For Questions
Adding Answers
Scripting the quiz
Setting Up the Quiz
Counting Scores
Further Developments

.
There are all sorts of way to improve this very simple project.
Here are some possibilities.
  • Playing sounds:
    when marking and answer. SuperCard can play Type 2 'snd ' resources, located in the data fork of the current project or the SharedFile. Type 1 'snd ' resources are automatically converted to Type 2 when imported via the Resource Manager of the Project Editor.
    SuperCard can also play aiff sound files and using quicktime all sorts of other sound files. See Play Sound in the Language Guide Project for more details.
  • Give Visual Feedback:
    You could display a 'Well Done" Graphic with something like:
    show background graphic "Well Done"
    Wait 10 secs
    hide bg grc "Well Done"
    
  • Recording Scores: Collect the names of the players before they can start to play, store the name with the score in a hidden filed or a text file at the end of each game. Have a scoreboard window.
    SuperCard can easily sort scores.
PREVIOUS NEXT