Hi @QualtricsDude Copy paste the below code.
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery(".statement-container div").eq(0).append("<span style='float: right;'> right side text 1 </span>");
jQuery(".statement-container div").eq(1).append("<span style='float: right;'> right side text 2 </span>");
jQuery(".statement-container div").eq(2).append("<span style='float: right;'> right side text 3 </span>");
/*Place your JavaScript here to run when the page loads*/
});
this is currently for 3 sliders only but if you want more then copy paste the same thing and change the right label text accordingly.