Consulting

Results 1 to 3 of 3

Thread: PowerPoint VBA Interactive Quiz Coding.

  1. #1

    PowerPoint VBA Interactive Quiz Coding.

    Hi,

    I'm developing an interactive quiz on PowerPoint that will tell users if they answered a question right or wrong (using VB code), plus it keeps a score.

    ((The thing is that i want to have 50 questions so that means at least 50 slides. (I have attached a sample of the slides (approx 10 of them) for you to have a look at.))

    My concern is that this means a lot of the code is distributed throughout the entire number of slides! A lot of dispersed code. The quiz works but i will want to change a few things to it now and again (...like adding more questions! or changing questions for a different class!) Is there someway i can do most of the coding perhaps under the MODULE section? As you can see from the VB Editor, i've use the 'CLICK Event' from the previous slide to run the code necessary for the next slide. Surely this could ALL be done in some way from the start? (i've experimented with different things...but i can't seem to see it through).

    Any VB coders out there, would appreciate your help on this one!

    Many thanks

    T

  2. #2

  3. #3
    VBAX Regular
    Joined
    Nov 2012
    Location
    Alaska
    Posts
    22
    Location
    can i get a copy of your exam?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •