Skip to content

Tags: tildeio/conductor.js

Tags

tutorial-setup

Merge pull request #97 from tildeio/remove-polyglot

Remove polyglot

tutorial-11

Tutorial: Respond to data changes.

tutorial-10

Tutorial: Update child card data.

tutorial-9

Tutorial: Child cards.

```js
Playground.conductor.cards['../cards/tutorial/ad_card.js'][1][0].sandbox.videoPort.send('play');

// we add videoPort to window for convenience in the tutorial
window.videoPort.send('play');
```

tutorial-8

Tutorial: YouTube card events.

One can send events from the playground via:
```js
Playground.conductor.cards['../cards/tutorial/youtube_card.js'][1][0].sandbox.videoPort.send('play');

// we add the video port to the window for convenience in the tutorial
window.videoPort.send('play');
```

tutorial-7

Tutorial: Load YouTube API; showcase promises.

tutorial-6

Tutorial: Create a youtube card.

tutorial-5

Tutorial: Add survey capability.

tutorial-4

Tutorial: Send grade events.

tutorial-3

Tutorial: Set and change grades.