Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video file names in standard format #70

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. add recorder method for constructing video file name and add/modify p…

    …arams for recorder.start (consent boolean, trial type string)
    becky-gilbert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ace897b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4940ed View commit details
    Browse the repository at this point in the history
  3. add mock for jsPsych.getCurrentTrial (passes current trial type from …

    …trial recording extension to recorder.start)
    becky-gilbert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d9be5c View commit details
    Browse the repository at this point in the history
  4. update recorder.start params in existing tests, mock getLastTrialData…

    …, test new createFileName method
    becky-gilbert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    759fa6f View commit details
    Browse the repository at this point in the history
  5. add changeset

    becky-gilbert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4ff7d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. add private getCurrentPluginName method to trial extension, get plugi…

    …n name from info, fix types, fix/add tests
    becky-gilbert committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f6b667b View commit details
    Browse the repository at this point in the history