rbcavanaugh / pnt

Beta-version of R Shiny implementation of the computer-adaptive Philadelphia naming test (Roach et al., 1996) following item response theory.
https://william-hula.shinyapps.io/pnt-cat/
GNU General Public License v3.0
0 stars 6 forks source link

subliminal images on some forms or when starting over #20

Closed rbcavanaugh closed 3 years ago

rbcavanaugh commented 3 years ago

Need to make sure that there is no accidental flashing of pictures items

notes from undergrads, replicated by Alex

rbcavanaugh commented 3 years ago

fixed with 2 changes

  1. start over now restarts the app entirely. I think this is just generally safer regardless.
  2. outputOptions(output, "slides_tab", suspendWhenHidden = FALSE)

@AlexSwiderski can you check and see if this resolved the issue? thanks