Subversion Repositories wimsdev

Rev

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

  1. !set proc=oef
  2. !header
  3.  
  4. !if $wims_class=$empty
  5.   <p>This module is an internal module of a virtual class. As you are not
  6.   connected as a member of this class, you don't have the right to access
  7.  it. Sorry.</p>
  8.  <p class="wimscenter">
  9.   !href $ $wims_name_home
  10.  </p>
  11.  !tail
  12.  !exit
  13. !endif
  14. <p>This module consists of interactive exercises which were created in the class  <span class="wims_classdesc">$wims_classname</span>
  15. of <span class="wims_institutiondesc">$wims_institutionname</span> or imported into it from the server.</p><div class="wims_smallremark">
  16. <details><summary>$wims_name_seemore</summary>
  17. <p>The exercises in this module can only be used in the worksheets, documents,
  18.  exams and homework assignments of this class.</p>
  19. <p>To modify an exercise of this module, select it from the list below, click on the button
  20. <span class="wims_button disabled inline">$wims_name_work</span> and click on the link
  21. <span class="text_icon exomodify">$wims_name_exomodify</span>.</p>
  22.  <p>To import an exercise, go work on it; a link
  23. <span class="text_icon import">$wims_name_import</span> will be visible on the menu
  24.  if the exercise can be imported. Some exercises can only be imported into
  25.   <span class="text_icon modtool">$wims_name_modtool</span>.
  26. It is only useful to import an exercise into your class, if you want to see its source
  27. code and want to modify it. An exercise imported into this class is a copy of an exercise
  28. published on the server. Therefore, if you modify it, the modifications will not affect
  29. the original version published on the server.
  30. </p>
  31. </details>
  32. </div>
  33.  
  34. !if $wims_user=supervisor
  35.  <p>
  36.   !set wims_ref_class=wims_button
  37.   !href module=adm/createxo Create another exercise
  38.  </p>
  39.  !read oef/intromenu.phtml
  40. !else
  41.  <p>
  42.   Only supervisor can access this exercises list.
  43.  </p>
  44.  <p class="wimscenter">
  45.   !href $ $wims_name_home
  46.  </p>
  47. !endif
  48.  
  49. !tail
  50.