Subversion Repositories wimsdev

Rev

Rev 17513 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !readproc adm/vfilter/listvarfilter.proc
  2. !if $tv_listtechvar=$empty
  3.         No technical variable define.
  4.         <br>
  5.         You can define technical variables:
  6.         <ul>
  7.                 <li>use the link to the spreadsheet (not available for the moment)</li>
  8.                 <li>do this directly in the attributes of the participants' accounts</li>
  9.                 <li>via a non anonymous questionnaire (not available for the moment)</li>
  10.    <li>en utilisant le gestionnaire de variables techniques</li>
  11.         </ul>
  12.         (check the help pages for further instructions).
  13. !else
  14.         List of available technical variables :
  15.         !read adm/vfilter/listvar.phtml
  16.         You can filter participants according to these variables. All the conditions
  17.         on the same line should be met and in case of several lines at least one condition
  18.         per line should be fullfilled.
  19.         <div>For example,
  20.         <pre>
  21.         group=1 language=2
  22.         group=3
  23.         </pre>
  24.         will select students belonging to group 1 and in language 1
  25.         or to group 3.
  26.         </div>
  27. !endif
  28.  
  29.