Subversion Repositories wimsdev

Rev

Rev 1005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1005 Rev 3049
Line 48... Line 48...
48
 en el cuadro del aprendizaje del desarrollo de ejercicios en el formato OEF.
48
 en el cuadro del aprendizaje del desarrollo de ejercicios en el formato OEF.
49
 </p>
49
 </p>
50
<hr>
50
<hr>
51
 
51
 
52
!form new
52
!form new
53
<input type=hidden name=module value=$module>
53
<input type=hidden name="module" value=$module>
54
 
54
 
55
<center>
55
<center>
56
<table bgcolor="bisque" align="center"  border=4>
56
<table bgcolor="bisque" align="center"  border=4>
57
  <tr>
57
  <tr>
58
    <td align=center>
58
    <td align="center">
59
      <input type="radio" name=chexo value=1 checked>
59
      <input type="radio" name="chexo" value=1 checked>
60
    </td>
60
    </td>
61
    <td>
61
    <td>
62
      <p>
62
      <p>
63
      Puede seleccionar un tipo de ejercicio o una demostración
63
      Puede seleccionar un tipo de ejercicio o una demostración
64
      <font color=darkcyan>
64
      <font color=darkcyan>
65
      <select name=exo>
65
      <select name="exo">
66
        !for i=1 to 6
66
        !for i=1 to 6
67
          <option value=$i
67
          <option value=$i
68
          !if $i=1
68
          !if $i=1
69
            selected
69
            selected
70
          !endif
70
          !endif
Line 79... Line 79...
79
    <td align="center" rowspan=3>
79
    <td align="center" rowspan=3>
80
      <input type=submit value="Al trabajo">
80
      <input type=submit value="Al trabajo">
81
    </td>
81
    </td>
82
  </tr>
82
  </tr>
83
  <tr>
83
  <tr>
84
    <td align=center>
84
    <td align="center">
85
      <input type="radio" name=chexo value=2>
85
      <input type="radio" name="chexo" value=2>
86
    </td>
86
    </td>
87
    <td>
87
    <td>
88
      <p>
88
      <p>
89
        o modificar en <b>modo bruto</b> un código fuente (<b> en el formato createqcm</b>)
89
        o modificar en <b>modo bruto</b> un código fuente (<b> en el formato createqcm</b>)
90
       </p>
90
       </p>
91
    </td>
91
    </td>
92
  </tr>
92
  </tr>
93
  <tr>
93
  <tr>
94
    <td align=center>
94
    <td align="center">
95
      <input type="radio" name=chexo value=3>
95
      <input type="radio" name="chexo" value=3>
96
    </td>
96
    </td>
97
    <td >
97
    <td >
98
      <p>
98
      <p>
99
        o incluso introducir un fichero (<b> en formato createqcm</b>) existente
99
        o incluso introducir un fichero (<b> en formato createqcm</b>) existente
100
       </p>
100
       </p>