Subversion Repositories wimsdev

Rev

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

Rev 8712 Rev 10207
Line 24... Line 24...
24
 !exit
24
 !exit
25
!endif
25
!endif
26
 
26
 
27
!if bad_answer iswordof $error
27
!if bad_answer iswordof $error
28
 !if illegalname iswordof $test
28
 !if illegalname iswordof $test
29
  Su código contiene el término no autorizado <span class="tt">$illegal_name</span>. Por favor corríjalo.
29
  Su código contiene el término no autorizado <span class="wims_msg alert tt">$illegal_name</span>. Por favor corríjalo.
30
  !exit
30
  !exit
31
 !endif
31
 !endif
32
 !if lengthoverflow iswordof $test
32
 !if lengthoverflow iswordof $test
33
  Su código ha excedido el límite de longitud. Por favor reescríbalo.
33
  Su código ha excedido el límite de longitud. Por favor reescríbalo.
34
  !exit
34
  !exit
35
 !endif
35
 !endif
36
 Su respuesta <p class="wimscenter">
36
 Su respuesta
37
 <b>$bad_name</b> = <span class="tt">$bad_value</span> </p>
37
 <b>$bad_name</b> = <span class="wims_msg alert tt">$bad_value</span>
38
 !if unknownword iswordof $test
38
 !if unknownword iswordof $test
39
  !set w=!word 3 of $test
39
  !set w=!word 3 of $test
40
  no es comprensible:
40
  no es comprensible:
41
  el término <span class="wims_warning">$w</span>
41
  el término <span class="wims_msg alert tt">$w</span>
42
  de la respuesta no tiene relación con el problema o no está autorizado.
42
  de la respuesta no tiene relación con el problema o no está autorizado.
43
  Por favor corríjalo o elija una expresión más sencilla.
43
  Por favor corríjalo o elija una expresión más sencilla.
44
  !exit
44
  !exit
45
 !endif
45
 !endif
46
 !if nocompute iswordof $test
46
 !if nocompute iswordof $test
Line 49... Line 49...
49
  !exit
49
  !exit
50
 !endif
50
 !endif
51
 !if nocomputecomplex iswordof $test
51
 !if nocomputecomplex iswordof $test
52
   is not allowed.
52
   is not allowed.
53
   Please give the complex number in standard rectangular form
53
   Please give the complex number in standard rectangular form
54
   <span class="tt"> a + b i </span>
54
   <span class="wims_msg alert tt"> a + b i </span>
55
   where
55
   where
56
   <span class="tt">a</span>
56
   <span class="wims_msg alert tt">a</span>
57
   and
57
   and
58
   <span class="tt">b</span>
58
   <span class="wims_msg alert tt">b</span>
59
   are computed, and submit the resulting value (for example,
59
   are computed, and submit the resulting value (for example,
60
    <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
60
    <span class="wims_msg alert tt"> -1 + 2 i</span> or <span class="wims_msg alert tt"> 1 - 2 i</span>).
61
   !exit
61
   !exit
62
 !endif
62
 !endif
63
 !if badform iswordof $test
63
 !if badform iswordof $test
64
  !if noreduced iswordof $test
64
  !if noreduced iswordof $test
65
   no está expresada de forma irreductible. Por favor reduzca la fracción.
65
   no está expresada de forma irreductible. Por favor reduzca la fracción.
Line 71... Line 71...
71
 !if notunit iswordof $test
71
 !if notunit iswordof $test
72
  no es más que un número:
72
  no es más que un número:
73
  por favor precise la unidad en su respuesta.
73
  por favor precise la unidad en su respuesta.
74
  !exit
74
  !exit
75
 !endif
75
 !endif
-
 
76
 !if variable iswordof $test
-
 
77
   is not understandable. It should contain extra variables.
-
 
78
   !exit
-
 
79
 !endif
-
 
80
 is not understandable.
76
  no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta.
81
  no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta.
77
 !exit
82
 !exit
78
!endif
83
!endif
79
 
84
 
80
!if bad_exo iswordof $error
85
!if bad_exo iswordof $error