Reform Activity

Learn how to set up the Reform activity

David Kofoed Wind avatar
Written by David Kofoed Wind
Updated over a week ago

Reform is a form, survey, or funnel tool. The Reform activity allows you to embed a Reform project into Eduflow as a learning activity. Your learners will be able to interact with your Reform project without having to leave Eduflow.

How to add a Reform activity to your course

  1. Select + Add new, go to Embeds & integrations, and choose Reform

  2. Get the Reform embed code (learn more about this below)

  3. Paste the Reform embed code into your Reform activity in Eduflow

  4. Adjust the width and aspect ratio in Settings


Getting the embed code from Reform

  1. When logged into Reform and looking at your form, select the Share button on the left hand side of your screen.

Copy the code and add it to the Reform activity in Eduflow. The code you get should look something like this:

<div id="my-reform"></div>

<script>window.Reform=window.Reform||function(){(Reform.q=Reform.q||[]).push(arguments)};</script>
<script id="reform-script" async src="https://embed.reform.app/v1/embed.js"></script>
<script>
Reform('init', {
url: 'https://forms.reform.app/EnqcrG/feedback/v7ro9b',
target: '#my-reform',
background: 'default',
})
</script>

Learners will mark the activity as complete themselves after interacting with your Reform form. It's important to note that learners are able to mark the activity as complete without filling out the Reform. If you want to ensure that learners submit a response in a form, consider using our Form activity.


Completion & Visibility settings

You can use completion and visibility settings to add specific rules for who can view and access this activity, including setting deadlines and prerequisites. You can see details about these rules here.

Did this answer your question?