how to make a quiz on the power point

  Maybe you even think to make a quiz and play the game you made to your friends.
Or for a case of my student, you probably never asked to create a problem or
dipowerpoint quiz plus the score by your teacher.
Now you go into a true blog, here I will give tutorials SCORE quiz for your project.
oh yes this is true under the tutorial - really made me loh, so I hope if any of you who intend to copy
this paper to the blog you are obliged to write "this tutorial can be of http://firmantekaje1.blogspot.com". Well, we immediately began just yach.

before you've had to create questions and answers in advance yach. can not make a point.
after that, let us make his macro code.
how to click tools> macro> macros .. > in the macro name write "right" in quotes tnpa, trus enter.
after that will come out visual basic editor. block all the existing code and replace it with code below!


As Integer Public NumberCorrect
'Public variables retain their value so they can be added to each time a macro is run.
Sub Initialise ()
'Sets the score to zero so it's not added to the previous user's total, and goes to the first question.
NumberCorrect = 0
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Correct ()
'Adds one to the total of correct and moves to the next slide
NumberCorrect + NumberCorrect = 1
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Display ()
'Shows the result in a pop-up message box with some explanatory text
MsgBox ( "congratulations, you're" & "score" & NumberCorrect)
End Sub


after that, you close the Visual Basic editor and return to the question that has been made.
direct reply to the first slide, or the top and fill it with the slide action button and add text costum in action button with
writing "entered into the quiz" add action on the action button settings were Run macro> initialise.
then at each correct answer given action settings> run macro> correct.
after all the correct answers have been given the action run macros> correct,
you go to the last slide and the contents of the slide with the words "see the score" or with writing apa aja and
give action settings> run macro> display.

run your presentation to the end and ..... jrennggg! going out of the box like so rich java Scrip,
and that said congratulations you mandapatkan score X, X is the number of correct answers (the number of correct number).
actual macro code above can be edited more Numbercorrect + 1 to + how aja, it's up to you.
oh yes there are tips to save files in powerpoint so that if we want to run our presentation, we do not have to open the powerpoint first, but only stayed
click on your powerpoint file and direct presentation of the road (directly slide show). The trick is: when you want to save your file with
megklik save as, at the option save as type you plih. pps. so later you powerpoint file name into NAMAFILE.pps


0 komentar:

Posting Komentar