0
Total Triggers
0
Unique Blocks
0
Action Types

Generated Files

Triggers.js

// No triggers created yet. Go to Builder to create your first trigger.

Observer.js

// Loading Observer.js...

Integration Code

<!-- Add these lines to your Rise course's index.html before closing </body> tag -->
<script src="Triggers.js"></script>
<script src="Observer.js"></script>

<!-- Note: Triggers.js now includes the complete system, Observer.js handles block monitoring -->

Your Triggers Overview

No triggers created yet. Go to Builder to create your first trigger!

Quick Actions

Builder Guide

Integration Options

🖥️ Desktop App (Recommended)

Use our desktop app for automatic integration with visual preview

  1. Download the Triggers.js and Observer.js files using the Download button above
  2. Open the Rise Triggers Desktop App
  3. Go to the Integration tab
  4. Link the two JavaScript files (Triggers.js and Observer.js)
  5. Attach your course ZIP file
  6. Preview your course with triggers in the app
💡 Pro Tip: The desktop app automatically handles file integration and provides a live preview of your triggers. Download Desktop App

⚙️ Manual Integration

For advanced users who want manual control

  1. Download or copy the Triggers.js and Observer.js code above
  2. Create these files in your Rise course directory
  3. Open your course's index.html file
  4. Add the integration HTML code before the closing </body> tag
  5. Test your triggers by opening the course in a web browser
⚠️ Note: Make sure both JavaScript files are loaded without errors and that your block IDs match the actual Rise blocks.