User Tools

Site Tools


starrating

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
starrating [2022/10/04 09:34] – created adminstarrating [2024/09/05 08:11] (current) admin
Line 3: Line 3:
  
 Functionality includes: Functionality includes:
 +  * Displays rating description interactively (i.e., on hover)
   * Works with any number of stars   * Works with any number of stars
   * Supports both full star and half-star ratings   * Supports both full star and half-star ratings
Line 13: Line 14:
 ===== Set-up Instructions ===== ===== Set-up Instructions =====
 ==== Survey Header ==== ==== Survey Header ====
-To make the function available to all questions in the survey, copy the function to the Survey Header inside a script tag: +Add the starRating function to the survey header to make it available to any question in the survey. Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided starRating function JS:
-Add the starRating function to the survey header to make it available to any question in the survey.   Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided starRating function JS:+
 <code> <code>
 <script>/*Paste starRating function JS here*/</script> <script>/*Paste starRating function JS here*/</script>
Line 52: Line 52:
 The number of ratings labels must be appropriate for the number of stars. If the number of stars is //n// and the star interaction is ''Discrete'', the number of rating labels must be //n// or //n+1//. If the number of ratings labels is //n+1//, the first string will be displayed when zero stars are selected. If star interaction is ''Half Step'', the number of rating labels must be //n*2// or //(n*2)+1//.   The number of ratings labels must be appropriate for the number of stars. If the number of stars is //n// and the star interaction is ''Discrete'', the number of rating labels must be //n// or //n+1//. If the number of ratings labels is //n+1//, the first string will be displayed when zero stars are selected. If star interaction is ''Half Step'', the number of rating labels must be //n*2// or //(n*2)+1//.  
  
-Default: ["Very Poor","Poor","Average","Good","Excellent"]+Default: %%["Very Poor","Poor","Average","Good","Excellent"]%%
 ====== Qualtrics Wiki ====== ====== Qualtrics Wiki ======
 [[start|Qualtrics Wiki]] [[start|Qualtrics Wiki]]
starrating.1664890464.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki