CourseBuilder: Wait 5 seconds?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default CourseBuilder: Wait 5 seconds?

    I'm using coursebuilder with Dreamweaver and I have a button that the
    user clicks that will send their score to our OnTrack Learning
    Management System, but I'm finding that the score will only populate in
    our LMS if the user pauses for a few seconds after clicking the "submit
    score" button.

    The "submit score" button triggers a judge interaction action and
    is in a layer that gets hidden once they click the button.
    Then, a "continue" button appears in a different
    layer. If the user clicks "continue" without waiting for a few secs,
    the score doesn't get sent down to the LMS... is there a JavaScript
    command or something that I can put behind the submit button that will
    instruct dreamweaver to wait 5 seconds before displaying the other
    layer with the continue button? Right now it's pretty instantaneous.


    Any help would be appreciated...


    Jim Rehmann Guest

  2. Similar Questions and Discussions

    1. Wait function
      Is there any way that i can make my application wait for some time so that page loads in that time, right now I am using following code, ...
    2. wait for x seconds on a frame
      I just want to stop my timeline for 5 seconds after an animation completes. I try with SetInterval, but i do mistake somewhere, can anyone...
    3. Please wait...
      Hello, I'm trying to add a message "Please Wait..." while my front page loads, so I pasted the following code in index.php but is not working...
    4. fork & wait
      T.S.Ravi Shankar wrote: After fork() there are two processes, parent and child. fork returns 0 to the child, and the child's pid to the parent....
    5. 2 seconds
      hiya! check this: only the banks know about this, but it will save you a fortune are you prepared for lower mortgage repayments? ...
  3. #2

    Default Re: CourseBuilder: Wait 5 seconds?

    We develop CBT for the U.S. Air Force (Aircraft Pilot Training Program) and use coursebuilder w./learning site.
    I have also came across the exact same issues. Lemme know if you find a fix.

    O
    onyx23 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139