> ## Documentation Index
> Fetch the complete documentation index at: https://help.autoproctor.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Resuming Google Forms Tests

> Configure whether candidates can resume Google Forms tests after closing them mid-attempt by managing autosave and auto-resume settings.

Google Forms tests require two settings to work together for correct resume behavior: the **autosave** setting in Google Forms and the **auto-resume** setting in AutoProctor. Mismatching these settings causes unexpected behavior for candidates.

<Note>
  Two settings control Google Forms test resumption:

  1. **Disable Autosave** in Google Forms -- Controls whether draft responses are saved as the candidate fills out the form.
  2. **Enable Auto-resume** in AutoProctor -- Controls whether AutoProctor loads the previous attempt when a candidate returns to the test link.

  You must configure both settings together for the intended behavior.
</Note>

## To Allow Test Resumption

If you want candidates to pick up where they left off after closing the test:

<Steps>
  <Step title="Keep autosave enabled in Google Forms">
    Make sure the **Disable Autosave** feature is **OFF** in your Google Forms test settings. This is the default setting, so you only need to verify it has not been changed.

    <Frame>
      <img className="border rounded-xl" style={{maxWidth: "49cqi"}} src="https://mintcdn.com/autoproctor/ow38UBc3ZcOicu7m/images/settings/gforms-autosave-enabled.png?fit=max&auto=format&n=ow38UBc3ZcOicu7m&q=85&s=786a73a600b6a45ef2aa5e9095995b43" alt="Google Forms test settings showing Disable Autosave toggled OFF, keeping autosave active" width="561" height="660" data-path="images/settings/gforms-autosave-enabled.png" />
    </Frame>
  </Step>

  <Step title="Enable auto-resume in AutoProctor">
    Turn on the **Enable Auto-resume** setting in your AutoProctor test settings.

    <Frame>
      <img style={{maxWidth: "49cqi"}} src="https://mintcdn.com/autoproctor/ow38UBc3ZcOicu7m/images/settings/gforms-autoresume-enabled.png?fit=max&auto=format&n=ow38UBc3ZcOicu7m&q=85&s=d7eba1d5ff927be343487df8fead02a0" alt="AutoProctor test settings showing Enable Auto-resume toggled ON" width="834" height="424" data-path="images/settings/gforms-autoresume-enabled.png" />
    </Frame>
  </Step>
</Steps>

## To Prevent Test Resumption

If you want each visit to the test link to create a new, blank attempt:

<Steps>
  <Step title="Disable autosave in Google Forms">
    Turn **ON** the **Disable Autosave** feature in your Google Forms test settings. This prevents Google Forms from saving draft responses.

    <Frame>
      <img className="border rounded-xl" style={{maxWidth: "49cqi"}} src="https://mintcdn.com/autoproctor/ow38UBc3ZcOicu7m/images/settings/gforms-autosave-disabled.png?fit=max&auto=format&n=ow38UBc3ZcOicu7m&q=85&s=29e02d97fdb36b89869cb43917d34485" alt="Google Forms test settings showing Disable Autosave toggled ON, disabling autosave" width="723" height="576" data-path="images/settings/gforms-autosave-disabled.png" />
    </Frame>
  </Step>

  <Step title="Disable auto-resume in AutoProctor">
    Turn **OFF** the **Enable Auto-resume** option in your AutoProctor test settings.

    <Frame>
      <img style={{maxWidth: "49cqi"}} src="https://mintcdn.com/autoproctor/ow38UBc3ZcOicu7m/images/settings/gforms-autoresume-disabled.png?fit=max&auto=format&n=ow38UBc3ZcOicu7m&q=85&s=f502cc503b581156b292294ad8599414" alt="AutoProctor test settings showing Enable Auto-resume toggled OFF" width="800" height="434" data-path="images/settings/gforms-autoresume-disabled.png" />
    </Frame>
  </Step>
</Steps>

## Settings Combination Reference

| Disable Autosave (Google Forms) | Enable Auto-resume (AutoProctor) | Result                                                                                                            |
| ------------------------------- | -------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| OFF (default)                   | ON (default)                     | Candidates resume where they left off                                                                             |
| ON                              | OFF                              | Each visit starts a fresh, blank attempt                                                                          |
| OFF                             | OFF                              | New attempt loads, but Google Forms may show previously saved answers -- confusing for candidates                 |
| ON                              | ON                               | AutoProctor tries to resume, but Google Forms has no saved draft -- candidate sees a blank form with reduced time |

<Warning>
  If the two settings are mismatched (for example, autosave is enabled but auto-resume is disabled), candidates may experience unexpected behavior such as seeing a partially filled form on a new attempt or losing their saved progress. Always configure both settings to match.
</Warning>

## Default Settings

Google Forms has autosave enabled by default, and AutoProctor's corresponding default setting allows resuming unsubmitted test attempts. This means tests resume by default unless you explicitly change either setting.

## Related Resources

* [Resuming Test Attempts](/resume-exam-attempts) -- General resume behavior across all test types
* [Maximum Attempts](/maximum-exam-attempts) -- Configure how many attempts candidates are allowed
* [Unsubmitted Tests](/view-unsubmitted-exams) -- View tests started but not submitted
* [Timer Settings](/timer-settings) -- Configure test duration and time windows
* [Best Practices for Test Creators](/best-practices-for-exam-creators) -- Tips for smooth test administration
