| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" |
|---|
| 4 | xml:lang="en"><head><meta name="author" content="Created with Hot Potatoes by Half-Baked Software, registered to Martin Holmes."></meta><meta name="keywords" content="Hot Potatoes, Hot Potatoes, Half-Baked Software, Windows, University of Victoria"></meta> |
|---|
| 5 | |
|---|
| 6 | <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> |
|---|
| 7 | <meta name="DC:Creator" content="Martin Holmes" /> |
|---|
| 8 | <meta name="DC:Creator" content="UNREGISTERED" /> |
|---|
| 9 | <meta name="DC:Title" content="An Ordering Exercise made with JMatch" /> |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 13 | |
|---|
| 14 | <title> |
|---|
| 15 | An Ordering Exercise made with JMatch |
|---|
| 16 | </title> |
|---|
| 17 | |
|---|
| 18 | <!-- Made with executable version 6.0 Release 2 Build 0 --> |
|---|
| 19 | |
|---|
| 20 | <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen --> |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | <style type="text/css"> |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | /* This is the CSS stylesheet used in the exercise. */ |
|---|
| 28 | /* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */ |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | body{ |
|---|
| 32 | font-family: Geneva,Arial; |
|---|
| 33 | background-color: #ffffff; |
|---|
| 34 | color: #330033; |
|---|
| 35 | |
|---|
| 36 | margin-right: 5%; |
|---|
| 37 | margin-left: 5%; |
|---|
| 38 | font-size: small; |
|---|
| 39 | } |
|---|
| 40 | |
|---|
| 41 | p{ |
|---|
| 42 | text-align: left; |
|---|
| 43 | margin: 0px; |
|---|
| 44 | font-size: small; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | div,span,td{ |
|---|
| 48 | font-size: small; |
|---|
| 49 | color: #330033; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | .RTLText{ |
|---|
| 53 | text-align: right; |
|---|
| 54 | font-size: 150%; |
|---|
| 55 | direction: rtl; |
|---|
| 56 | font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial; |
|---|
| 57 | } |
|---|
| 58 | |
|---|
| 59 | .CentredRTLText{ |
|---|
| 60 | text-align: center; |
|---|
| 61 | font-size: 150%; |
|---|
| 62 | direction: rtl; |
|---|
| 63 | font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial; |
|---|
| 64 | } |
|---|
| 65 | |
|---|
| 66 | button p.RTLText{ |
|---|
| 67 | text-align: center; |
|---|
| 68 | } |
|---|
| 69 | |
|---|
| 70 | .RTLGapBox{ |
|---|
| 71 | text-align: right; |
|---|
| 72 | font-size: 150%; |
|---|
| 73 | direction: rtl; |
|---|
| 74 | font-family: "Times New Roman", Geneva,Arial; |
|---|
| 75 | } |
|---|
| 76 | |
|---|
| 77 | .Guess{ |
|---|
| 78 | font-weight: bold; |
|---|
| 79 | } |
|---|
| 80 | |
|---|
| 81 | .CorrectAnswer{ |
|---|
| 82 | font-weight: bold; |
|---|
| 83 | } |
|---|
| 84 | |
|---|
| 85 | div.Titles{ |
|---|
| 86 | padding: 10px; |
|---|
| 87 | text-align: center; |
|---|
| 88 | color: #660066; |
|---|
| 89 | } |
|---|
| 90 | |
|---|
| 91 | button{ |
|---|
| 92 | display: inline; |
|---|
| 93 | } |
|---|
| 94 | |
|---|
| 95 | .ExerciseTitle{ |
|---|
| 96 | font-size: large; |
|---|
| 97 | color: #660066; |
|---|
| 98 | } |
|---|
| 99 | |
|---|
| 100 | .ExerciseSubtitle{ |
|---|
| 101 | color: #660066; |
|---|
| 102 | } |
|---|
| 103 | |
|---|
| 104 | div#Timer{ |
|---|
| 105 | padding: 6px; |
|---|
| 106 | margin-left: auto; |
|---|
| 107 | margin-right: auto; |
|---|
| 108 | text-align: center; |
|---|
| 109 | } |
|---|
| 110 | |
|---|
| 111 | span#TimerText{ |
|---|
| 112 | padding: 6px; |
|---|
| 113 | border-width: 1px; |
|---|
| 114 | border-style: solid; |
|---|
| 115 | font-weight: bold; |
|---|
| 116 | display: none; |
|---|
| 117 | } |
|---|
| 118 | |
|---|
| 119 | span.Instructions{ |
|---|
| 120 | |
|---|
| 121 | } |
|---|
| 122 | |
|---|
| 123 | div.ExerciseText{ |
|---|
| 124 | |
|---|
| 125 | } |
|---|
| 126 | |
|---|
| 127 | .FeedbackText{ |
|---|
| 128 | color: #660066; |
|---|
| 129 | } |
|---|
| 130 | |
|---|
| 131 | span.LeftItem{ |
|---|
| 132 | font-size: small; |
|---|
| 133 | color: #330033; |
|---|
| 134 | } |
|---|
| 135 | |
|---|
| 136 | span.RightItem{ |
|---|
| 137 | font-weight: bold; |
|---|
| 138 | font-size: small; |
|---|
| 139 | color: #330033; |
|---|
| 140 | } |
|---|
| 141 | |
|---|
| 142 | span.CorrectMark{ |
|---|
| 143 | |
|---|
| 144 | } |
|---|
| 145 | |
|---|
| 146 | div.Feedback { |
|---|
| 147 | background-color: #ffffff; |
|---|
| 148 | left: 33%; |
|---|
| 149 | width: 34%; |
|---|
| 150 | top: 33%; |
|---|
| 151 | z-index: 1; |
|---|
| 152 | border-style: solid; |
|---|
| 153 | border-width: 1px; |
|---|
| 154 | padding: 5px; |
|---|
| 155 | text-align: center; |
|---|
| 156 | color: #660066; |
|---|
| 157 | position: absolute; |
|---|
| 158 | display: none; |
|---|
| 159 | font-size: small; |
|---|
| 160 | } |
|---|
| 161 | |
|---|
| 162 | |
|---|
| 163 | |
|---|
| 164 | |
|---|
| 165 | div.ExerciseDiv{ |
|---|
| 166 | color: #330033; |
|---|
| 167 | } |
|---|
| 168 | |
|---|
| 169 | /* JMatch flashcard styles */ |
|---|
| 170 | table.FlashcardTable{ |
|---|
| 171 | background-color: transparent; |
|---|
| 172 | color: #330033; |
|---|
| 173 | border-color: #330033; |
|---|
| 174 | margin-left: 5%; |
|---|
| 175 | margin-right: 5%; |
|---|
| 176 | margin-top: 2em; |
|---|
| 177 | margin-bottom: 2em; |
|---|
| 178 | width: 90%; |
|---|
| 179 | position: relative; |
|---|
| 180 | align: center; |
|---|
| 181 | padding: 0px; |
|---|
| 182 | } |
|---|
| 183 | |
|---|
| 184 | table.FlashcardTable tr{ |
|---|
| 185 | border-style: none; |
|---|
| 186 | margin: 0px; |
|---|
| 187 | padding: 0px; |
|---|
| 188 | background-color: #eeccee; |
|---|
| 189 | } |
|---|
| 190 | |
|---|
| 191 | table.FlashcardTable td.Showing{ |
|---|
| 192 | font-size: large; |
|---|
| 193 | text-align: center; |
|---|
| 194 | width: 50%; |
|---|
| 195 | display: table-cell; |
|---|
| 196 | padding: 2em; |
|---|
| 197 | margin: 0px; |
|---|
| 198 | border-style: solid; |
|---|
| 199 | border-width: 1px; |
|---|
| 200 | color: #330033; |
|---|
| 201 | background-color: #eeccee; |
|---|
| 202 | } |
|---|
| 203 | |
|---|
| 204 | table.FlashcardTable td.Hidden{ |
|---|
| 205 | display: none; |
|---|
| 206 | } |
|---|
| 207 | |
|---|
| 208 | /* JMix styles */ |
|---|
| 209 | div#SegmentDiv{ |
|---|
| 210 | margin-top: 2em; |
|---|
| 211 | margin-bottom: 2em; |
|---|
| 212 | text-align: center; |
|---|
| 213 | } |
|---|
| 214 | |
|---|
| 215 | a.ExSegment{ |
|---|
| 216 | font-size: medium; |
|---|
| 217 | font-weight: bold; |
|---|
| 218 | text-decoration: none; |
|---|
| 219 | color: #330033; |
|---|
| 220 | } |
|---|
| 221 | |
|---|
| 222 | span.RemainingWordList{ |
|---|
| 223 | font-style: italic; |
|---|
| 224 | } |
|---|
| 225 | |
|---|
| 226 | div.DropLine { |
|---|
| 227 | position: absolute; |
|---|
| 228 | text-align: center; |
|---|
| 229 | border-bottom-style: solid; |
|---|
| 230 | border-bottom-width: 1px; |
|---|
| 231 | border-bottom-color: #660066; |
|---|
| 232 | width: 80%; |
|---|
| 233 | } |
|---|
| 234 | |
|---|
| 235 | /* JCloze styles */ |
|---|
| 236 | |
|---|
| 237 | input{ |
|---|
| 238 | font-family: Geneva,Arial; |
|---|
| 239 | font-size: larger; |
|---|
| 240 | } |
|---|
| 241 | |
|---|
| 242 | .ClozeWordList{ |
|---|
| 243 | text-align: center; |
|---|
| 244 | font-weight: bold; |
|---|
| 245 | } |
|---|
| 246 | |
|---|
| 247 | div.ClozeBody{ |
|---|
| 248 | text-align: left; |
|---|
| 249 | margin-top: 2em; |
|---|
| 250 | margin-bottom: 2em; |
|---|
| 251 | line-height: 2.0 |
|---|
| 252 | } |
|---|
| 253 | |
|---|
| 254 | span.GapSpan{ |
|---|
| 255 | font-weight: bold; |
|---|
| 256 | } |
|---|
| 257 | |
|---|
| 258 | /* JCross styles */ |
|---|
| 259 | |
|---|
| 260 | table.CrosswordGrid{ |
|---|
| 261 | margin: auto auto 1em auto; |
|---|
| 262 | border-collapse: collapse; |
|---|
| 263 | padding: 0px; |
|---|
| 264 | } |
|---|
| 265 | |
|---|
| 266 | table.CrosswordGrid td{ |
|---|
| 267 | width: 1.5em; |
|---|
| 268 | height: 1.5em; |
|---|
| 269 | text-align: center; |
|---|
| 270 | vertical-align: middle; |
|---|
| 271 | font-size: large; |
|---|
| 272 | padding: 0px; |
|---|
| 273 | margin: 0px; |
|---|
| 274 | border-style: solid; |
|---|
| 275 | border-width: 1px; |
|---|
| 276 | border-color: #000000; |
|---|
| 277 | } |
|---|
| 278 | |
|---|
| 279 | table.CrosswordGrid td.BlankCell{ |
|---|
| 280 | background-color: #000000; |
|---|
| 281 | color: #000000; |
|---|
| 282 | } |
|---|
| 283 | |
|---|
| 284 | table.CrosswordGrid td.LetterOnlyCell{ |
|---|
| 285 | text-align: center; |
|---|
| 286 | vertical-align: middle; |
|---|
| 287 | background-color: #ffffff; |
|---|
| 288 | color: #000000; |
|---|
| 289 | font-weight: bold; |
|---|
| 290 | } |
|---|
| 291 | |
|---|
| 292 | table.CrosswordGrid td.NumLetterCell{ |
|---|
| 293 | text-align: left; |
|---|
| 294 | vertical-align: top; |
|---|
| 295 | background-color: #ffffff; |
|---|
| 296 | color: #000000; |
|---|
| 297 | padding: 1px; |
|---|
| 298 | font-weight: bold; |
|---|
| 299 | } |
|---|
| 300 | |
|---|
| 301 | .NumLetterCellText{ |
|---|
| 302 | cursor: pointer; |
|---|
| 303 | } |
|---|
| 304 | |
|---|
| 305 | .GridNum{ |
|---|
| 306 | vertical-align: super; |
|---|
| 307 | font-size: x-small; |
|---|
| 308 | font-weight: bold; |
|---|
| 309 | text-decoration: none; |
|---|
| 310 | color: #000000; |
|---|
| 311 | } |
|---|
| 312 | |
|---|
| 313 | table#Clues{ |
|---|
| 314 | margin: auto; |
|---|
| 315 | vertical-align: top; |
|---|
| 316 | } |
|---|
| 317 | |
|---|
| 318 | table#Clues td{ |
|---|
| 319 | vertical-align: top; |
|---|
| 320 | } |
|---|
| 321 | |
|---|
| 322 | table.ClueList{ |
|---|
| 323 | margin: auto; |
|---|
| 324 | } |
|---|
| 325 | |
|---|
| 326 | td.ClueNum{ |
|---|
| 327 | text-align: right; |
|---|
| 328 | font-weight: bold; |
|---|
| 329 | vertical-align: top; |
|---|
| 330 | } |
|---|
| 331 | |
|---|
| 332 | td.Clue{ |
|---|
| 333 | text-align: left; |
|---|
| 334 | } |
|---|
| 335 | |
|---|
| 336 | div#ClueEntry{ |
|---|
| 337 | text-align: left; |
|---|
| 338 | margin-bottom: 1em; |
|---|
| 339 | } |
|---|
| 340 | |
|---|
| 341 | /* Keypad styles */ |
|---|
| 342 | |
|---|
| 343 | div.Keypad{ |
|---|
| 344 | text-align: center; |
|---|
| 345 | } |
|---|
| 346 | |
|---|
| 347 | div.Keypad button{ |
|---|
| 348 | font-family: Geneva,Arial; |
|---|
| 349 | font-size: 120%; |
|---|
| 350 | background-color: #ffffff; |
|---|
| 351 | color: #000000; |
|---|
| 352 | width: 2em; |
|---|
| 353 | } |
|---|
| 354 | |
|---|
| 355 | /* JQuiz styles */ |
|---|
| 356 | |
|---|
| 357 | div.QuestionNavigation{ |
|---|
| 358 | text-align: center; |
|---|
| 359 | } |
|---|
| 360 | |
|---|
| 361 | .QNum{ |
|---|
| 362 | margin: 0em 1em 0.5em 1em; |
|---|
| 363 | font-weight: bold; |
|---|
| 364 | vertical-align: middle; |
|---|
| 365 | } |
|---|
| 366 | |
|---|
| 367 | textarea{ |
|---|
| 368 | font-family: Geneva,Arial; |
|---|
| 369 | font-size: larger; |
|---|
| 370 | } |
|---|
| 371 | |
|---|
| 372 | .QuestionText{ |
|---|
| 373 | |
|---|
| 374 | } |
|---|
| 375 | |
|---|
| 376 | .Answer{ |
|---|
| 377 | font-size: 120%; |
|---|
| 378 | letter-spacing: 0.1em; |
|---|
| 379 | } |
|---|
| 380 | |
|---|
| 381 | .Highlight{ |
|---|
| 382 | color: #000000; |
|---|
| 383 | background-color: #ffff00; |
|---|
| 384 | font-weight: bold; |
|---|
| 385 | font-size: 120%; |
|---|
| 386 | } |
|---|
| 387 | |
|---|
| 388 | ol.QuizQuestions{ |
|---|
| 389 | text-align: left; |
|---|
| 390 | list-style-type: none; |
|---|
| 391 | } |
|---|
| 392 | |
|---|
| 393 | li.QuizQuestion{ |
|---|
| 394 | padding: 1em; |
|---|
| 395 | border-style: solid; |
|---|
| 396 | border-width: 0px 0px 1px 0px; |
|---|
| 397 | } |
|---|
| 398 | |
|---|
| 399 | ol.MCAnswers{ |
|---|
| 400 | text-align: left; |
|---|
| 401 | list-style-type: upper-alpha; |
|---|
| 402 | padding: 1em; |
|---|
| 403 | } |
|---|
| 404 | |
|---|
| 405 | ol.MCAnswers li{ |
|---|
| 406 | margin-bottom: 1em; |
|---|
| 407 | } |
|---|
| 408 | |
|---|
| 409 | ol.MSelAnswers{ |
|---|
| 410 | text-align: left; |
|---|
| 411 | list-style-type: lower-alpha; |
|---|
| 412 | padding: 1em; |
|---|
| 413 | } |
|---|
| 414 | |
|---|
| 415 | div.ShortAnswer{ |
|---|
| 416 | padding: 1em; |
|---|
| 417 | } |
|---|
| 418 | |
|---|
| 419 | div.StdDiv{ |
|---|
| 420 | background-color: #eeccee; |
|---|
| 421 | text-align: center; |
|---|
| 422 | font-size: small; |
|---|
| 423 | color: #330033; |
|---|
| 424 | padding: 8px; |
|---|
| 425 | border-style: solid; |
|---|
| 426 | border-width: 1px 1px 1px 1px; |
|---|
| 427 | border-color: #330033; |
|---|
| 428 | margin: 1px; |
|---|
| 429 | } |
|---|
| 430 | |
|---|
| 431 | .FuncButton { |
|---|
| 432 | text-align: center; |
|---|
| 433 | border-style: solid; |
|---|
| 434 | |
|---|
| 435 | border-left-color: #f6e5f6; |
|---|
| 436 | border-top-color: #f6e5f6; |
|---|
| 437 | border-right-color: #776677; |
|---|
| 438 | border-bottom-color: #776677; |
|---|
| 439 | color: #330033; |
|---|
| 440 | background-color: #eeccee; |
|---|
| 441 | |
|---|
| 442 | border-width: 2px; |
|---|
| 443 | padding: 3px 6px 3px 6px; |
|---|
| 444 | cursor: pointer; |
|---|
| 445 | } |
|---|
| 446 | |
|---|
| 447 | .FuncButtonUp { |
|---|
| 448 | color: #eeccee; |
|---|
| 449 | text-align: center; |
|---|
| 450 | border-style: solid; |
|---|
| 451 | |
|---|
| 452 | border-left-color: #f6e5f6; |
|---|
| 453 | border-top-color: #f6e5f6; |
|---|
| 454 | border-right-color: #776677; |
|---|
| 455 | border-bottom-color: #776677; |
|---|
| 456 | |
|---|
| 457 | background-color: #330033; |
|---|
| 458 | color: #eeccee; |
|---|
| 459 | border-width: 2px; |
|---|
| 460 | padding: 3px 6px 3px 6px; |
|---|
| 461 | cursor: pointer; |
|---|
| 462 | } |
|---|
| 463 | |
|---|
| 464 | .FuncButtonDown { |
|---|
| 465 | color: #eeccee; |
|---|
| 466 | text-align: center; |
|---|
| 467 | border-style: solid; |
|---|
| 468 | |
|---|
| 469 | border-left-color: #776677; |
|---|
| 470 | border-top-color: #776677; |
|---|
| 471 | border-right-color: #f6e5f6; |
|---|
| 472 | border-bottom-color: #f6e5f6; |
|---|
| 473 | background-color: #330033; |
|---|
| 474 | color: #eeccee; |
|---|
| 475 | |
|---|
| 476 | border-width: 2px; |
|---|
| 477 | padding: 3px 6px 3px 6px; |
|---|
| 478 | cursor: pointer; |
|---|
| 479 | } |
|---|
| 480 | |
|---|
| 481 | /*BeginNavBarStyle*/ |
|---|
| 482 | |
|---|
| 483 | div.NavButtonBar{ |
|---|
| 484 | background-color: #330033; |
|---|
| 485 | text-align: center; |
|---|
| 486 | margin: 2px 0px 2px 0px; |
|---|
| 487 | clear: both; |
|---|
| 488 | font-size: small; |
|---|
| 489 | } |
|---|
| 490 | |
|---|
| 491 | .NavButton { |
|---|
| 492 | border-style: solid; |
|---|
| 493 | |
|---|
| 494 | border-left-color: #997f99; |
|---|
| 495 | border-top-color: #997f99; |
|---|
| 496 | border-right-color: #190019; |
|---|
| 497 | border-bottom-color: #190019; |
|---|
| 498 | background-color: #330033; |
|---|
| 499 | color: #ffffff; |
|---|
| 500 | |
|---|
| 501 | border-width: 2px; |
|---|
| 502 | cursor: pointer; |
|---|
| 503 | } |
|---|
| 504 | |
|---|
| 505 | .NavButtonUp { |
|---|
| 506 | border-style: solid; |
|---|
| 507 | |
|---|
| 508 | border-left-color: #997f99; |
|---|
| 509 | border-top-color: #997f99; |
|---|
| 510 | border-right-color: #190019; |
|---|
| 511 | border-bottom-color: #190019; |
|---|
| 512 | color: #330033; |
|---|
| 513 | background-color: #ffffff; |
|---|
| 514 | |
|---|
| 515 | border-width: 2px; |
|---|
| 516 | cursor: pointer; |
|---|
| 517 | } |
|---|
| 518 | |
|---|
| 519 | .NavButtonDown { |
|---|
| 520 | border-style: solid; |
|---|
| 521 | |
|---|
| 522 | border-left-color: #190019; |
|---|
| 523 | border-top-color: #190019; |
|---|
| 524 | border-right-color: #997f99; |
|---|
| 525 | border-bottom-color: #997f99; |
|---|
| 526 | color: #330033; |
|---|
| 527 | background-color: #ffffff; |
|---|
| 528 | |
|---|
| 529 | border-width: 2px; |
|---|
| 530 | cursor: pointer; |
|---|
| 531 | } |
|---|
| 532 | |
|---|
| 533 | /*EndNavBarStyle*/ |
|---|
| 534 | |
|---|
| 535 | a{ |
|---|
| 536 | color: #0000cc; |
|---|
| 537 | } |
|---|
| 538 | |
|---|
| 539 | a: visited{ |
|---|
| 540 | color: #0000ff; |
|---|
| 541 | } |
|---|
| 542 | |
|---|
| 543 | a:hover{ |
|---|
| 544 | color: #0000cc; |
|---|
| 545 | } |
|---|
| 546 | |
|---|
| 547 | div.CardStyle { |
|---|
| 548 | position: absolute; |
|---|
| 549 | font-family: Geneva,Arial; |
|---|
| 550 | font-size: small; |
|---|
| 551 | padding: 5px; |
|---|
| 552 | border-style: solid; |
|---|
| 553 | border-width: 1px; |
|---|
| 554 | color: #330033; |
|---|
| 555 | background-color: #eeccee; |
|---|
| 556 | left: -50px; |
|---|
| 557 | top: -50px; |
|---|
| 558 | overflow: visible; |
|---|
| 559 | } |
|---|
| 560 | |
|---|
| 561 | .rtl{ |
|---|
| 562 | text-align: right; |
|---|
| 563 | font-size: large; |
|---|
| 564 | } |
|---|
| 565 | |
|---|
| 566 | |
|---|
| 567 | </style> |
|---|
| 568 | |
|---|
| 569 | <script type="text/javascript"> |
|---|
| 570 | |
|---|
| 571 | |
|---|
| 572 | |
|---|
| 573 | <!-- |
|---|
| 574 | |
|---|
| 575 | |
|---|
| 576 | function Client(){ |
|---|
| 577 | |
|---|
| 578 | this.min = false; if (document.getElementById){this.min = true;}; |
|---|
| 579 | |
|---|
| 580 | this.ua = navigator.userAgent; |
|---|
| 581 | this.name = navigator.appName; |
|---|
| 582 | this.ver = navigator.appVersion; |
|---|
| 583 | |
|---|
| 584 | |
|---|
| 585 | this.mac = (this.ver.indexOf('Mac') != -1); |
|---|
| 586 | this.win = (this.ver.indexOf('Windows') != -1); |
|---|
| 587 | |
|---|
| 588 | |
|---|
| 589 | this.gecko = (this.ua.indexOf('Gecko') > 1); |
|---|
| 590 | if (this.gecko){ |
|---|
| 591 | this.geckoVer = parseInt(this.ua.substring(this.ua.indexOf('Gecko')+6, this.ua.length)); |
|---|
| 592 | if (this.geckoVer < 20020000){this.min = false;} |
|---|
| 593 | } |
|---|
| 594 | |
|---|
| 595 | |
|---|
| 596 | this.firebird = (this.ua.indexOf('Firebird') > 1); |
|---|
| 597 | |
|---|
| 598 | |
|---|
| 599 | this.safari = (this.ua.indexOf('Safari') > 1); |
|---|
| 600 | if (this.safari){ |
|---|
| 601 | this.gecko = false; |
|---|
| 602 | } |
|---|
| 603 | |
|---|
| 604 | |
|---|
| 605 | this.ie = (this.ua.indexOf('MSIE') > 0); |
|---|
| 606 | if (this.ie){ |
|---|
| 607 | this.ieVer = parseFloat(this.ua.substring(this.ua.indexOf('MSIE')+5, this.ua.length)); |
|---|
| 608 | if (this.ieVer < 5.5){this.min = false;} |
|---|
| 609 | } |
|---|
| 610 | |
|---|
| 611 | |
|---|
| 612 | this.opera = (this.ua.indexOf('Opera') > 0); |
|---|
| 613 | if (this.opera){ |
|---|
| 614 | this.operaVer = parseFloat(this.ua.substring(this.ua.indexOf('Opera')+6, this.ua.length)); |
|---|
| 615 | if (this.operaVer < 7.04){this.min = false;} |
|---|
| 616 | } |
|---|
| 617 | if (this.min == false){ |
|---|
| 618 | alert('Your browser may not be able to handle this page.'); |
|---|
| 619 | } |
|---|
| 620 | |
|---|
| 621 | |
|---|
| 622 | this.ie5mac = (this.ie&&this.mac&&(this.ieVer<6)); |
|---|
| 623 | } |
|---|
| 624 | |
|---|
| 625 | var C = new Client(); |
|---|
| 626 | |
|---|
| 627 | |
|---|
| 628 | |
|---|
| 629 | |
|---|
| 630 | |
|---|
| 631 | |
|---|
| 632 | |
|---|
| 633 | |
|---|
| 634 | |
|---|
| 635 | |
|---|
| 636 | function NavBtnOver(Btn){ |
|---|
| 637 | if (Btn.className != 'NavButtonDown'){Btn.className = 'NavButtonUp';} |
|---|
| 638 | } |
|---|
| 639 | |
|---|
| 640 | function NavBtnOut(Btn){ |
|---|
| 641 | Btn.className = 'NavButton'; |
|---|
| 642 | } |
|---|
| 643 | |
|---|
| 644 | function NavBtnDown(Btn){ |
|---|
| 645 | Btn.className = 'NavButtonDown'; |
|---|
| 646 | } |
|---|
| 647 | |
|---|
| 648 | |
|---|
| 649 | function FuncBtnOver(Btn){ |
|---|
| 650 | if (Btn.className != 'FuncButtonDown'){Btn.className = 'FuncButtonUp';} |
|---|
| 651 | } |
|---|
| 652 | |
|---|
| 653 | function FuncBtnOut(Btn){ |
|---|
| 654 | Btn.className = 'FuncButton'; |
|---|
| 655 | } |
|---|
| 656 | |
|---|
| 657 | function FuncBtnDown(Btn){ |
|---|
| 658 | Btn.className = 'FuncButtonDown'; |
|---|
| 659 | } |
|---|
| 660 | |
|---|
| 661 | function FocusAButton(){ |
|---|
| 662 | if (document.getElementById('CheckButton1') != null){ |
|---|
| 663 | document.getElementById('CheckButton1').focus(); |
|---|
| 664 | } |
|---|
| 665 | else{ |
|---|
| 666 | if (document.getElementById('CheckButton2') != null){ |
|---|
| 667 | document.getElementById('CheckButton2').focus(); |
|---|
| 668 | } |
|---|
| 669 | else{ |
|---|
| 670 | document.getElementsByTagName('button')[0].focus(); |
|---|
| 671 | } |
|---|
| 672 | } |
|---|
| 673 | } |
|---|
| 674 | |
|---|
| 675 | |
|---|
| 676 | |
|---|
| 677 | |
|---|
| 678 | |
|---|
| 679 | |
|---|
| 680 | var topZ = 1000; |
|---|
| 681 | |
|---|
| 682 | function ShowMessage(Feedback){ |
|---|
| 683 | var Output = Feedback + '<br /><br />'; |
|---|
| 684 | document.getElementById('FeedbackContent').innerHTML = Output; |
|---|
| 685 | var FDiv = document.getElementById('FeedbackDiv'); |
|---|
| 686 | topZ++; |
|---|
| 687 | FDiv.style.zIndex = topZ; |
|---|
| 688 | FDiv.style.top = TopSettingWithScrollOffset(30) + 'px'; |
|---|
| 689 | |
|---|
| 690 | if (C.gecko){ |
|---|
| 691 | document.getElementById('FeedbackOKButton').focus(); |
|---|
| 692 | } |
|---|
| 693 | FDiv.style.display = 'block'; |
|---|
| 694 | |
|---|
| 695 | ShowElements(false, 'input'); |
|---|
| 696 | ShowElements(false, 'select'); |
|---|
| 697 | ShowElements(false, 'object'); |
|---|
| 698 | if (C.ie){ |
|---|
| 699 | document.getElementById('FeedbackOKButton').focus(); |
|---|
| 700 | } |
|---|
| 701 | |
|---|
| 702 | |
|---|
| 703 | } |
|---|
| 704 | |
|---|
| 705 | function ShowElements(Show, TagName){ |
|---|
| 706 | |
|---|
| 707 | if (C.ie){ |
|---|
| 708 | var Els = document.getElementsByTagName(TagName); |
|---|
| 709 | for (var i=0; i<Els.length; i++){ |
|---|
| 710 | if (Show == true){ |
|---|
| 711 | Els[i].style.display = 'inline'; |
|---|
| 712 | } |
|---|
| 713 | else{ |
|---|
| 714 | Els[i].style.display = 'none'; |
|---|
| 715 | } |
|---|
| 716 | } |
|---|
| 717 | } |
|---|
| 718 | } |
|---|
| 719 | |
|---|
| 720 | function HideFeedback(){ |
|---|
| 721 | document.getElementById('FeedbackDiv').style.display = 'none'; |
|---|
| 722 | ShowElements(true, 'input'); |
|---|
| 723 | ShowElements(true, 'select'); |
|---|
| 724 | ShowElements(true, 'object'); |
|---|
| 725 | if (Finished == true){ |
|---|
| 726 | Finish(); |
|---|
| 727 | } |
|---|
| 728 | } |
|---|
| 729 | |
|---|
| 730 | |
|---|
| 731 | |
|---|
| 732 | |
|---|
| 733 | |
|---|
| 734 | function PageDim(){ |
|---|
| 735 | |
|---|
| 736 | this.W = 600; |
|---|
| 737 | this.H = 400; |
|---|
| 738 | this.W = document.getElementsByTagName('body')[0].clientWidth; |
|---|
| 739 | this.H = document.getElementsByTagName('body')[0].clientHeight; |
|---|
| 740 | } |
|---|
| 741 | |
|---|
| 742 | var pg = null; |
|---|
| 743 | |
|---|
| 744 | function GetPageXY(El) { |
|---|
| 745 | var XY = {x: 0, y: 0}; |
|---|
| 746 | while(El){ |
|---|
| 747 | XY.x += El.offsetLeft; |
|---|
| 748 | XY.y += El.offsetTop; |
|---|
| 749 | El = El.offsetParent; |
|---|
| 750 | } |
|---|
| 751 | return XY; |
|---|
| 752 | } |
|---|
| 753 | |
|---|
| 754 | function GetScrollTop(){ |
|---|
| 755 | if (document.documentElement && document.documentElement.scrollTop){ |
|---|
| 756 | return document.documentElement.scrollTop; |
|---|
| 757 | } |
|---|
| 758 | else{ |
|---|
| 759 | if (document.body){ |
|---|
| 760 | return document.body.scrollTop; |
|---|
| 761 | } |
|---|
| 762 | else{ |
|---|
| 763 | return window.pageYOffset; |
|---|
| 764 | } |
|---|
| 765 | } |
|---|
| 766 | } |
|---|
| 767 | |
|---|
| 768 | function GetViewportHeight(){ |
|---|
| 769 | if (window.innerWidth){ |
|---|
| 770 | return window.innerWidth; |
|---|
| 771 | } |
|---|
| 772 | else{ |
|---|
| 773 | return document.getElementsByTagName('body')[0].clientHeight; |
|---|
| 774 | } |
|---|
| 775 | } |
|---|
| 776 | |
|---|
| 777 | function TopSettingWithScrollOffset(TopPercent){ |
|---|
| 778 | var T = Math.floor(GetViewportHeight() * (TopPercent/100)); |
|---|
| 779 | return GetScrollTop() + T; |
|---|
| 780 | } |
|---|
| 781 | |
|---|
| 782 | |
|---|
| 783 | var InTextBox = false; |
|---|
| 784 | |
|---|
| 785 | function SuppressBackspace(e){ |
|---|
| 786 | if (InTextBox == true){return;} |
|---|
| 787 | if (C.ie) { |
|---|
| 788 | thisKey = window.event.keyCode; |
|---|
| 789 | } |
|---|
| 790 | else { |
|---|
| 791 | thisKey = e.keyCode; |
|---|
| 792 | } |
|---|
| 793 | |
|---|
| 794 | var Suppress = false; |
|---|
| 795 | |
|---|
| 796 | if (thisKey == 8) { |
|---|
| 797 | Suppress = true; |
|---|
| 798 | } |
|---|
| 799 | |
|---|
| 800 | if (Suppress == true){ |
|---|
| 801 | if (C.ie){ |
|---|
| 802 | window.event.returnValue = false; |
|---|
| 803 | window.event.cancelBubble = true; |
|---|
| 804 | } |
|---|
| 805 | else{ |
|---|
| 806 | e.preventDefault(); |
|---|
| 807 | } |
|---|
| 808 | } |
|---|
| 809 | } |
|---|
| 810 | |
|---|
| 811 | if (C.ie){ |
|---|
| 812 | document.attachEvent('onkeydown',SuppressBackspace); |
|---|
| 813 | window.attachEvent('onkeydown',SuppressBackspace); |
|---|
| 814 | } |
|---|
| 815 | else{ |
|---|
| 816 | window.addEventListener('keypress',SuppressBackspace,false); |
|---|
| 817 | } |
|---|
| 818 | |
|---|
| 819 | function ReduceItems(InArray, ReduceToSize){ |
|---|
| 820 | var ItemToDump=0; |
|---|
| 821 | var j=0; |
|---|
| 822 | while (InArray.length > ReduceToSize){ |
|---|
| 823 | ItemToDump = Math.floor(InArray.length*Math.random()); |
|---|
| 824 | InArray.splice(ItemToDump, 1); |
|---|
| 825 | } |
|---|
| 826 | } |
|---|
| 827 | |
|---|
| 828 | function Shuffle(InArray){ |
|---|
| 829 | Temp = new Array(); |
|---|
| 830 | var Len = InArray.length; |
|---|
| 831 | |
|---|
| 832 | var j = Len; |
|---|
| 833 | |
|---|
| 834 | for (var i=0; i<Len; i++){ |
|---|
| 835 | Temp[i] = InArray[i]; |
|---|
| 836 | } |
|---|
| 837 | |
|---|
| 838 | for (i=0; i<Len; i++){ |
|---|
| 839 | Num = Math.floor(j * Math.random()); |
|---|
| 840 | InArray[i] = Temp[Num]; |
|---|
| 841 | |
|---|
| 842 | for (var k=Num; k < j; k++) { |
|---|
| 843 | Temp[k] = Temp[k+1]; |
|---|
| 844 | } |
|---|
| 845 | j--; |
|---|
| 846 | } |
|---|
| 847 | return InArray; |
|---|
| 848 | } |
|---|
| 849 | |
|---|
| 850 | function WriteToInstructions(Feedback) { |
|---|
| 851 | |
|---|
| 852 | document.getElementById('InstructionsDiv').innerHTML = Feedback; |
|---|
| 853 | |
|---|
| 854 | } |
|---|
| 855 | |
|---|
| 856 | |
|---|
| 857 | |
|---|
| 858 | |
|---|
| 859 | function EscapeDoubleQuotes(InString){ |
|---|
| 860 | return InString.replace(/"/g, '"') |
|---|
| 861 | } |
|---|
| 862 | |
|---|
| 863 | function FocusAButton(){ |
|---|
| 864 | if (document.getElementById('CheckButton1') != null){ |
|---|
| 865 | document.getElementById('CheckButton1').focus(); |
|---|
| 866 | } |
|---|
| 867 | else{ |
|---|
| 868 | document.getElementsByTagName('button')[0].focus(); |
|---|
| 869 | } |
|---|
| 870 | } |
|---|
| 871 | |
|---|
| 872 | function TrimString(InString){ |
|---|
| 873 | var x = 0; |
|---|
| 874 | |
|---|
| 875 | if (InString.length != 0) { |
|---|
| 876 | while ((InString.charAt(InString.length - 1) == '\u0020') || (InString.charAt(InString.length - 1) == '\u000A') || (InString.charAt(InString.length - 1) == '\u000D')){ |
|---|
| 877 | InString = InString.substring(0, InString.length - 1) |
|---|
| 878 | } |
|---|
| 879 | |
|---|
| 880 | while ((InString.charAt(0) == '\u0020') || (InString.charAt(0) == '\u000A') || (InString.charAt(0) == '\u000D')){ |
|---|
| 881 | InString = InString.substring(1, InString.length) |
|---|
| 882 | } |
|---|
| 883 | |
|---|
| 884 | while (InString.indexOf(' ') != -1) { |
|---|
| 885 | x = InString.indexOf(' ') |
|---|
| 886 | InString = InString.substring(0, x) + InString.substring(x+1, InString.length) |
|---|
| 887 | } |
|---|
| 888 | |
|---|
| 889 | return InString; |
|---|
| 890 | } |
|---|
| 891 | |
|---|
| 892 | else { |
|---|
| 893 | return ''; |
|---|
| 894 | } |
|---|
| 895 | } |
|---|
| 896 | |
|---|
| 897 | function FindLongest(InArray){ |
|---|
| 898 | if (InArray.length < 1){return -1;} |
|---|
| 899 | |
|---|
| 900 | var Longest = 0; |
|---|
| 901 | for (var i=1; i<InArray.length; i++){ |
|---|
| 902 | if (InArray[i].length > InArray[Longest].length){ |
|---|
| 903 | Longest = i; |
|---|
| 904 | } |
|---|
| 905 | } |
|---|
| 906 | return Longest; |
|---|
| 907 | } |
|---|
| 908 | |
|---|
| 909 | //UNICODE CHARACTER FUNCTIONS |
|---|
| 910 | function IsCombiningDiacritic(CharNum){ |
|---|
| 911 | var Result = (((CharNum >= 0x0300)&&(CharNum <= 0x370))||((CharNum >= 0x20d0)&&(CharNum <= 0x20ff))); |
|---|
| 912 | Result = Result || (((CharNum >= 0x3099)&&(CharNum <= 0x309a))||((CharNum >= 0xfe20)&&(CharNum <= 0xfe23))); |
|---|
| 913 | return Result; |
|---|
| 914 | } |
|---|
| 915 | |
|---|
| 916 | function IsCJK(CharNum){ |
|---|
| 917 | return ((CharNum >= 0x3000)&&(CharNum < 0xd800)); |
|---|
| 918 | } |
|---|
| 919 | |
|---|
| 920 | //SETUP FUNCTIONS |
|---|
| 921 | //BROWSER WILL REFILL TEXT BOXES FROM CACHE IF NOT PREVENTED |
|---|
| 922 | function ClearTextBoxes(){ |
|---|
| 923 | var NList = document.getElementsByTagName('input'); |
|---|
| 924 | for (var i=0; i<NList.length; i++){ |
|---|
| 925 | if (NList[i].id.indexOf('Guess') > -1){ |
|---|
| 926 | NList[i].value = ''; |
|---|
| 927 | } |
|---|
| 928 | if (NList[i].id.indexOf('Chk') > -1){ |
|---|
| 929 | NList[i].checked = ''; |
|---|
| 930 | } |
|---|
| 931 | } |
|---|
| 932 | } |
|---|
| 933 | |
|---|
| 934 | //EXTENSION TO ARRAY OBJECT |
|---|
| 935 | function Array_IndexOf(Input){ |
|---|
| 936 | var Result = -1; |
|---|
| 937 | for (var i=0; i<this.length; i++){ |
|---|
| 938 | if (this[i] == Input){ |
|---|
| 939 | Result = i; |
|---|
| 940 | } |
|---|
| 941 | } |
|---|
| 942 | return Result; |
|---|
| 943 | } |
|---|
| 944 | Array.prototype.indexOf = Array_IndexOf; |
|---|
| 945 | |
|---|
| 946 | //IE HAS RENDERING BUG WITH BOTTOM NAVBAR |
|---|
| 947 | function RemoveBottomNavBarForIE(){ |
|---|
| 948 | if (C.ie){ |
|---|
| 949 | if (document.getElementById('BottomNavBar') != null){ |
|---|
| 950 | document.getElementById('TheBody').removeChild(document.getElementById('BottomNavBar')); |
|---|
| 951 | } |
|---|
| 952 | } |
|---|
| 953 | } |
|---|
| 954 | |
|---|
| 955 | |
|---|
| 956 | |
|---|
| 957 | |
|---|
| 958 | //HOTPOTNET-RELATED CODE |
|---|
| 959 | |
|---|
| 960 | var HPNStartTime = (new Date()).getTime(); |
|---|
| 961 | var SubmissionTimeout = 30000; |
|---|
| 962 | var Detail = ''; //Global that is used to submit tracking data |
|---|
| 963 | |
|---|
| 964 | function Finish(){ |
|---|
| 965 | //If there's a form, fill it out and submit it |
|---|
| 966 | if (document.store != null){ |
|---|
| 967 | Frm = document.store; |
|---|
| 968 | Frm.starttime.value = HPNStartTime; |
|---|
| 969 | Frm.endtime.value = (new Date()).getTime(); |
|---|
| 970 | Frm.mark.value = Score; |
|---|
| 971 | Frm.detail.value = Detail; |
|---|
| 972 | Frm.submit(); |
|---|
| 973 | } |
|---|
| 974 | } |
|---|
| 975 | |
|---|
| 976 | |
|---|
| 977 | |
|---|
| 978 | var CorrectIndicator = ':-)'; |
|---|
| 979 | var IncorrectIndicator = 'X'; |
|---|
| 980 | var YourScoreIs = 'Your score is '; |
|---|
| 981 | var CorrectResponse = 'Correct! Well done.'; |
|---|
| 982 | var IncorrectResponse = 'Sorry! Try again. Incorrect matches have been removed.'; |
|---|
| 983 | var TotalUnfixedLeftItems = 0; |
|---|
| 984 | var TotCorrectChoices = 0; |
|---|
| 985 | var Penalties = 0; |
|---|
| 986 | var Finished = false; |
|---|
| 987 | |
|---|
| 988 | var Score = 0; |
|---|
| 989 | var Interval = null; |
|---|
| 990 | var Locked = false; |
|---|
| 991 | var ShuffleQs = false; |
|---|
| 992 | var QsToShow = 6; |
|---|
| 993 | |
|---|
| 994 | |
|---|
| 995 | function StartUp(){ |
|---|
| 996 | RemoveBottomNavBarForIE(); |
|---|
| 997 | |
|---|
| 998 | |
|---|
| 999 | |
|---|
| 1000 | |
|---|
| 1001 | |
|---|
| 1002 | SetUpItems(ShuffleQs,QsToShow); |
|---|
| 1003 | |
|---|
| 1004 | TotalUnfixedLeftItems = document.getElementById('MatchDiv').getElementsByTagName('select').length; |
|---|
| 1005 | |
|---|
| 1006 | //Create arrays |
|---|
| 1007 | CreateStatusArrays(); |
|---|
| 1008 | |
|---|
| 1009 | |
|---|
| 1010 | } |
|---|
| 1011 | |
|---|
| 1012 | Status = new Array(); |
|---|
| 1013 | |
|---|
| 1014 | |
|---|
| 1015 | function CreateStatusArrays(){ |
|---|
| 1016 | var Selects = document.getElementById('Questions').getElementsByTagName('select'); |
|---|
| 1017 | for (var x=0; x<Selects.length; x++){ |
|---|
| 1018 | Status[x] = new Array(); |
|---|
| 1019 | Status[x][0] = 0; // Item not matched correctly yet |
|---|
| 1020 | Status[x][1] = 0; //Tries at this item so far |
|---|
| 1021 | Status[x][2] = Selects[x].id; //Store a ref to the original drop-down |
|---|
| 1022 | } |
|---|
| 1023 | } |
|---|
| 1024 | |
|---|
| 1025 | function GetKeyFromSelectContainer(Container){ |
|---|
| 1026 | var Result = -1; |
|---|
| 1027 | if (Container.getElementsByTagName('select').length > 0){ |
|---|
| 1028 | var Select = Container.getElementsByTagName('select')[0]; |
|---|
| 1029 | if (Select != null){ |
|---|
| 1030 | Result = parseInt(Select.id.substring(1, Select.id.length)); |
|---|
| 1031 | } |
|---|
| 1032 | } |
|---|
| 1033 | return Result; |
|---|
| 1034 | } |
|---|
| 1035 | |
|---|
| 1036 | function GetKeyFromSelect(Select){ |
|---|
| 1037 | var Result = -1; |
|---|
| 1038 | if (Select != null){ |
|---|
| 1039 | Result = parseInt(Select.id.substring(1, Select.id.length)); |
|---|
| 1040 | } |
|---|
| 1041 | return Result; |
|---|
| 1042 | } |
|---|
| 1043 | |
|---|
| 1044 | var OriginalKeys = new Array(); |
|---|
| 1045 | var ReducedKeys = new Array(); |
|---|
| 1046 | |
|---|
| 1047 | function GetUniqueKeys(Container, TargetArray){ |
|---|
| 1048 | TargetArray.length = 0; |
|---|
| 1049 | var x = -1; |
|---|
| 1050 | var SList = Container.getElementsByTagName('select'); |
|---|
| 1051 | if (SList.length > 0){ |
|---|
| 1052 | for (var i=0; i<SList.length; i++){ |
|---|
| 1053 | x = GetKeyFromSelect(SList[i]); |
|---|
| 1054 | if (TargetArray.indexOf(x) < 0){ |
|---|
| 1055 | TargetArray.push(x); |
|---|
| 1056 | } |
|---|
| 1057 | } |
|---|
| 1058 | } |
|---|
| 1059 | } |
|---|
| 1060 | |
|---|
| 1061 | function SetUpItems(ShuffleQs, ReduceTo){ |
|---|
| 1062 | var QList = new Array(); |
|---|
| 1063 | var i, j, k, Selects, Options; |
|---|
| 1064 | |
|---|
| 1065 | //Remove all the table rows and put them in an array for processing |
|---|
| 1066 | var Qs = document.getElementById('Questions'); |
|---|
| 1067 | |
|---|
| 1068 | //First, get a list of keys |
|---|
| 1069 | GetUniqueKeys(Qs, OriginalKeys); |
|---|
| 1070 | |
|---|
| 1071 | //Remove the table rows to an array |
|---|
| 1072 | while (Qs.getElementsByTagName('tr').length > 0){ |
|---|
| 1073 | QList.push(Qs.removeChild(Qs.getElementsByTagName('tr')[0])); |
|---|
| 1074 | } |
|---|
| 1075 | |
|---|
| 1076 | var Reducing = (QList.length > ReduceTo); |
|---|
| 1077 | |
|---|
| 1078 | //If required, select random rows to delete |
|---|
| 1079 | if (Reducing == true){ |
|---|
| 1080 | var DumpItem = 0; |
|---|
| 1081 | while (ReduceTo < QList.length){ |
|---|
| 1082 | |
|---|
| 1083 | //Get a number to delete from the array |
|---|
| 1084 | DumpItem = Math.floor(QList.length*Math.random()); |
|---|
| 1085 | for (i=DumpItem; i<(QList.length-1); i++){ |
|---|
| 1086 | QList[i] = QList[i+1]; |
|---|
| 1087 | } |
|---|
| 1088 | QList.length = QList.length-1; |
|---|
| 1089 | } |
|---|
| 1090 | } |
|---|
| 1091 | //Shuffle the rows if necessary |
|---|
| 1092 | if (ShuffleQs == true){ |
|---|
| 1093 | QList = Shuffle(QList); |
|---|
| 1094 | } |
|---|
| 1095 | |
|---|
| 1096 | TotalUnfixedLeftItems = QList.length; |
|---|
| 1097 | |
|---|
| 1098 | //Write the rows back to the table body |
|---|
| 1099 | for (i=0; i<QList.length; i++){ |
|---|
| 1100 | Qs.appendChild(QList[i]); |
|---|
| 1101 | } |
|---|
| 1102 | |
|---|
| 1103 | //Now we need to remove any drop-down options that no longer have associated select items |
|---|
| 1104 | if (Reducing == true){ |
|---|
| 1105 | GetUniqueKeys(Qs, ReducedKeys); |
|---|
| 1106 | |
|---|
| 1107 | Selects = Qs.getElementsByTagName('select'); |
|---|
| 1108 | for (i=0; i<Selects.length; i++){ |
|---|
| 1109 | Options = Selects[i].getElementsByTagName('option'); |
|---|
| 1110 | for (j=Options.length-1; j>=0; j--){ |
|---|
| 1111 | if (OptionRequired(Options[j].value) == false){ |
|---|
| 1112 | Selects[i].removeChild(Options[j]); |
|---|
| 1113 | } |
|---|
| 1114 | } |
|---|
| 1115 | } |
|---|
| 1116 | } |
|---|
| 1117 | } |
|---|
| 1118 | |
|---|
| 1119 | function OptionRequired(Key){ |
|---|
| 1120 | if (ReducedKeys.indexOf(Key) > -1){ |
|---|
| 1121 | return true; |
|---|
| 1122 | } |
|---|
| 1123 | else{ |
|---|
| 1124 | if (OriginalKeys.indexOf(Key) > -1){ |
|---|
| 1125 | return false; |
|---|
| 1126 | } |
|---|
| 1127 | else{ |
|---|
| 1128 | return true; |
|---|
| 1129 | } |
|---|
| 1130 | } |
|---|
| 1131 | } |
|---|
| 1132 | |
|---|
| 1133 | function CheckAnswers(){ |
|---|
| 1134 | if (Locked == true){return;} |
|---|
| 1135 | var Select = null; |
|---|
| 1136 | var Key = -1; |
|---|
| 1137 | var Parent = null; |
|---|
| 1138 | var Answer = null; |
|---|
| 1139 | var AnsText = ''; |
|---|
| 1140 | var AllDone = true; |
|---|
| 1141 | TotCorrectChoices = 0; |
|---|
| 1142 | |
|---|
| 1143 | //for each item not fixed or a distractor |
|---|
| 1144 | for (var i=0; i<Status.length; i++){ |
|---|
| 1145 | |
|---|
| 1146 | //if it hasn't been answered correctly yet |
|---|
| 1147 | if (Status[i][0] < 1){ |
|---|
| 1148 | |
|---|
| 1149 | //Add one to the number of tries for this item |
|---|
| 1150 | Status[i][1]++; |
|---|
| 1151 | |
|---|
| 1152 | //Get a pointer to the drop-down |
|---|
| 1153 | Select = document.getElementById(Status[i][2]); |
|---|
| 1154 | Key = GetKeyFromSelect(Select); |
|---|
| 1155 | |
|---|
| 1156 | //Check the answer |
|---|
| 1157 | if (Select.options[Select.selectedIndex].value == Key){ |
|---|
| 1158 | Status[i][0] = 1; |
|---|
| 1159 | AnsText = Select.options[Select.selectedIndex].innerHTML; |
|---|
| 1160 | Parent = Select.parentNode; |
|---|
| 1161 | Parent.removeChild(Select); |
|---|
| 1162 | Parent.innerHTML = AnsText; |
|---|
| 1163 | Parent.nextSibling.innerHTML = CorrectIndicator; |
|---|
| 1164 | } |
|---|
| 1165 | else{ |
|---|
| 1166 | AllDone = false; |
|---|
| 1167 | } |
|---|
| 1168 | } |
|---|
| 1169 | //If it's correct, count it |
|---|
| 1170 | if (Status[i][0] == 1){ |
|---|
| 1171 | TotCorrectChoices++; |
|---|
| 1172 | } |
|---|
| 1173 | } |
|---|
| 1174 | //Calculate the score |
|---|
| 1175 | Score = Math.floor(((TotCorrectChoices-Penalties)/TotalUnfixedLeftItems)*100); |
|---|
| 1176 | if (Score<0){Score = 0;} |
|---|
| 1177 | var Feedback = ''; |
|---|
| 1178 | |
|---|
| 1179 | //Build the feedback |
|---|
| 1180 | if (AllDone == true){ |
|---|
| 1181 | Feedback = CorrectResponse + '<br />' + YourScoreIs + Score + '%.'; |
|---|
| 1182 | } |
|---|
| 1183 | else{ |
|---|
| 1184 | Feedback = IncorrectResponse + '<br />' + YourScoreIs + Score + '%.'; |
|---|
| 1185 | //Penalty for incorrect check |
|---|
| 1186 | Penalties++; |
|---|
| 1187 | } |
|---|
| 1188 | |
|---|
| 1189 | if (AllDone == true){ |
|---|
| 1190 | WriteToInstructions(Feedback); |
|---|
| 1191 | } |
|---|
| 1192 | |
|---|
| 1193 | |
|---|
| 1194 | |
|---|
| 1195 | //Show the feedback and rebuild the exercise |
|---|
| 1196 | ShowMessage(Feedback); |
|---|
| 1197 | |
|---|
| 1198 | if (AllDone == true){ |
|---|
| 1199 | Finished = true; |
|---|
| 1200 | setTimeout('Finish()', SubmissionTimeout); |
|---|
| 1201 | } |
|---|
| 1202 | |
|---|
| 1203 | } |
|---|
| 1204 | |
|---|
| 1205 | |
|---|
| 1206 | |
|---|
| 1207 | |
|---|
| 1208 | |
|---|
| 1209 | |
|---|
| 1210 | |
|---|
| 1211 | |
|---|
| 1212 | |
|---|
| 1213 | //--> |
|---|
| 1214 | |
|---|
| 1215 | //]]> |
|---|
| 1216 | |
|---|
| 1217 | </script> |
|---|
| 1218 | |
|---|
| 1219 | |
|---|
| 1220 | </head> |
|---|
| 1221 | |
|---|
| 1222 | <body onload="StartUp()" id="TheBody"> |
|---|
| 1223 | |
|---|
| 1224 | <!-- BeginTopNavButtons --> |
|---|
| 1225 | |
|---|
| 1226 | |
|---|
| 1227 | <div class="NavButtonBar" id="TopNavBar"> |
|---|
| 1228 | |
|---|
| 1229 | |
|---|
| 1230 | |
|---|
| 1231 | |
|---|
| 1232 | |
|---|
| 1233 | |
|---|
| 1234 | <button class="NavButton" onfocus="NavBtnOver(this)" onblur="NavBtnOut(this)" onmouseover="NavBtnOver(this)" onmouseout="NavBtnOut(this)" onmousedown="NavBtnDown(this)" onmouseup="NavBtnOut(this)" onclick="location='jmatch2.htm'; return false;">Next example</button> |
|---|
| 1235 | |
|---|
| 1236 | |
|---|
| 1237 | </div> |
|---|
| 1238 | |
|---|
| 1239 | |
|---|
| 1240 | |
|---|
| 1241 | <!-- EndTopNavButtons --> |
|---|
| 1242 | |
|---|
| 1243 | <div class="Titles"> |
|---|
| 1244 | <h2 class="ExerciseTitle">An Ordering Exercise made with JMatch</h2> |
|---|
| 1245 | <h3 class="ExerciseSubtitle">Matching exercise</h3> |
|---|
| 1246 | |
|---|
| 1247 | |
|---|
| 1248 | </div> |
|---|
| 1249 | |
|---|
| 1250 | <div id="InstructionsDiv" class="StdDiv"> |
|---|
| 1251 | <p id="Instructions">Select the correct sequence of actions in creating a Hot Potatoes exercise by choosing from the drop-down lists.</p> |
|---|
| 1252 | </div> |
|---|
| 1253 | |
|---|
| 1254 | |
|---|
| 1255 | |
|---|
| 1256 | <div id="MainDiv" class="StdDiv"> |
|---|
| 1257 | |
|---|
| 1258 | <button id="CheckButton1" class="FuncButton" onmouseover="FuncBtnOver(this)" onfocus="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onblur="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOut(this)" onclick="CheckAnswers()"> Check </button> |
|---|
| 1259 | |
|---|
| 1260 | <div id="MatchDiv" style="text-align: center;"> |
|---|
| 1261 | |
|---|
| 1262 | <form id="QForm" method="post" action="" onsubmit="return false;"> |
|---|
| 1263 | <table border="0" style="margin: 2em auto 2em auto;"><tbody id="Questions"> |
|---|
| 1264 | |
|---|
| 1265 | <tr><td class="LeftItem">First:</td><td class="RightItem"><select id="s0_0"><option value="x">???</option> |
|---|
| 1266 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1267 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1268 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1269 | <option value="0">Start a Hot Potato</option> |
|---|
| 1270 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1271 | <option value="2">Save your data.</option> |
|---|
| 1272 | </select></td><td></td></tr><tr><td class="LeftItem">Second:</td><td class="RightItem"><select id="s1_1"><option value="x">???</option> |
|---|
| 1273 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1274 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1275 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1276 | <option value="0">Start a Hot Potato</option> |
|---|
| 1277 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1278 | <option value="2">Save your data.</option> |
|---|
| 1279 | </select></td><td></td></tr><tr><td class="LeftItem">Third:</td><td class="RightItem"><select id="s2_2"><option value="x">???</option> |
|---|
| 1280 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1281 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1282 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1283 | <option value="0">Start a Hot Potato</option> |
|---|
| 1284 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1285 | <option value="2">Save your data.</option> |
|---|
| 1286 | </select></td><td></td></tr><tr><td class="LeftItem">Fourth:</td><td class="RightItem"><select id="s3_3"><option value="x">???</option> |
|---|
| 1287 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1288 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1289 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1290 | <option value="0">Start a Hot Potato</option> |
|---|
| 1291 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1292 | <option value="2">Save your data.</option> |
|---|
| 1293 | </select></td><td></td></tr><tr><td class="LeftItem">Fifth:</td><td class="RightItem"><select id="s4_4"><option value="x">???</option> |
|---|
| 1294 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1295 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1296 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1297 | <option value="0">Start a Hot Potato</option> |
|---|
| 1298 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1299 | <option value="2">Save your data.</option> |
|---|
| 1300 | </select></td><td></td></tr><tr><td class="LeftItem">Finally:</td><td class="RightItem"><select id="s5_5"><option value="x">???</option> |
|---|
| 1301 | <option value="5">Relax and have a coffee.</option> |
|---|
| 1302 | <option value="4">Click on "File / Create Web page".</option> |
|---|
| 1303 | <option value="3">Set the correct configuration information.</option> |
|---|
| 1304 | <option value="0">Start a Hot Potato</option> |
|---|
| 1305 | <option value="1">Enter your data, questions, answers, etc.</option> |
|---|
| 1306 | <option value="2">Save your data.</option> |
|---|
| 1307 | </select></td><td></td></tr> |
|---|
| 1308 | |
|---|
| 1309 | </tbody></table> |
|---|
| 1310 | </form> |
|---|
| 1311 | </div> |
|---|
| 1312 | |
|---|
| 1313 | <button id="CheckButton2" class="FuncButton" onmouseover="FuncBtnOver(this)" onfocus="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onblur="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOut(this)" onclick="CheckAnswers()"> Check </button> |
|---|
| 1314 | |
|---|
| 1315 | </div> |
|---|
| 1316 | |
|---|
| 1317 | |
|---|
| 1318 | |
|---|
| 1319 | <div class="Feedback" id="FeedbackDiv"> |
|---|
| 1320 | <div class="FeedbackText" id="FeedbackContent"></div> |
|---|
| 1321 | <button id="FeedbackOKButton" class="FuncButton" onfocus="FuncBtnOver(this)" onblur="FuncBtnOut(this)" onmouseover="FuncBtnOver(this)" onmouseout="FuncBtnOut(this)" onmousedown="FuncBtnDown(this)" onmouseup="FuncBtnOut(this)" onclick="HideFeedback(); return false;"> OK </button> |
|---|
| 1322 | </div> |
|---|
| 1323 | |
|---|
| 1324 | <!-- BeginBottomNavButtons --> |
|---|
| 1325 | |
|---|
| 1326 | |
|---|
| 1327 | <div class="NavButtonBar" id="BottomNavBar"> |
|---|
| 1328 | |
|---|
| 1329 | |
|---|
| 1330 | |
|---|
| 1331 | |
|---|
| 1332 | |
|---|
| 1333 | |
|---|
| 1334 | <button class="NavButton" onfocus="NavBtnOver(this)" onblur="NavBtnOut(this)" onmouseover="NavBtnOver(this)" onmouseout="NavBtnOut(this)" onmousedown="NavBtnDown(this)" onmouseup="NavBtnOut(this)" onclick="location='jmatch2.htm'; return false;">Next example</button> |
|---|
| 1335 | |
|---|
| 1336 | |
|---|
| 1337 | </div> |
|---|
| 1338 | |
|---|
| 1339 | |
|---|
| 1340 | |
|---|
| 1341 | <!-- EndBottomNavButtons --> |
|---|
| 1342 | |
|---|
| 1343 | <!-- BeginSubmissionForm --> |
|---|
| 1344 | |
|---|
| 1345 | <!-- EndSubmissionForm --> |
|---|
| 1346 | |
|---|
| 1347 | </body> |
|---|
| 1348 | |
|---|
| 1349 | </html> |
|---|