Skip to content

Releases: presleyp/Speriment

Patch 2 for Release 8

04 Apr 21:53
Compare
Choose a tag to compare

Uploads sperimentschema.json.

Patch for Release 8

27 Mar 21:56
Compare
Choose a tag to compare

Release 8 was published incorrectly.

Release 8

26 Mar 02:28
Compare
Choose a tag to compare
  • bug fix for SampleFrom (now work even if you check the json first)
  • bug fix for dropdowns (now have an initial blank default option)
  • feature additions for resources: in addition to using strings or SampleFrom, you can make Resource objects which take the filename of the resource and the following optional arguments: required (cannot choose an option or advance until the audio or video has finished playing), autoplay (plays when it displays), controls (show or hide controls).

Release 7

07 May 18:20
Compare
Choose a tag to compare
  • add cutoff for training blocks
  • preload images and audio
  • fix bug in the recording of option feedback

Release 6

09 Apr 03:45
Compare
Choose a tag to compare
  • Added SampleFrom for page and option tags
  • Added -j option to speriment-output to create json file instead of csv
  • Fixed bug that caused feedback pages to appear in the output file with the wrong iteration number

Release 5, patch 2

26 Mar 16:17
Compare
Choose a tag to compare

Patched npm package to fix bug causing some data to not be logged.

Release 5 - patched

11 Feb 20:04
Compare
Choose a tag to compare

Patched npm package so it will install Speriment CSS.
Patched Python package to fix SampleFrom bug.

Release 5

05 Feb 22:09
Compare
Choose a tag to compare
  • SampleFrom is more powerful now: you can make sure you sample the same thing in certain places or make sure you don't sample the same thing in certain places.
  • banks can take dictionaries and SampleFrom can specify which key (field) of that dictionary to sample.
  • Options can have resources
  • feedback can be a Page
  • Page and Option text can be made of a list of strings and/or SampleFrom objects.
  • Backwards incompatible: tags are dictionaries instead of lists now, making the tags argument to speriment-output unnecessary
  • criterion available on all Blocks, not just those that contain Pages

Edit: patched the npm package so it will install the css file.

Release 4

14 Jan 07:03
Compare
Choose a tag to compare
  • Updated documentation
  • Added option to require keyboard interaction instead of mouse

Release 3

09 Jan 21:58
Compare
Choose a tag to compare
  • Added treatments, allowing different participants to see different blocks in a balanced way.
  • Fixed bugs affecting Latin square and counterbalancing.
  • Fixed bug affecting conditional running of blocks.
  • Fixed overzealous validation of pseudorandomization.