Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.07 KB

RatingsSliderSkeleton

A skeleton of PCIbex code that would be useful for a linguistics acceptability ratings task, with vertical sliders that have been specially formatted in CSS.

The CSS has been amended to be mobile responsive, so that sliders and font sizes render appropriately.

This code running on PCIbex: (https://farm.pcibex.net/p/YQhsuE/)

Notes

To use this for an experiment, you should…

  • …edit chunk_includes/consent.html
  • …edit the completion screen in data_includes/main.js to have the right final details (e.g. any URL to validate completion with e.g. Prolific)

Some customized CSS for this experiment has…

  • …made PCIbex better at being mobile-responsive (css_includes/global_main.css)
  • …customized slider bars (css_includes/global_main.css)

Other file dependencies…

  • consent.html (the consent form; chunk_includes/consent.html)
  • targetItems.csv (target sentences, with different groups seeing different lists; chunk_includes/targetItems.csv)
  • controlItems.csv (controls used by all participant groups; chunk_includes/controlItems.csv)