Skip to content

Releases: CarolinaMPereira/Visual-Working-Memory-Test-Tool

v1.2.0

28 Aug 17:36
Compare
Choose a tag to compare
  • Changed scoring function to compute memory capacity using Fukuda and Vogel's formula, K = S (H - F).
  • Added hit rate and false alarm rate values to the database.
  • Added full set of correct and user answers to the database.
  • Changed vwm_score to vwm_capacity in database to better represent the measure.
  • Updated console log to represent memory capacity and total correct answers in the test page.
  • Added explanation of the saved data in the README.

v1.1.3

25 Aug 12:44
Compare
Choose a tag to compare
  • Added two new database table columns for scores per sample size
  • Added score calculation per sample size (4 and 8)
  • Fixed bug on computation of time spent on test

v1.1.2

27 Jul 10:19
Compare
Choose a tag to compare
  • Added a delay to prevent test to start immediately after the start button is clicked.
  • Changed instructions accordingly.

v1.1.1

25 Jul 11:47
Compare
Choose a tag to compare
  • Fixed bug with async fetches

v1.1.0

23 Jul 18:07
Compare
Choose a tag to compare
  • Added "Settings" page.
  • Added option to set number of train and test trials.
  • Added option to custom input keys.

v1.0.0

06 Jul 20:26
cac2db1
Compare
Choose a tag to compare
  • Included change detection VWM test as described by Fukuda and Vogel
  • Instructions on how to perform the test