Version Changes
Revised. Amendments from Version 1
We respond to the suggestions of the reviewers by elaborating on the background of the tic suppression paradigm and the potential uses of this new software.
Abstract
Woods and Himle developed a standardized tic suppression paradigm (TSP) for the experimental setting, to quantify the effects of intentional tic suppression in Tourette syndrome. We previously provided a computer program to facilitate recording tic occurrence and to automate reward delivery during the several experimental conditions of the TSP. The present article describes a web-based program that performs the same functions. Implementing this program on the web allows research sessions to be performed remotely, in tandem with a video calling program. Relevant data for each session, such as the timing of tics and dispensed rewards, are stored in plain text files for later analysis. Expected applications include research on Tourette syndrome and related disorders.
Keywords: tic disorders, Tourette syndrome, reward, reinforcement (psychology), software
Introduction
One of the defining characteristics of tics, compared to some other abnormal movements, is that they can usually be suppressed with an effort of will for at least a brief interval 1. Woods and Himle developed an experimental measure of tic suppression, the tic suppression paradigm (TSP) 2, 3. In this paradigm, each participant is observed during several experimental conditions: usually baseline and differential reinforcement of zero-rate ticcing (DRO), and sometimes also verbal instruction to suppress tics and/or noncontingent reinforcement (NCR). The DRO condition replicates a behavior therapy long in clinical use, providing frequent rewards for absence of a problematic behavior, such as a reward token delivered after every 10 seconds without a tic. In the NCR condition, rewards are provided at a similar overall frequency as in the DRO condition, but at times unrelated to the timing of tics during the NCR session; Himle and colleagues used this approach to clarify the mechanism of the DRO condition’s tic reduction benefit 4.
The TSP has been used in a number of studies, producing several interesting results 5, 6. For instance, tic suppression measured early after the onset of a tic disorder predicts clinical outcome 6–12 months later 7. Additional studies using the TSP are being conducted in various research centers. In the course of conducting a longitudinal study of children with Provisional Tic Disorder 8, we found that the TSP required substantial investigator effort. That is, a tic expert must watch the session, “live” or on a video recording, and note the presence and timing of each tic. Furthermore, in the DRO and NCR conditions a second staff member must repeatedly signal a device to provide a reward for each predefined tic-free interval. To reduce this effort, we wrote a simple program to facilitate record keeping and reward delivery during research sessions 9. The expert observer pressed a button to record each tic observed, and in the DRO and NCR conditions the program delivered reward tokens at the appropriate times by connecting to a relay module that signaled a token dispenser box. This software improved convenience for the investigator and accuracy of record-keeping.
Because of enforced social distancing during the COVID 19 pandemic, the need arose for sessions to be performed remotely. A video calling program allowed us to observe the subjects, but we still needed a way to deliver rewards during the DRO and NCR conditions of the TSP. Previously, we had created a web-based program called TicTrainer for behavioral therapy 10, and we decided to expand the functionality of that program so it could be used for TSP research. The new program allows the same functionality as the previous, in-person TicTimer software, providing audiovisual rewards at appropriate intervals on a web browser viewed by the participant, based on the timing of tics recorded remotely by the investigator. We present the software here 11 to facilitate its use by others.
Methods
Implementation
TicTimer Web 11 uses the node.js server that was made for TicTrainer. It adopts that program’s structure, with user accounts for research subjects and an admin account for the rater. Details on account registration, data storage, and logging on were described previously 10.
A new field was added to user accounts so that a research ID (different from the ID used to log on) can be set for research subjects.
Sessions for TicTimer Web use separate but simultaneous connections to a server from a “user” and from a rater. TSP DRO sessions deliver rewards after every 10-s tic-free interval. To deliver rewards at the appropriate times, the user page checks in with the server periodically to see if it has been 10 seconds since the last tic was signaled by the rater. If it has not, the server responds with the time remaining until the next reward is due, and the user page uses that number, adjusted for the lag time of the round trip, to schedule when to check back with the server. Using this method, reward timing is synchronized so that rewards are delivered usually within 50 ms of the target time. The previous, in-person version of TicTimer used a token dispenser box to automatically deliver rewards at the appropriate times. In an attempt to approximate the user experience of the physical token dispenser, TicTimer Web delivers rewards by displaying coin images on the subject’s screen along with a chime sound.
At the end of each session, a summary is generated and appended at the bottom of the session log file, which is then archived with the date and time of the session in the filename.
Operation
Setup. First, node.js is installed on the server. We used an Amazon EC2 instance, but the program can operate on any computer with node.js ( e.g. a laptop).
The researcher and subject need only a modern web browser to interface with TicTimer Web once the server is running. The browser must support JavaScript and HTML5. We have tested TicTimer Web with current versions of Chrome and Edge.
To perform sessions with TicTimer Web, the researcher creates a user account if needed, then if desired uses the admin interface to assign the user a research ID number to identify the subject for later data analysis.
Use. The researcher and subject sign in on their respective TicTimer session pages and the rater begins the session by selecting one of the four experimental conditions.
During a session, the rater watches the subject. We have used a separate video calling program for this observation, but a video camera or one-way mirror could be used for in-person visits. The rater records any observed tics by immediately pressing the “Tic Detected” button, the spacebar, or the letter “T”. If the session type includes rewards (DRO and NCR), they are dispensed appropriately. The session ends after the predetermined duration, or when the rater presses “End Session,” or when either rater or subject closes their browser window early.
For the NCR condition, the rater first chooses a log file previously created with the current subject, and rewards are delivered to the user at the same times (relative to the session start) that they were delivered in the specified session.
Archived session log files can be downloaded from the admin interface, or they can be copied over directly from the server itself.
Use cases
The video file ( Extended data, Supplementary File 1) 12 demonstrates the operation of TicTimer Web 11 from a researcher’s perspective. The sessions performed here were test sessions with no human subjects being observed. Extended data, Supplementary Files 2–4 12 are the session log files created in that video.
Conclusions
The TicTimer Web 11 program allows for remote implementation of the TSP, while maintaining the benefits of earlier versions of the software 9: ease and accuracy of record keeping and automated reward delivery. TicTimer Web also simplifies the TSP, replacing a physical token dispenser box with any web browser, say a wireless tablet. While designed for our purposes in tic disorder research, TicTimer Web may find other uses. The most obvious of these may be for research on traditional habit disorders; for instance, hair pulling and skin picking appear in the “Obsessive-compulsive and related disorders” section of DSM-5 13. TicTimer Web may also have clinical applications. These may include documenting suppression ability before and after treatment and investigations of the chaotic nature of tic timing 14, in addition to the previously described behavior therapy 10.
Future modifications may include adding machine detection of tics, e.g. by audio-visual observation, surface EMG or accelerometry. Artificial intelligence and machine learning techniques may be able to use these inputs to recognize and mark the occurrence of specific tics. Such improvements would be quite welcome, as they might speed tic research or even allow automated behavior therapy. However, these methods are thus far difficult to reduce to practice; separating tics from normal adventitious movements is not trivial, and the wide variety of observed tics defies a unitary definition in terms of elementary movement features and timing.
Data availability
Underlying data
All data underlying the results are available as part of the article and no additional source data are required.
Extended data
Zenodo: TicTimer Web: software for measuring tic suppression remotely: Supplementary Files. http://doi.org/10.5281/zenodo.4023134 12.
This project contains the following extended data:
ttw_demo.mp4. (Supplementary File 1: Video Demonstration of Operation. A video demonstrating how to operate TicTimer Web from the researcher’s perspective.)
au5_20200622-153043_baseline.ttsd. (Supplementary File 2: Sample Log, baseline. Log file for the baseline session performed during the video demonstration.)
au5_20200622-153125_DRZ.ttsd. (Supplementary File 3: Sample Log, DRO. Log file for the DRO session performed during the video demonstration.)
au5_20200622-153214_NCR.ttsd. (Supplementary File 4: Sample Log, NCR. Log file for the NCR session performed during the video demonstration.)
License: MIT License.
Software availability
The source code for TicTimer Web is available at: https://github.com/jonkb/TicTrainer-node.
Archived source code at time of publication: https://doi.org/10.5281/zenodo.3990474 11.
License: MIT License.
Funding Statement
Software development and manuscript preparation were funded in part by the U.S. National Institutes of Health (NIH), grant number R01MH104030.
The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
[version 2; peer review: 2 approved]
References
- 1. Ueda K, Kim S, Greene DJ, et al. : Correlates and clinical implications of tic suppressibility. Curr Dev Disord Rep. 2021; [in press]. 10.31219/osf.io/5sg2d [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2. Woods DW, Himle MB: Creating tic suppression: comparing the effects of verbal instruction to differential reinforcement. J Appl Behav Anal. 2004;37(3):417–20. 10.1901/jaba.2004.37-417 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3. Himle MB, Woods DW: An experimental evaluation of tic suppression and the tic rebound effect. Behav Res Ther. 2005;43(11):1443–51. 10.1016/j.brat.2004.11.002 [DOI] [PubMed] [Google Scholar]
- 4. Himle MB, Woods DW, Bunaciu L: Evaluating the role of contingency in differentially reinforced tic suppression. J Appl Behav Anal. 2008;41(2):285–9. 10.1901/jaba.2008.41-285 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5. Lyon GJ, Samar SM, Conelea C, et al. : Testing tic suppression: comparing the effects of dexmethylphenidate to no medication in children and adolescents with attention-deficit/hyperactivity disorder and Tourette’s disorder. J Child Adolesc Psychopharmacol. 2010;20(4):283–9. 10.1089/cap.2010.0032 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6. Conelea CA, Wellen B, Woods DW, et al. : Patterns and Predictors of Tic Suppressibility in Youth With Tic Disorders. Front Psychiatry. 2018;9:188. 10.3389/fpsyt.2018.00188 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7. Greene DJ, Koller JM, Robichaux-Viehoever A, et al. : Reward enhances tic suppression in children within months of tic disorder onset. Dev Cogn Neurosci. 2015;11:65–74. 10.1016/j.dcn.2014.08.005 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8. Black KJ, Kim S, Schlaggar BL, et al. : The New Tics study: A novel approach to pathophysiology and cause of tic disorders. J Psychiatr Brain Sci. 2020;5:e200012. 10.20900/jpbs.20200012 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9. Black JK, Koller JM, Black KJ: TicTimer software for measuring tic suppression [version 2; peer review: 2 approved]. F1000Res. 2017;6:1560. 10.12688/f1000research.12327.2 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10. Black JK, Black KJ: Software for web-based tic suppression training [version 2; peer review: 3 approved]. F1000Res. 2018;6:2150. 10.12688/f1000research.13460.2 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11. Black JK, Black KJ: TicTrainer and TicTimer Web v4.0.2 (Version 4.0.2). Zenodo.2020. 10.5281/zenodo.3990474 [DOI] [Google Scholar]
- 12. Black JK, Koller JM, Black KJ: TicTimer Web: software for measuring tic suppression remotely: Supplementary Files. F1000research. Zenodo.2020. 10.5281/zenodo.4023134 [DOI] [PMC free article] [PubMed]
- 13. American Psychiatric Association: Obsessive-Compulsive and Related Disorders.In: Diagnostic and Statistical Manual of Mental Disorders.Fifth Edition. Arlington, VA: American Psychiatric Association;2013. 10.1176/appi.books.9780890425596.dsm06 [DOI] [Google Scholar]
- 14. Peterson BS, Leckman JF: The temporal dynamics of tics in Gilles de la Tourette syndrome. Biol Psychiatry. 1998;44(12):1337–48. 10.1016/s0006-3223(98)00176-0 [DOI] [PubMed] [Google Scholar]
