# grunt-adapt-tracking-ids

> Automates the insertion of SCORM tracking IDs.

Latest version **0.1.9** (published 2013-11-11) · 0 weekly downloads

## Install

```sh
npm install grunt-adapt-tracking-ids
pnpm add grunt-adapt-tracking-ids
yarn add grunt-adapt-tracking-ids
bun add grunt-adapt-tracking-ids
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.9 |
| Published | 2013-11-11 |
| First published | 2013-10-31 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kev Adsett |
| Maintainers | kev.adsett |
| Keywords | gruntplugin |

## Links

- npm: https://www.npmjs.com/package/grunt-adapt-tracking-ids
- Repository: https://github.com/kevadsett/trackingIds-plugin
- Issues: https://github.com/kevadsett/trackingIds-plugin/issues
- npm.io page: https://npm.io/package/grunt-adapt-tracking-ids

## Recent versions

- 0.1.9 (latest) — 2013-11-11
- 0.1.8 — 2013-11-11
- 0.1.7 — 2013-11-11
- 0.1.5 — 2013-10-31
- 0.1.0 — 2013-10-31

## README

# grunt-adapt-tracking-ids

> Automates the insertion of SCORM tracking IDs.

## Getting Started
This plugin requires Grunt `~0.4.1`

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

```shell
npm install grunt-adapt-tracking-ids --save-dev
```

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

```js
grunt.loadNpmTasks('grunt-adapt-tracking-ids');
```

## The "adapt_insert_tracking_ids" task

### Overview
In your project's Gruntfile, add a section named `adapt_insert_tracking_ids` to the data object passed into `grunt.initConfig()`.

```js
grunt.initConfig({
  adapt_insert_tracking_ids: {
    options: {
      courseFile: "course/course.json"
    }
  },
})
```

### Options

#### options.courseFile
Type: `String`
Default value: `'course/course.json'`

A string representation of the JSON file which contains the course.

---
_Source: https://npm.io/package/grunt-adapt-tracking-ids · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
