Bagi rekan-rekan yang pengen belajar membuat soal pilihan ganda dengan MS. Powerpoint dan Virtual Basic Aplication (VBA), mari belajar bersama tapi sebelumnya lihat dulu Video tutorial dibawah ini.
Video Tutorial membuat Media Pembelajaran pada MS. Powerpoint 2007 menggunakan Visual Basic Application dapat di Download :
Video Tutorial Bagian 1
Video Tutorial bagian 2
Video Tutorial bagian 3
Video Tutorial bagian 4
Script Visual Basic Membuat Soal Pilihan Ganda pada Powerpoint
==================================Start_here=====================================
-
-
-
-
-
-
-
-
-
-
-
-
nama = InputBox("Masukan Nama Lengkap anda")
nis = InputBox("Masukan Nomor Induk Siswa anda")
ActivePresentation.SlideShowWindow.View.Next
-
-
konfirmasi = MsgBox("yakin dengan jawaban anda ?", vbYesNo, " Cek jawaban!")
If konfirmasi = vbYes Then
-
-
ActivePresentation.SlideShowWindow.View.Next
-
-
-
konfirmasi = MsgBox("Yakin dengan jawaban anda ?", vbYesNo, "Cek jawaban !")
If konfirmasi = vbYes Then
-
ActivePresentation.SlideShowWindow.View.Next
-
-
-
ActivePresentation.SlideShowWindow.View.Next
persen = (nilai * 100) / hitung
-
-
-
-
With ActivePresentation.Slides(8)
-
.Shapes(1).TextFrame.TextRange.Text = "Selamat " & nama & " anda Lulus ! nilai anda " & persen
-
.Shapes(1).TextFrame.TextRange.Text = "Mohon Maaf " & nama & " anda Remedial ! karena nilai anda hanya" & persen & " tidak mencapai KKM : " & kkm
-
.Shapes(2).TextFrame.TextRange.Text = kkm
.Shapes(3).TextFrame.TextRange.Text = nis
.Shapes(4).TextFrame.TextRange.Text = nama
.Shapes(5).TextFrame.TextRange.Text = persen
.Shapes(6).TextFrame.TextRange.Text = nilai
.Shapes(7).TextFrame.TextRange.Text = hitung
.Shapes(8).TextFrame.TextRange.Text = hitungx
.Shapes(16).TextFrame.TextRange.Text = "Find more at http://www.umboh.net/"
-
-
==================================EoF=====================================
password zip : www.umboh.net