One of the ways to make our learning more interesting is to create an interactive quiz. It should have scoring features directly. we will make it by using Microsoft PowerPoint very easily. Microsoft PowerPoint has a feature VBA (Visual Basic for Applications) programming. But don't worry, the programming language we use is quite easy and simple. Consider the following steps!
Open Microsoft Powerpoint and make a cover
The first Slide: Cover |
Make Macro (Visual Basic).
To make an interactive evaluation using VBA macros, we will create three macros: Right, Wrong, and Score. To display the visual basic editor window, press the Alt + F11.
Then, we click Insert => module
So, the image will appear like this.
Then we copy the following script code, and paste to the module of visual basic editor window
The visual basic editor window |
So, the image will appear like this.
Then we copy the following script code, and paste to the module of visual basic editor window
Public Nilai As Integer
Sub Right()
Nilai = Nilai + 10
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Wrong()
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Score()
MsgBox (" Your Score : " & Nilai)
Nilai = 0End Sub
Or we can download here. And then we can see like this
We can change the score of each question depending on the many questions that we make and we set the maximum score.
We can change the score of each question depending on the many questions that we make and we set the maximum score.
Making Quiz Page
We can create design of quiz as we want. I gave example like thisQuiz Page |
Apply a Macro on Option Button Answers
After the macro code is made then the next action is to give the answer choices in macro.
To install the macros there is a choice answers correct is by the way: go to the slide that you want to attach the question of macros, select a choice answers-Insert->-> > Run-Action-Macros--Right-> > OK. The same steps carried out to select the wrong answer as shown below:
All options of the answer should be given macro like the previous step.
Apply The Macro on The Button of View Score
To get the macros on the button of view score are as follows: go to the slide of the evaluation results , select macros-score-Insert->-> > Run-Action-Macros----score > > OK.
The Button of view score |
Save As The File In The Format Of *. pptm (PowerPoint Macro Enabled Presentation)
in order to program macros can be executed, the file must be save in the format of *. pptm
Save --> Save as type --> PowerPoint Macro-Enabled Presentation (*.pptm ) -->save.
Save --> Save as type --> PowerPoint Macro-Enabled Presentation (*.pptm ) -->save.
Save As in .pptm |
Testing
If we success to make interactive quiz and try it, we will see like this
You can try my quiz here.
Terimakasih informasinya admin, sangat bermanfaat..
BalasHapusBila anda sedang mencari Info Kesehatan Terbaru silakan kunjungi blog saya Rahasia Kesehatan silakan main kesini ya,hehe.
Bacotin Harga
Thank you so much for the post you do. I like your post and all you share with us is up to date and quite informative, i would like to bookmark the page so i can come here again to read you, as you have done a wonderful job. link
BalasHapus