So far, so good. You’ve already created the Captivate files and have figured out how to configure the JavaScript code to display the test results. Next, you'll create your database in Microsoft Access, or use the database included with this tutorial, quizresults.mdb, included in the ZIP file you downloaded from the Requirements section. If you create your own database, use the following database schema.
| Columns | Attributes |
|---|---|
| id | Autonumber |
| total | Number |
| correct | Number |
| accuracy | number |
| name | Text |
| Text |
Now, to create the ColdFusion data source, use the following steps:
Next, you use ColdFusion to insert data into the database.