Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! intromenu_choices : setup the parameters for \choice instructions
  2. <fieldset class="oef_expert property_fields blockcenter">
  3.   <legend>$name_qcm</legend>
  4.   !default intro_qcmpresent=$(default_choice[4])
  5.   <div class="field">
  6.     <label for="intro_qcmpresent">$name_qcmanswer: </label>
  7.     !set wims_ref_class=wims_formradio
  8.     !formselect intro_qcmpresent list 2,3,4,5,6,7,8
  9.     <div class="formHelp">$name_qcmanswer_help</div>
  10.   </div>
  11.  
  12.   <div class="field">
  13.     !set wims_ref_id=introcheck1
  14.     !formcheckbox intro_check list 1 prompt $(name_choice_check[1])
  15.   </div>
  16.  
  17.   <div class="field">
  18.     !set wims_ref_id=introcheck2
  19.     !formcheckbox intro_check list 2 prompt $(name_choice_check[2])
  20.   </div>
  21. </fieldset>
  22.