psychTestR
psychTestR copied to clipboard
psychTestR - an R package for developing behavioural experiments
Addition of feature to allow users to include additional scripts via test_options, as discussed in #93.
If a user double-clicks a trigger button very fast then unexpected behaviour might occur. We should add some code that temporarily disables such buttons once they are clicked.
Hi Peter, It can be quite difficult to debug apps on Shiny Server when using the psychTestR framework (although perhaps this is a general Shiny problem). Whilst I usually test...
Hi Peter, Would it be possible to execute some arbitrary code when a user resumes a test session? In my case, this would be to reimport some Javascript files. The...
https://github.com/o2r-project/containerit
Dropbox
The `choices` argument of `NAFC_page` currently doesn't check whether the provided values are legal HTML IDs. This can cause downstream problems. We should add such a check (probably set as...
It is possible for a client computer to successfully install psychTestR, but not have sufficient privileges to access package files using `system.file()`. Currently psychTestR silently fails during such cases -...
The best way to launch a test is `shiny::runApp(".")`, because this ensures that the `www` directory is exposed. This should be explained in the documentation (and maybe we should make...
Corrupt session / timestamp files can prevent psychTestR from launching - instead, it would be better if it failed gracefully.