UNPKG

@jspsych/new-timeline

Version:

CLI tool for creating new jsPsych timelines

20 lines (15 loc) 383 B
<!DOCTYPE html> <html> <head> <title>{globalName} Example</title> <script src="https://unpkg.com/jspsych"></script> {publishingComment} <link rel="stylesheet" href="https://unpkg.com/jspsych/css/jspsych.css"> </head> <body></body> <script> const jsPsych = initJsPsych(); const task = {globalName}.createTimeline(jsPsych, { }); jsPsych.run([task]) </script> </html>