Skip to content
Menu
Dr Jian Chen
  • Home
  • CV
  • Research
    • Publications
    • Subitizing Project
    • Schizophrenia Project
  • 写作
  • About Me
Dr Jian Chen

Change the space between paragraphs in Qualtrics

Posted on November 12, 2019

The space between paragraphs in the Qualtrics might be too large, how to reduce the space? 

One solution is to add JS code in the “Question JavaScript” to change the padding size or margin size before and after one paragraph.

jQuery("#"+this.questionId).find('.QuestionText:first').css("padding-bottom", "0px");
jQuery("#"+this.questionId).find('.QuestionText:first').css("padding-top", "0px");

Note, Qualtrics appears to set up some kind of minimum space between paragraphs so even if you change the padding value to 0, the space might still be large.

  • Javascript
  • Padding
  • Qualtrics

Tags

64-bit ActiView asc Biosemi BP Calibration Chrome Extension CRT database dynamic edf EEG EEG.event EEGKiller eeglab ERP ERP.EVENTLIST.eventinfo ERPLAB Error bar Event EVENTLIST Eyelink Eyetracking face research Index Javascript KbCheck KbQueueCheck Keyboard Laser library Linux Mac MATLAB Neuroscan Notes Parallel Port Psychtoolbox toolbox Tricks Trigger Tsinghua Ubuntu UniMelb Windows

Categories

©2021 Dr Jian Chen