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
Integration Options
🖥️ Desktop App (Recommended)
Use our desktop app for automatic integration with visual preview
- Download the Triggers.js and Observer.js files using the Download button above
- Open the Rise Triggers Desktop App
- Go to the Integration tab
- Link the two JavaScript files (Triggers.js and Observer.js)
- Attach your course ZIP file
- 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
- Download or copy the Triggers.js and Observer.js code above
- Create these files in your Rise course directory
- Open your course's
index.html
file - Add the integration HTML code before the closing
</body>
tag - 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.