Rev 6715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6715 | Rev 6718 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | if(test[p] == 0){found_nothing++;} |
25 | if(test[p] == 0){found_nothing++;} |
26 | } |
26 | } |
27 | if(found_nothing == test.length){setAlarm(r35+"<br /> hmmm ? ");return;} |
27 | if(found_nothing == test.length){setAlarm(r35+"<br /> hmmm ? ");return;} |
28 | !! geogebra2wims will send values from myinput0 as |
28 | !! geogebra2wims will send values from myinput0 as |
29 | !! text=input0@input1@input2....@input_n |
29 | !! text=input0@input1@input2....@input_n |
- | 30 | !! quick fix for this horrible applet |
|
- | 31 | !if $taal=nl |
|
- | 32 | alert("SLUIT HET GEOGEBRA VENSTER\nVOORDAT JE HET ANTWOORD\nOPSTUURT NAAR WIMS !"); |
|
- | 33 | !else |
|
- | 34 | alert("CLOSE GEOGEBRA WINDOW\nBEFORE SENDING YOUR ANSWER\nTO WIMS !"); |
|
- | 35 | !endif |
|
30 | myConfirm("<br />$send<br />",reply,'$wims_ref_name','$session','$module','$counter','$ok_send_color'); |
36 | myConfirm("<br />$send ?<br />",reply,'$wims_ref_name','$session','$module','$counter','$ok_send_color'); |
31 | } |
37 | } |
32 | //]]> |
38 | //]]> |
33 | </script> |
39 | </script> |
34 | <table id="exercise" class="exercise"> |
40 | <table id="exercise" class="exercise"> |
35 | <tr> |
41 | <tr> |
Line 75... | Line 81... | ||
75 | !if $make_tr=1 |
81 | !if $make_tr=1 |
76 | </tr> |
82 | </tr> |
77 | <tr> |
83 | <tr> |
78 | !endif |
84 | !endif |
79 | !set server=!replace internal /wims.cgi by $empty in $wims_ref_name |
85 | !set server=!replace internal /wims.cgi by $empty in $wims_ref_name |
80 | <td class="exercise_c"> |
- | |
81 |
|
86 | <td class="exercise_c"><!-- we use only the GeoGebra startbutton (12/2012) --> |
82 | <!-- attention wims variable customToolbar for "param customToolbar" should be like " 0 | 3 | 5 " spaces matter ! --> |
87 | <!-- attention wims variable customToolbar for "param customToolbar" should be like " 0 | 3 | 5 " spaces matter ! --> |
83 | <!-- 15/6/2013 switched to Geogebra3 : to correct trouble on OpenJDK & icedtea-web plugin --> |
- | |
84 | <object classid="java:geogebra.GeoGebraApplet.class" type="application/x-java-applet;jpi-version=1.4" id="ggbApplet" width=" |
88 | <object classid="java:geogebra.GeoGebraApplet.class" type="application/x-java-applet;jpi-version=1.4" id="ggbApplet" width="170px" height="48px" > |
85 | <param name="java_code" value="geogebra.GeoGebraApplet" /> |
89 | <param name="java_code" value="geogebra.GeoGebraApplet" /> |
86 | <param name="java_codebase" value="java/geogebra3" /> |
90 | <param name="java_codebase" value="java/geogebra3" /> |
87 | <param name="java_archive" value="geogebra.jar" /> |
91 | <param name="java_archive" value="geogebra.jar" /> |
88 | <param name="language" value="$taal" /> |
92 | <param name="language" value="$taal" /> |
89 | <param name="type" value="button" /> |
93 | <param name="type" value="button" /> |
90 | <param name="filename" value="$server/$module_dir/$ggb" /> |
94 | <param name="filename" value="$server/$module_dir/$ggb" /> |
91 | <param name="showToolBar" value="$showToolBar" /> |
95 | <param name="showToolBar" value="$showToolBar" /> |
92 | <param name="showMenuBar" value="$showMenuBar" /> |
96 | <param name="showMenuBar" value="$showMenuBar" /> |
93 |
|
97 | !! <param name="framePossible" value="$framePossible" /> |
- | 98 | <param name="framePossible" value="false" /> |
|
94 | <param name="customToolBar" value=$customToolBar /> |
99 | <param name="customToolBar" value=$customToolBar /> |
95 | <param name="showAlgebraInput" value="$showAlgebraInput" /> |
100 | <param name="showAlgebraInput" value="$showAlgebraInput" /> |
96 | <param name="mayscript" value="true" /> |
101 | <param name="mayscript" value="true" /> |
97 | <a onmouseover="return escape('<img src=\'$gifdir/java.jpg\' alt=\'Get JAVA\' />');" href="http://www.java.com/$lang/download/manual.jsp?locale=$lang" >$nojava</a></object> |
102 | <a onmouseover="return escape('<img src=\'$gifdir/java.jpg\' alt=\'Get JAVA\' />');" href="http://www.java.com/$lang/download/manual.jsp?locale=$lang" >$nojava</a></object> |
98 | !if $appletcommand != $empty |
103 | !if $appletcommand != $empty |