Subversion Repositories wimsdev

Rev

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

Rev 10208 Rev 10223
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="wims_msg alert tt">$illegal_name</span>. Por favor corríjalo.
29
  Su código contiene el término no autorizado <span class="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
36
 Su respuesta
37
 <b>$bad_name</b> = <span class="wims_msg alert tt">$bad_value</span>
37
 <b>$bad_name</b> = <span class="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_msg alert tt">$w</span>
41
  el término <span class="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="wims_msg alert tt"> a + b i </span>
54
   <span class="tt"> a + b i </span>
55
   where
55
   where
56
   <span class="wims_msg alert tt">a</span>
56
   <span class="tt">a</span>
57
   and
57
   and
58
   <span class="wims_msg alert tt">b</span>
58
   <span class="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="wims_msg alert tt"> -1 + 2 i</span> or <span class="wims_msg alert tt"> 1 - 2 i</span>).
60
    <span class="tt"> -1 + 2 i</span> or <span class="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.