Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-04-2016, 11:15 AM
VisionAvenger VisionAvenger is offline Interactive Quiz with Scores at the end? Windows 10 Interactive Quiz with Scores at the end? Office 2013
Novice
Interactive Quiz with Scores at the end?
 
Join Date: Mar 2016
Posts: 16
VisionAvenger is on a distinguished road
Question Interactive Quiz with Scores at the end?

I found a site that gave some ideas for using PowerPoint for an interactive quiz, ie, when someone clicks a button, it counts if they got the question right and then gives a score at the end.
Using this code . . .


Code:
Option Explicit
Public Tally As Integer
Sub InitializeScore()
Tally = 0
End Sub
Sub AddToTally(Points As Integer)
Tally = Tally + Points
End Sub
Function ShowTally()
MsgBox "Your final score is " & CStr(Tally)
End Function
This is good, but I can't connect an Action button to the Function (only a Sub), so I'm not sure if it's working.

Two questions, please:
1) How do Initialize the score without requiring someone click the button, ie, it should initialize when the Slideshow begins.

2) How do I show the person the score at the end, seeing as I can't attach it to an Action, eg, "Click here to see your score"?

Thanks in advance, and if you have any suggestions for improving the above, I would naturally be happy to hear your thoughts!

Cheers

Brian
Reply With Quote
 

Tags
quiz, score



Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting quiz scores from powerpoint to excel spreadsheet/word rjagile PowerPoint 1 02-08-2016 02:26 PM
Ad a quiz with different scores for each question and with final score at the end Amadeus PowerPoint 0 09-16-2014 04:24 AM
Interactive Quiz with Scores at the end? Scores returning ranked results TerryStevenson Excel 1 09-16-2013 12:20 PM
Interactive Quiz with Scores at the end? Interactive Quiz using PPT 2010 TimC PowerPoint 3 07-08-2013 11:33 PM
Keeping scores in ppt, please please help piper7971 PowerPoint 0 07-24-2010 07:10 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft