Survey Requirements for Using Ranking/SumCheck Validation

Home / DatStat Illume Product Documentation / Validation / Survey Requirements for Using Ranking/SumCheck Validation

In order to use Ranking/Sum Check validation, a survey must have originated from a version 4.7 survey template or higher, and the following conditions must be true:

  • ClientValidation.js must be included as a survey resource.
  • The survey must use a classic/default template, not a responsive template
  • The following javascript code must be included on the Cascading Style Sheet(CSS)/JavaScript page:

 

<!-- Custom CSS -->

<style>
</style>

<!-- Custom JavaScript -->

<script type="text/javascript">
</script>

<script type="text/javascript">

// Include ClientValidation.js only if the DatStat object is defined
//

if (typeof(DatStat) != "undefined")

{
document.write('<script type="text/javascript" src="SurveyResource/ClientValidation.js"><\/script>');
}

</script>