Skip to main content
Participating Frequently
July 7, 2026
Question

Radio Buttons not resetting on slide reentry

  • July 7, 2026
  • 1 reply
  • 40 views

Adobe Captivate 13.1.1.200 - radio group not resetting when returning to slide previous answer still visible

I am working on a module for a client and having an issue, not sure if I am not thinking of something or if it is a limitation in Captivate 13.1.1.200.  I have a radio button group for users to select an option on a slide (a custom question with branching to correct and incorrect rationales and additional content).  If the user got it incorrect after reviewing the rationale and additional information, they return to the custom question screen to try again.  The variables are clear, but visually, the selected radio button stays selected. 

Does anyone have experience with this type of issue or know how to visually force Captive to deselect the radio buttons so they do not appear as entered?

    1 reply

    Dave Creamer of IDEAS
    Community Expert
    Community Expert
    July 7, 2026

    Have you set a “Slide Enter” interaction to reset the radio buttons?

    David Creamer: Community Expert (ACI and ACE 1995-2023)
    Participating Frequently
    July 8, 2026

    Hi Dave,  Thanks for your response.  
     

    I've built a custom quiz framework using regular content slides, variables, and conditional actions instead of Captivate's built-in Knowledge Check slides to meet the client's requirements for section-based scoring and retries.

    During testing, I found an issue with the Radio Group component in Adobe Captivate 13.

    What is working correctly

    • The selected answer variable is reset correctly when the learner retries the section.
    • All section variables (v_S2_Q1_Selectedv_S2_Q1_Correct, score variables, etc.) return to their default values.
    • The conditional logic evaluates correctly using the reset variables.
    • The quiz navigation, branching, scoring, and retry logic all function as expected.

    For example:

    • Learner selects C
    • v_S2_Q1_Selected = 3
    • Learner fails the section
    • Variables are reset
    • v_S2_Q1_Selected = 0

    This has been verified by displaying the variable on screen during testing.

    The issue

    Although the variable resets correctly, the Radio Group control continues to display the previously selected radio button when the learner revisits the slide.

    This is only a visual state.

    Internally:

    • v_S2_Q1_Selected = 0

    Visually:

    • C still appears selected.

    If the learner clicks Submit without selecting an answer again, the quiz behaves as though no answer has been selected because the variable is still 0.

    Troubleshooting completed

    The following were tested without success:

    • Resetting all user variables.
    • Resetting variables on the Section Title slide.
    • Resetting variables on Question slide entry.
    • Resetting variables before navigation.
    • Multiple JavaScript methods to clear the radio control.
    • Removing the checked state through the DOM.
    • Triggering change/input events.
    • Clearing ARIA selected states.
    • Delayed JavaScript execution after slide load.

    None of these methods clear the visual state of the Radio Group component.

    I am stumped why it retains the visually selected state, and I am hoping I am overthinking and overlooking something at this point. The issue appears to be with the Adobe Captivate 13 Radio Group component, which retains its selected visual state independently of the user variable that controls the quiz logic.

    Dave Creamer of IDEAS
    Community Expert
    Community Expert
    July 8, 2026

    It looks like a bug/oversight. You can vote for the feature to be implemented here:

    https://captivate.uservoice.com/forums/939318-adobe-captivate/suggestions/47150809-allow-reset-of-radio-button-interaction-on-slide-r

     

    You should be able to fake it in Captivate Classic in either a blank or responsive site by using a shape as a button. Conditional actions can test for the state and/or variable. 

    David Creamer: Community Expert (ACI and ACE 1995-2023)