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

Fix bug on positive/negative click behaviour #2

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2023

  1. bug fix in n-back.js

    Fixed bug that prevented clicking the buttons to register participant answers.
    
    markAsTarget() and markAsNonTarget() on positive and negative divs click events were missing the Date argument, so clicking them to submit answers was not possible. This patch fixes that.
    labrunhosarodrigues committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0a96c51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc835f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fix copy to clipboard behaviour

    Copy to clipboard was not working properly, this fix allows it to actually copy the text from results to the clipboard
    labrunhosarodrigues committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cc4a930 View commit details
    Browse the repository at this point in the history
  2. Add download JSON option

    In some settings it might be unfeasible to copy the results and past them for file storage, an option to simply download a timestamped JSON file is proposed.
    labrunhosarodrigues committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c0266a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7c5987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d0e95 View commit details
    Browse the repository at this point in the history
  5. Fix 0-back task

    0-back task was setting every stimulus as a target. This was fixed to generate a target number of characters 'X',  with all other characters being non-targets.
    labrunhosarodrigues committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0713024 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7c5628 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    e1f7f1e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update CNAME

    labrunhosarodrigues committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0a3f94f View commit details
    Browse the repository at this point in the history
  2. delete CNAME

    labrunhosarodrigues committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    eacd9c9 View commit details
    Browse the repository at this point in the history