Annotation of loncom/homework/functionplotresponse.pm, revision 1.59

1.1       www         1: # LearningOnline Network with CAPA
                      2: # option list style responses
                      3: #
1.59    ! www         4: # $Id: functionplotresponse.pm,v 1.58 2011/04/04 15:44:37 www Exp $
1.1       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: 
                     29: package Apache::functionplotresponse;
                     30: use strict;
                     31: use Apache::response();
                     32: use Apache::lonlocal;
                     33: use Apache::lonnet;
1.36      www        34:  
1.1       www        35: BEGIN {
1.37      www        36:   &Apache::lonxml::register('Apache::functionplotresponse',('functionplotresponse','backgroundplot','spline',
                     37:                                                             'functionplotrule','functionplotruleset',
                     38:                                                             'functionplotelements'));
1.1       www        39: }
                     40: 
1.5       www        41: #
                     42: # There can be a number of applets on a page, each called ggbApplet_$id, 
                     43: # where $id is the "_"-concatenated part and responseid
                     44: #
                     45: 
1.1       www        46: sub geogebra_startcode {
1.3       www        47:     my ($id)=@_;
1.1       www        48:     return (<<ENDSTARTCODE);
1.3       www        49: <applet name="ggbApplet_$id" code="geogebra.GeoGebraApplet" archive="geogebra.jar"
1.40      www        50:          codebase="/adm/geogebra/"  width="722" height="447" MAYSCRIPT>
1.1       www        51:        <param name="java_arguments" value="-Xmx512m -Djnlp.packEnabled=true"/>
                     52: ENDSTARTCODE
                     53: }
                     54: 
                     55: sub geogebra_endcode {
1.2       www        56:     return &Apache::lonhtmlcommon::java_not_enabled()."</applet>\n";
                     57: }
                     58: 
1.5       www        59: #
                     60: # This is the internal GeoGebra bytecode which defines the spline functions
                     61: #
1.2       www        62: sub geogebra_spline_program {
                     63:     return (<<ENDSPLINEPROGRAM);
1.57      www        64: <param name="ggbBase64" value="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"/>
1.2       www        65: ENDSPLINEPROGRAM
                     66: }
                     67: 
1.5       www        68: #
                     69: # The standard set of parameters inside <applet>
                     70: #
1.2       www        71: sub geogebra_default_parameters {
1.3       www        72:    my ($id)=@_;
1.2       www        73:    return(<<ENDDEFAULTPARAMETERS);
                     74:         <param name="image" value="/adm/lonIcons/lonanim.gif"  />
                     75:         <param name="boxborder" value="false"  />
                     76:         <param name="centerimage" value="true"  />
1.39      www        77: 	<param name="cache_archive" value="geogebra.jar, geogebra_main.jar, geogebra_gui.jar, geogebra_cas.jar, geogebra_algos.jar, geogebra_export.jar, geogebra_javascript.jar, jlatexmath.jar, jlm_greek.jar, jlm_cyrillic.jar, geogebra_properties.jar" />
1.56      www        78: 	<param name="cache_version" value="3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0, 3.9.214.0" />
1.2       www        79:         <param name="framePossible" value="false" />
                     80: 
                     81:         <param name="showResetIcon" value="false" />
                     82:         <param name="showAnimationButton" value="false" />
                     83:         <param name="enableRightClick" value="false" />
                     84:         <param name="errorDialogsActive" value="true" />
                     85:         <param name="enableLabelDrags" value="false" />
                     86:         <param name="showMenuBar" value="false" />
                     87:         <param name="showToolBar" value="false" />
                     88:         <param name="showToolBarHelp" value="false" />
                     89:         <param name="showAlgebraInput" value="false" />
                     90:         <param name="enableShiftDragZoom" value="false" />
                     91:         <param name="allowRescaling" value="false" />
                     92:         <param name="enableLabelDrags" value="false" />
1.3       www        93:         <param name="ggbOnInitParam" value="applet_$id" />
1.2       www        94: ENDDEFAULTPARAMETERS
1.1       www        95: }
                     96: 
1.5       www        97: #
                     98: # This subroutine is called by LON-CAPA at </problem>
                     99: # Each applet on the page will call function ggbOnInit when it is done loading
                    100: # This function in turn will call the respective function registered by start_init_script
                    101: # Which one of the registered functions is called is determined by ggbOnInitParam, which GeoGebra passes to ggbOnInit
                    102: #
                    103: 
1.3       www       104: sub init_script {
1.16      www       105:    if ($#Apache::functionplotresponse::callscripts>=0) {
                    106:       my $script='';
                    107:       foreach my $id (@Apache::functionplotresponse::callscripts) {
                    108:           $script.="if (param=='applet_$id') { loaded_$id=true; }\n";
                    109:       }
                    110:       $script.="if (".join(' && ',map { "loaded_$_" } (@Apache::functionplotresponse::callscripts)).
1.52      www       111:                ") { setTimeout('ggbInitAll()',200) }";
1.16      www       112:       my $calls=join("\n",map { "ggbInit_$_();" } (@Apache::functionplotresponse::callscripts)); 
1.3       www       113:       return (<<ENDGGBINIT);
                    114: <script type="text/javascript">
                    115: // <![CDATA[
1.16      www       116: // Function that each applet will call when loaded
                    117: // It will pass "its" parameter
                    118: // Set flags for when an applet is loaded, wait till all are loaded, and then some
1.3       www       119: function ggbOnInit(param) {
1.16      www       120: $script
                    121: }
                    122: function ggbInitAll() {
1.17      www       123: $calls
1.3       www       124: }
                    125: // ]]>
                    126: </script>
                    127: ENDGGBINIT
                    128:    }
                    129: }
                    130: 
1.5       www       131: #
                    132: # Each Geogebra applet is supposed to call this when parameters change
1.10      www       133: # Changes the hidden fields on the web page
1.5       www       134: #
                    135: sub update_script {
                    136:     my ($id)=@_;
                    137:     return (<<ENDUPDATESCRIPT);
                    138: <script type="text/javascript">
                    139: // <![CDATA[
                    140: function updatePointCoordinates_$id(coordinateName) {
                    141:             var x = document.ggbApplet_$id.getXcoord(coordinateName);
                    142:             var y = document.ggbApplet_$id.getYcoord(coordinateName);
1.9       www       143:             document.lonhomework.elements["HWVAL_$id\_" + coordinateName + "_x"].value = x;
                    144:             document.lonhomework.elements["HWVAL_$id\_" + coordinateName + "_y"].value = y;
1.5       www       145:         }
                    146: // ]]>
                    147: </script>
                    148: ENDUPDATESCRIPT
                    149: }
                    150: 
                    151: #
                    152: # Register the above update-handler for a variable
                    153: #
                    154: 
                    155: sub update_register {
                    156:    my ($id,$variable)=@_;
1.6       www       157:    return "document.ggbApplet_$id.registerObjectUpdateListener('$variable','updatePointCoordinates_$id');\n";
                    158: }
                    159: 
                    160: #
1.40      www       161: # Set a point coordinate variable
1.6       www       162: #
1.40      www       163: sub set_point_coordinate {
1.48      www       164:    my ($id,$variable,$x,$y,$fixed)=@_;
                    165:    my $mult=($fixed?'a*':'');
1.6       www       166:    return (<<ENDSETVARIABLE);
1.48      www       167: document.ggbApplet_$id.evalCommand("a=1");
                    168: document.ggbApplet_$id.evalCommand("$variable=$mult($x,$y)");
1.40      www       169: document.ggbApplet_$id.setLabelVisible("$variable",false);
1.6       www       170: ENDSETVARIABLE
                    171: }
                    172: 
                    173: #
1.40      www       174: # Set a slope coordinate variable
                    175: #
                    176: sub set_slope_coordinate {
1.48      www       177:    my ($id,$variable,$xrel,$yrel,$xmin,$xmax,$ymin,$ymax,$pointname,$fixed)=@_;
1.40      www       178:    my $xvariable=$variable.'x';
                    179:    my $yvariable=$variable.'y';
                    180:    my $domain=$xmax-$xmin;
                    181:    my $range=$ymax-$ymin;
                    182:    my $xinterval=$domain/100.;
                    183:    my $yinterval=$range/200.;
1.48      www       184:    my $mult=($fixed?'a*':'');
1.40      www       185:    return (<<ENDSETSVARIABLE);
1.48      www       186: document.ggbApplet_$id.evalCommand("a=1");
1.51      www       187: document.ggbApplet_$id.evalCommand("$xvariable=Slider[$xinterval,$domain,$xinterval]");
1.40      www       188: document.ggbApplet_$id.setVisible("$xvariable", false);
                    189: document.ggbApplet_$id.evalCommand("$xvariable=$xrel");
                    190: document.ggbApplet_$id.evalCommand("$yvariable=Slider[-$range,$range,$yinterval]");
                    191: document.ggbApplet_$id.setVisible("$yvariable", false);
                    192: document.ggbApplet_$id.evalCommand("$yvariable=$yrel");
1.48      www       193: document.ggbApplet_$id.evalCommand("$variable=$mult($xvariable+x($pointname),$yvariable+y($pointname))");
1.40      www       194: document.ggbApplet_$id.setLabelVisible("$variable", false);
                    195: ENDSETSVARIABLE
                    196: }
                    197: 
                    198: #
1.9       www       199: # Input field name for a coordinate variable
                    200: #
                    201: 
                    202: sub field_name {
                    203:     my ($id,$variable,$name)=@_;
                    204:     return "HWVAL_$id\_$variable\_$name";
                    205: }
                    206: 
                    207: #
                    208: # Generate an input field for a coordinate variable
                    209: #
                    210: 
                    211: sub generate_input_field {
                    212:     my ($id,$variable,$x,$y)=@_;
                    213:     $Apache::functionplotresponse::inputfields.=
                    214:        "<input type='hidden' name='".&field_name($id,$variable,'x')."' value='$x' />\n".
                    215:        "<input type='hidden' name='".&field_name($id,$variable,'y')."' value='$y' />\n";
                    216: }
                    217: 
                    218: #
1.40      www       219: # Initialize a new point coordinate variable at set a listener on it
1.6       www       220: #
1.40      www       221: sub new_point_coordinate {
1.48      www       222:     my ($id,$variable,$x,$y,$fixed)=@_;
1.11      www       223:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$variable,'x')})) {
1.10      www       224:        $x=$Apache::functionplotresponse::previous{&field_name($id,$variable,'x')};
                    225:     }
1.11      www       226:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$variable,'y')})) {
1.10      www       227:        $y=$Apache::functionplotresponse::previous{&field_name($id,$variable,'y')};
                    228:     }
1.9       www       229:     &generate_input_field($id,$variable,$x,$y);
1.48      www       230:     return &set_point_coordinate($id,$variable,$x,$y,$fixed).&update_register($id,$variable);
1.40      www       231: }
                    232: 
                    233: #
                    234: # Initialize a new slope coordinate variable at set a listener on it
                    235: #
                    236: sub new_slope_coordinate {
1.48      www       237:     my ($id,$variable,$x,$y,$pointname,$xp,$yp,$xmin,$xmax,$ymin,$ymax,$fixed)=@_;
1.40      www       238: #
                    239: # $variable: name of the slope point
                    240: # $x, $y: coordinates of the slope point
                    241: # $pointname: name of the associated point point
                    242: # $xp $yp: coordinates of the point point
                    243: #
                    244:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$variable,'x')})) {
                    245:        $x=$Apache::functionplotresponse::previous{&field_name($id,$variable,'x')};
                    246:     }
                    247:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$variable,'y')})) {
                    248:        $y=$Apache::functionplotresponse::previous{&field_name($id,$variable,'y')};
                    249:     }
                    250:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$pointname,'x')})) {
                    251:        $xp=$Apache::functionplotresponse::previous{&field_name($id,$pointname,'x')};
                    252:     }
                    253:     if (defined($Apache::functionplotresponse::previous{&field_name($id,$pointname,'y')})) {
                    254:        $yp=$Apache::functionplotresponse::previous{&field_name($id,$pointname,'y')};
                    255:     }
                    256: 
                    257:     &generate_input_field($id,$variable,$x,$y);
                    258:     my $xrel=$x-$xp;
                    259:     my $yrel=$y-$yp;
1.48      www       260:     return &set_slope_coordinate($id,$variable,$xrel,$yrel,$xmin,$xmax,$ymin,$ymax,$pointname,$fixed).&update_register($id,$variable);
1.5       www       261: }
                    262: 
                    263: #
                    264: # This registers the init-function call for ggbOnInit, which LON-CAPA will place at </problem>
                    265: # It then starts the right headers
                    266: #
1.3       www       267: sub start_init_script {
                    268:     my ($id)=@_;
1.16      www       269: # Add id to the list of ggbInit_$id functions that need to be called
                    270:     push(@Apache::functionplotresponse::callscripts,$id);
1.5       www       271: # ... and open this function
1.3       www       272:     return (<<ENDSTARTINIT);
                    273: <script type="text/javascript">
                    274: // <![CDATA[
1.5       www       275: // variable that will eventually be passed back to the server
                    276: var coordinateMap_$id = [];
1.16      www       277: // flag for not loaded yet
                    278: var loaded_$id=false;
1.5       www       279: // Init-function for applet
1.3       www       280: function ggbInit_$id() {
                    281: ENDSTARTINIT
                    282: }
                    283: 
1.5       www       284: #
                    285: # This sets the axes inside ggbInit_$id
                    286: #
                    287: 
1.4       www       288: sub axes_script {
                    289:     my ($id,$xmin,$xmax,$ymin,$ymax,$xvisible,$yvisible,$gvisible)=@_;
                    290:     return (<<ENDAXESSCRIPT);
                    291:             // changes (xmin, xmax, ymin, ymax)
                    292:             document.ggbApplet_$id.setCoordSystem($xmin,$xmax,$ymin,$ymax);
                    293: 
                    294:             // makes the (x,y) axis (in)visible
                    295:             document.ggbApplet_$id.setAxesVisible($xvisible,$yvisible);
                    296:             // makes the grid (in)visible
                    297:             document.ggbApplet_$id.setGridVisible($gvisible);
                    298: ENDAXESSCRIPT
                    299: }
                    300: 
1.14      www       301: sub axes_label {
1.45      www       302:     my ($id,$xmin,$xmax,$ymin,$ymax,$xlabel,$ylabel)=@_;
1.14      www       303:     unless ($xlabel || $ylabel) { return ''; }
                    304:     my $return='document.ggbApplet_'.$id.'.evalCommand("topRight=Corner[3]");';
                    305:     if ($xlabel) {
1.45      www       306:       if (($ymin<0) && ($ymax>0)) {
1.14      www       307:        $return.=(<<ENDXAXISLABELSCRIPT);
                    308: document.ggbApplet_$id.evalCommand("Xlabel=(x(topRight)-AxisStepX[],AxisStepY[]/6)");
                    309: document.ggbApplet_$id.setVisible("Xlabel",false);
                    310: document.ggbApplet_$id.evalCommand("Text[\\"$xlabel\\", Xlabel]");
                    311: ENDXAXISLABELSCRIPT
1.45      www       312:       } else {
                    313:        $return.=(<<ENDXOFFAXISLABEL);
                    314: document.ggbApplet_$id.evalCommand("LowerRight=Corner[2]");
                    315: document.ggbApplet_$id.evalCommand("Text[\\"$xlabel\\", (x(LowerRight) - AxisStepX[], y(LowerRight) + AxisStepY[] / 2)]");
                    316: ENDXOFFAXISLABEL
                    317:       }
1.14      www       318:     }
                    319:     if ($ylabel) {
1.45      www       320:       if (($xmin<0) && ($xmax>0)) {
1.14      www       321:        $return.=(<<ENDYAXISLABELSCRIPT);
                    322: document.ggbApplet_$id.evalCommand("Ylabel=(AxisStepX[]/6,y(topRight)-AxisStepY[]/3)");
                    323: document.ggbApplet_$id.setVisible("Ylabel",false);
                    324: document.ggbApplet_$id.evalCommand("Text[\\"$ylabel\\", Ylabel]");
                    325: ENDYAXISLABELSCRIPT
1.45      www       326:       } else {
                    327:        $return.=(<<ENDYOFFAXISLABEL);
                    328: document.ggbApplet_$id.evalCommand("UpperLeft=Corner[4]");
                    329: document.ggbApplet_$id.evalCommand("Text[\\"$ylabel\\", (x(UpperLeft) + AxisStepX[] / 5, y(UpperLeft) - AxisStepY[] / 1.8)]");
                    330: ENDYOFFAXISLABEL
                    331:       }
1.14      www       332:     }
                    333:     return $return;
                    334: }
                    335: 
1.58      www       336: #
                    337: # Subroutine to produce background and answer plots
                    338: #
                    339: 
1.4       www       340: sub plot_script {
1.47      www       341:    my ($id,$function,$fixed,$label,$color,$xmin,$xmax,$thickness)=@_;
1.41      www       342:    $label=~s/\W//g;
                    343:    if (($label) && ($label!~/^[A-Za-z]/)) {
                    344:       $label='C'.$label;
                    345:    }
                    346:    my $visible=0;
                    347:    if ($label) {
                    348:       $visible="1";
                    349:    } else {
                    350:       $Apache::functionplotresponse::counter++;
                    351:       $label='C'.$Apache::functionplotresponse::counter;
                    352:    }
1.46      www       353:    my $rc=0;
                    354:    my $gc=0;
                    355:    my $bc=0;
                    356:    if ($color) {
                    357:       my ($rh,$gh,$bh)=($color=~/(..)(..)(..)/);
                    358:       $rc=hex($rh);
                    359:       $gc=hex($gh);
                    360:       $bc=hex($bh);
                    361:    }
1.6       www       362:    if ($fixed) {
1.43      www       363:       return "document.ggbApplet_$id.evalCommand('$label=Function[$function,$xmin,$xmax]');\n".
1.46      www       364:              ($visible?'':"document.ggbApplet_$id.setLabelVisible('$label', false);\n").
1.47      www       365:              ($color?"document.ggbApplet_$id.setColor('$label',$rc,$gc,$bc);\n":'').
                    366:              ($thickness?"document.ggbApplet_$id.setLineThickness('$label',$thickness);\n":'');
1.6       www       367:    } else {
1.46      www       368:        return "document.ggbApplet_$id.evalCommand('y=$function');\n";
1.6       www       369:    }
1.4       www       370: }
                    371: 
1.5       www       372: #
1.58      www       373: # Answer spline display
                    374: # 
                    375: # points: x,y,slope_x,slope_y
                    376: 
                    377: sub answer_spline_script {
                    378:    my ($id,@points)=@_;
                    379:    my $order=int(($#points+1)/4);
                    380:    if ($order<2) { $order=2; }
                    381:    if ($order>8) { $order=8; }
                    382:    $Apache::functionplotresponse::counter++;
                    383:    my $label='C'.$Apache::functionplotresponse::counter;
1.59    ! www       384:    my $output='document.ggbApplet_'.$id.'.evalCommand("'.$label.'=Spline'.$order.'[';
        !           385:    for (my $i=0;$i<=$#points;$i+=4) {
        !           386:       $output.="($points[$i],$points[$i+1]),($points[$i+2],$points[$i+3]),";
        !           387:    }
        !           388:    $output=~s/\,$//;
        !           389:    $output.=']");'."\n";
        !           390:    for (my $i=2; $i<2*$order; $i+=2) {
        !           391:        $output.='document.ggbApplet_'.$id.'.setColor("'.$label.'_'.$i.'",0,170,0);'."\n";
        !           392:    }
        !           393:    return $output;
1.58      www       394: }
                    395: 
                    396: #
1.7       www       397: # Subroutine that generates code for spline $label based on stored information
1.6       www       398: #
                    399: 
                    400: sub generate_spline {
1.48      www       401:    my ($id,$label,$xmin,$xmax,$ymin,$ymax,$fixed)=@_;
1.6       www       402:    my $result='';
1.7       www       403:    my $order=$Apache::functionplotresponse::splineorder{$label};
                    404:    my $x=$Apache::functionplotresponse::splineinitx{$label};
                    405:    my $y=$Apache::functionplotresponse::splineinity{$label};
                    406:    my $sx=$Apache::functionplotresponse::splinescalex{$label};
                    407:    my $sy=$Apache::functionplotresponse::splinescaley{$label};
                    408:    my @coords=();
                    409:    foreach my $i (1..$order) {
1.48      www       410:        $result.=&new_point_coordinate($id,$label.'P'.$i,$x,$y,$fixed);
1.40      www       411:        my $xp=$x;
1.8       www       412:        $x+=$sx/(2.*($order-1));
1.7       www       413:        push(@coords,$label.'P'.$i);
1.48      www       414:        $result.=&new_slope_coordinate($id,$label.'S'.$i,$x,$y+$sy,$label.'P'.$i,$xp,$y,$xmin,$xmax,$ymin,$ymax,$fixed);
1.8       www       415:        $x+=$sx/(2.*($order-1));
1.7       www       416:        push(@coords,$label.'S'.$i);
                    417:    }
                    418:    $result.='document.ggbApplet_'.$id.'.evalCommand("Spline'.$order.'['.join(',',@coords).']");'."\n";
1.6       www       419:    return $result;
                    420: }
                    421: #
                    422: # <backgroundplot function="..." fixed="yes/no" />
1.5       www       423: #
1.4       www       424: sub start_backgroundplot {
                    425:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    426:    my $result='';
                    427:    my $internalid = $Apache::inputtags::part.'_'.$Apache::inputtags::response[-1];
                    428:    my $function=&Apache::lonxml::get_param('function',$parstack,$safeeval);
1.47      www       429:    my $xinitial=&Apache::lonxml::get_param('xinitial',$parstack,$safeeval);
                    430:    my $xfinal=&Apache::lonxml::get_param('xfinal',$parstack,$safeeval);
1.41      www       431:    my $label=&Apache::lonxml::get_param('label',$parstack,$safeeval);
1.46      www       432:    my $color=&Apache::lonxml::get_param('color',$parstack,$safeeval);
                    433:    $color=~s/[^a-fA-F0-9]//gs;
                    434:    unless (length($color)==6) { $color=''; }
1.6       www       435:    my $fixed=(&Apache::lonxml::get_param('fixed',$parstack,$safeeval)=~/on|true|yes|1/i?1:0);
                    436:  
1.4       www       437:    unless ($function) { $function="0"; }
                    438:    if ($target eq 'web') {
1.41      www       439:       my ($xmin,$xmax,$ymin,$ymax)=&boundaries($parstack,$safeeval,-3);
1.47      www       440:       unless (defined($xinitial)) { $xinitial=$xmin; }
                    441:       unless (defined($xfinal)) { $xfinal=$xmax; }
                    442:       $result.=&plot_script($internalid,$function,$fixed,$label,$color,$xinitial,$xfinal);
1.13      www       443:    } elsif ($target eq 'edit') {
                    444:         $result=&Apache::edit::tag_start($target,$token,'Background Function Plot').
                    445:              &Apache::edit::text_arg('Function:','function',
                    446:                                      $token,'16').
1.47      www       447:              &Apache::edit::text_arg('Initial x-value (optional):','xinitial',
                    448:                                      $token,'8').
                    449:              &Apache::edit::text_arg('Final x-value (optional):','xfinal',
                    450:                                      $token,'8').
1.41      www       451:              &Apache::edit::text_arg('Label on Plot:','label',
                    452:                                      $token,'8').
1.46      www       453:              &Apache::edit::text_arg('Color (hex code):','color',
                    454:                                      $token,'8').
1.13      www       455:              &Apache::edit::select_arg('Fixed location:','fixed',
                    456:                                   ['yes','no'],$token).
                    457:              &Apache::edit::end_row();
                    458:   } elsif ($target eq 'modified') {
                    459:     my $constructtag=&Apache::edit::get_new_args($token,$parstack,
1.47      www       460:                                                  $safeeval,'function','label','xinitial','xfinal','color','fixed');
1.13      www       461:     if ($constructtag) { $result=&Apache::edit::rebuild_tag($token); }
                    462:   }
                    463:   return $result;
1.4       www       464: }
                    465: 
                    466: sub end_backgroundplot {
1.13      www       467:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    468:    my $result='';
                    469:    if ($target eq 'edit') {
                    470:        $result=&Apache::edit::end_table();
                    471:    }
                    472:    return $result;
1.6       www       473: }
                    474: 
                    475: #
1.25      www       476: # <functionplotrule ... />
1.12      www       477: #
1.25      www       478: sub start_functionplotrule {
1.12      www       479:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    480:    my $result='';
1.24      www       481:    my $label=&Apache::lonxml::get_param('index',$parstack,$safeeval);
                    482:    $Apache::functionplotresponse::counter++;
                    483:    if ($label=~/\W/) {
1.25      www       484:       &Apache::lonxml::warning(&mt('Rule indices should only contain alphanumeric characters.'));
1.24      www       485:    }
                    486:    $label=~s/\W//gs;
                    487:    unless ($label) {
                    488:       $label='R'.$Apache::functionplotresponse::counter;
                    489:    } else {
                    490:       $label='R'.$label;
                    491:    }
                    492:    if ($Apache::functionplotresponse::splineorder{$label}) {
1.25      www       493:        &Apache::lonxml::error(&mt('Rule indices must be unique.'));
1.24      www       494:    }
                    495: 
                    496: 
                    497:    if ($target eq 'grade') {
                    498: # Simply remember - in order - for later
1.25      www       499:       my $beginninglabel=&Apache::lonxml::get_param('xinitiallabel',$parstack,$safeeval);
                    500:       my $endinglabel=&Apache::lonxml::get_param('xfinallabel',$parstack,$safeeval);
1.24      www       501:       if (($beginninglabel=~/\W/) || ($endinglabel=~/W/)) {
1.25      www       502:           &Apache::lonxml::warning(&mt('Rule labels must be alphanumeric.'));
1.24      www       503:       }
                    504:       $beginninglabel=~s/\W//gs;
                    505:       $endinglabel=~s/\W//gs;
                    506:       my $relationship=&Apache::lonxml::get_param('relationship',$parstack,$safeeval);
                    507:       $relationship=~s/\W//gs;
                    508:       $relationship=lc($relationship);
                    509:       unless ($relationship=~/^(eq|ge|gt|le|lt|ne)$/) {
1.25      www       510:           &Apache::lonxml::warning(&mt('Rule relationship not defined.'));
1.24      www       511:           $relationship='eq';
                    512:       }
1.35      www       513:       my $derivative=&Apache::lonxml::get_param('derivativeorder',$parstack,$safeeval);
1.42      www       514:       unless (($derivative==-1) || ($derivative==0) || ($derivative==1) || ($derivative==2)) {
1.25      www       515:          &Apache::lonxml::warning(&mt('Rule derivative not defined.'));
1.24      www       516:          $derivative=0;
                    517:       }
1.25      www       518:       push(@Apache::functionplotresponse::functionplotrules,join(':',(
1.24      www       519:            $label,
                    520:            $derivative,
1.25      www       521:            &Apache::lonxml::get_param('xinitial',$parstack,$safeeval),
1.24      www       522:            $beginninglabel,
1.25      www       523:            &Apache::lonxml::get_param('xfinal',$parstack,$safeeval),
1.24      www       524:            $endinglabel,
1.35      www       525:            &Apache::lonxml::get_param('minimumlength',$parstack,$safeeval),
                    526:            &Apache::lonxml::get_param('maximumlength',$parstack,$safeeval),
1.24      www       527:            $relationship,
1.33      www       528:            &Apache::lonxml::get_param('value',$parstack,$safeeval),
                    529:            &Apache::lonxml::get_param('percenterror',$parstack,$safeeval)
1.24      www       530:           )));
                    531:    } elsif ($target eq 'edit') {
1.29      www       532:         $result=&Apache::edit::tag_start($target,$token,'Function Plot Evaluation Rule').
1.36      www       533:              &Apache::edit::text_arg('Index/Name:','index',
                    534:                                      $token,'10').'&nbsp;'.
1.35      www       535:              &Apache::edit::select_arg(&mt('Function:'),'derivativeorder',
1.29      www       536:                                   [['0','Function itself'],
                    537:                                    ['1','First derivative'],
1.42      www       538:                                    ['2','Second derivative'],
                    539:                                    ['-1','Integral']],$token).'<br />'.
1.44      www       540:              &Apache::edit::text_arg('Initial x-value:','xinitial',
1.35      www       541:                                       $token,'8').
1.44      www       542:              &Apache::edit::select_or_text_arg('Initial x-value label:','xinitiallabel',
                    543:                                                [['start','Start of Plot'],
                    544:                                                 ['end','End of Plot']],$token,'8').'<br />'.
1.30      www       545: 
1.44      www       546:              &Apache::edit::text_arg('Final x-value (optional):','xfinal',
1.35      www       547:                                       $token,'8').
1.44      www       548:              &Apache::edit::select_or_text_arg('Final x-value label (optional):','xfinallabel',
1.32      www       549:                                                [['end','End of Plot']],$token,'8').'<br />'.
1.44      www       550:              &Apache::edit::text_arg('Minimum length for range (optional):','minimumlength',
1.35      www       551:                                      $token,'8').
1.44      www       552:              &Apache::edit::text_arg('Maximum length for range (optional):','maximumlength',
1.35      www       553:                                      $token,'8').'<br />'.
1.38      www       554:              &Apache::edit::select_or_text_arg(&mt('Relationship:'),'relationship',
1.29      www       555:                                   [['eq','equal'],
                    556:                                    ['ne','not equal'],
                    557:                                    ['ge','greater than or equal'],
                    558:                                    ['gt','greater than'],
                    559:                                    ['lt','less than'],
                    560:                                    ['le','less than or equal']],$token).
                    561:              $result.= &Apache::edit::select_or_text_arg('Value:','value',
1.35      www       562:                                                [['undef','not defined']],$token,'8').
1.29      www       563:              &Apache::edit::text_arg('Percent error:','percenterror',
1.35      www       564:                                      $token,'8').
1.29      www       565:              &Apache::edit::end_row();
                    566:   } elsif ($target eq 'modified') {
1.54      www       567:     if (($env{'form.'.&Apache::edit::html_element_name('xinitial')} ne '') && ($env{'form.'.&Apache::edit::html_element_name('xinitiallabel')} eq 'start')) {
1.53      www       568:        $env{'form.'.&Apache::edit::html_element_name('xinitiallabel')}='';
                    569:     }
1.54      www       570:     if (($env{'form.'.&Apache::edit::html_element_name('xfinal')} ne '') && ($env{'form.'.&Apache::edit::html_element_name('xfinallabel')} eq 'end')) {
1.53      www       571:        $env{'form.'.&Apache::edit::html_element_name('xfinallabel')}='';
                    572:     }
1.29      www       573:     my $constructtag=&Apache::edit::get_new_args($token,$parstack,
1.35      www       574:                                                  $safeeval,'index','derivativeorder',
                    575:                                                            'xinitial','xinitiallabel','xfinal','xfinallabel',
                    576:                                                            'minimumlength','maximumlength',
                    577:                                                            'relationship','value','percenterror');
1.29      www       578:     if ($constructtag) { $result=&Apache::edit::rebuild_tag($token); }
1.13      www       579:    }
1.12      www       580:    return $result;
                    581: }
                    582: 
1.25      www       583: sub end_functionplotrule {
1.13      www       584:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    585:    my $result='';
                    586:    if ($target eq 'edit') {
                    587:        $result=&Apache::edit::end_table();
                    588:    }
                    589:    return $result;
1.12      www       590: }
                    591: 
                    592: 
                    593: #
1.23      www       594: # <spline index="..." order="1,2,3,4" initx="..." inity="..." scalex="..." scaley="..." />
1.6       www       595: #
                    596: # Unfortunately, GeoGebra seems to want all splines after everything else, so we need to store them
                    597: #
                    598: sub start_spline {
                    599:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
1.13      www       600:    my $result='';
                    601:    if ($target eq 'web') {
1.23      www       602:       my $label=&Apache::lonxml::get_param('index',$parstack,$safeeval);
1.13      www       603:       $Apache::functionplotresponse::counter++;
                    604:       if ($label=~/\W/) {
1.23      www       605:          &Apache::lonxml::warning(&mt('Spline indices should only contain alphanumeric characters.'));
1.13      www       606:       }
                    607:       $label=~s/\W//gs;
1.23      www       608:       unless ($label) { 
                    609:          $label='S'.$Apache::functionplotresponse::counter; 
                    610:       } else {
                    611:          $label='S'.$label;
                    612:       }
1.13      www       613:       if ($Apache::functionplotresponse::splineorder{$label}) {
1.23      www       614:          &Apache::lonxml::error(&mt('Spline indices must be unique.'));
1.13      www       615:       }
                    616: 
                    617:       my $order=&Apache::lonxml::get_param('order',$parstack,$safeeval);
                    618:       if ($order<2) { $order=2; }
                    619:       if ($order>8) { $order=8; }
                    620:       $Apache::functionplotresponse::splineorder{$label}=$order;
                    621: 
                    622:       my $x=&Apache::lonxml::get_param('initx',$parstack,$safeeval);
                    623:       unless ($x) { $x=0; }
                    624:       $Apache::functionplotresponse::splineinitx{$label}=$x;
                    625: 
                    626:       my $y=&Apache::lonxml::get_param('inity',$parstack,$safeeval);
                    627:       unless ($y) { $y=0; }
                    628:       $Apache::functionplotresponse::splineinity{$label}=$y;
                    629: 
                    630:       my $sx=&Apache::lonxml::get_param('scalex',$parstack,$safeeval);
                    631:       unless ($sx) { $sx=$order; }
                    632:       $Apache::functionplotresponse::splinescalex{$label}=$sx;
                    633: 
                    634:       my $sy=&Apache::lonxml::get_param('scaley',$parstack,$safeeval);
                    635:       unless ($sy) { $sy=2; }
                    636:       $Apache::functionplotresponse::splinescaley{$label}=$sy;
                    637:    } elsif ($target eq 'edit') {
                    638:         $result=&Apache::edit::tag_start($target,$token,'Spline').
1.23      www       639:              &Apache::edit::text_arg('Index:','index',
1.14      www       640:                                      $token,'4').'&nbsp;'.
1.13      www       641:              &Apache::edit::select_arg('Order:','order',
1.44      www       642:                                   ['2','3','4','5','6','7','8'],$token).'&nbsp;'.
1.13      www       643:              &Apache::edit::text_arg('Initial x-value:','initx',
1.14      www       644:                                      $token,'4').'&nbsp;'.
1.13      www       645:              &Apache::edit::text_arg('Initial y-value:','inity',
1.14      www       646:                                      $token,'4').'&nbsp;'.
1.13      www       647:              &Apache::edit::text_arg('Scale x:','scalex',
1.14      www       648:                                      $token,'4').'&nbsp;'.
1.13      www       649:              &Apache::edit::text_arg('Scale y:','scaley',
                    650:                                      $token,'4').
                    651:              &Apache::edit::end_row();
                    652:   } elsif ($target eq 'modified') {
                    653:     my $constructtag=&Apache::edit::get_new_args($token,$parstack,
1.23      www       654:                                                  $safeeval,'index','order','initx','inity',
1.13      www       655:                                                            'scalex','scaley');
                    656:     if ($constructtag) { $result=&Apache::edit::rebuild_tag($token); }
                    657:   }
                    658:   return $result;
1.6       www       659: }
                    660: 
                    661: sub end_spline {
1.13      www       662:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    663:    my $result='';
                    664:    if ($target eq 'edit') {
                    665:        $result=&Apache::edit::end_table();
                    666:    }
                    667:    return $result;
1.4       www       668: }
                    669:  
1.3       www       670: sub end_init_script {
                    671:     return (<<ENDENDINIT);
                    672: }
                    673: // ]]>
                    674: </script>
                    675: ENDENDINIT
                    676: }
                    677: 
1.10      www       678: #
                    679: # Storing and restoring spline coordinates from part answers
                    680: #
                    681: sub decode_previous_answer {
                    682:    my ($answer)=@_;
                    683:    foreach my $coordinate (split(/\,/,$answer)) {
                    684:       my ($key,$value)=split(/\=/,$coordinate);
                    685:       $Apache::functionplotresponse::previous{$key}=$value;
                    686:    }
                    687: }
                    688: 
                    689: sub get_answer_from_form_fields {
                    690:    my ($id)=@_;
                    691:    my $answer='';
                    692:    my %coords=();
                    693:    foreach my $field (keys(%env)) {
                    694:       if ($field=~/^form\.HWVAL\_$id/) {
                    695:          $field=~/^form\.(.*)$/;
                    696:          $coords{$1}=$env{$field};
                    697:       }
                    698:    }
                    699:    $answer=join(',',map { $_.'='.$coords{$_} } (sort(keys(%coords))));
                    700:    return ($answer,%coords);
                    701: }
                    702: 
1.15      www       703: #
                    704: # The following functions calculate the cubic-hermite splines server-side
                    705: #
                    706: 
                    707: sub cubic_hermite {
                    708:    my ($t,$p1,$s1,$p2,$s2)=@_;
1.42      www       709:    return (2.*$t*$t*$t-3.*$t*$t+1.)*$p1 + 3.*($t*$t*$t-2.*$t*$t+$t)*($s1-$p1)+
                    710:           (-2.*$t*$t*$t+3.*$t*$t)  *$p2 + 3.*($t*$t*$t-$t*$t)      *($s2-$p2);
1.15      www       711: }
                    712: 
                    713: #
                    714: # d/dt(...)
                    715: # 
                    716: 
                    717: sub ddt_cubic_hermite {
                    718:    my ($t,$p1,$s1,$p2,$s2)=@_;
1.42      www       719:    return (6.*$t*$t-6.*$t) *$p1 + 3.*(3.*$t*$t-4.*$t+1.)*($s1-$p1)+
                    720:           (-6.*$t*$t+6.*$t)*$p2 + 3.*(3.*$t*$t-2.*$t)   *($s2-$p2);
1.15      www       721: }
                    722: 
                    723: #
                    724: # d^2/dt^2(...)
                    725: #
                    726: 
                    727: sub d2dt2_cubic_hermite {
                    728:    my ($t,$p1,$s1,$p2,$s2)=@_;
1.42      www       729:    return (12.*$t-6.) *$p1 + 3.*(6.*$t-4.)*($s1-$p1)+
                    730:           (-12.*$t+6.)*$p2 + 3.*(6.*$t-2.)*($s2-$p2);
1.15      www       731: }
                    732: 
                    733: #
1.18      www       734: # Array index calculation
                    735: #
                    736: sub array_index {
                    737:    my ($xmin,$xmax,$x)=@_;
1.38      www       738:    if ($x ne '') {
                    739:       return int(($x-$xmin)/($xmax-$xmin)*400.+0.5);
                    740:    } else {
                    741:       return undef;
                    742:    }
1.20      www       743: }
                    744: 
                    745: #
1.18      www       746: # Populate the arrays
                    747: #
                    748: 
                    749: sub populate_arrays {
                    750:     my ($id,$xmin,$xmax)=@_;
1.26      www       751:     for (my $i=0; $i<=400; $i++) {
1.35      www       752:        $Apache::functionplotresponse::actualxval[$i]=undef;
1.19      www       753:        $Apache::functionplotresponse::func[$i]=undef;
1.22      www       754:        $Apache::functionplotresponse::dfuncdx[$i]=undef;
1.19      www       755:        $Apache::functionplotresponse::d2funcd2x[$i]=undef;
1.18      www       756:     }
1.19      www       757:     unless ($xmax>$xmin) { return 'no_func'; }
1.18      www       758: # Run over all splines in response
                    759:     foreach my $label (split(/\,/,$env{"form.HWVAL_AllSplines_$id"})) {
1.19      www       760:         my $xiold=-1;
1.18      www       761: # Run over all points in spline
1.19      www       762:         for (my $i=1; $i<$env{"form.HWVAL_SplineOrder_".$id."_".$label}; $i++) {
1.18      www       763:             my $ni=$i+1;
                    764:             my @xparms=($env{'form.HWVAL_'.$id.'_'.$label.'P'.$i.'_x'},
                    765:                         $env{'form.HWVAL_'.$id.'_'.$label.'S'.$i.'_x'},
                    766:                         $env{'form.HWVAL_'.$id.'_'.$label.'P'.$ni.'_x'},
                    767:                         $env{'form.HWVAL_'.$id.'_'.$label.'S'.$ni.'_x'});
                    768:             my @yparms=($env{'form.HWVAL_'.$id.'_'.$label.'P'.$i.'_y'},
                    769:                         $env{'form.HWVAL_'.$id.'_'.$label.'S'.$i.'_y'},
                    770:                         $env{'form.HWVAL_'.$id.'_'.$label.'P'.$ni.'_y'},
                    771:                         $env{'form.HWVAL_'.$id.'_'.$label.'S'.$ni.'_y'});
                    772: # Run in small steps over spline parameter
1.26      www       773:             for (my $t=0; $t<=1; $t+=0.0001) {
1.35      www       774:                 my $xreal=&cubic_hermite($t,@xparms);
                    775:                 my $xi=&array_index($xmin,$xmax,$xreal);
1.19      www       776:                 if ($xi<$xiold) { return 'no_func'; }
1.26      www       777:                 if (($xi>$xiold) && ($xi>=0) && ($xi<=400)) {
1.19      www       778:                    if (defined($Apache::functionplotresponse::func[$xi])) { return 'no_func'; }
1.18      www       779:                    $xiold=$xi;
1.35      www       780:                    $Apache::functionplotresponse::actualxval[$xi]=$xreal;
1.22      www       781: # Function value
1.30      www       782:                    my $funcval=&cubic_hermite($t,@yparms);
                    783:                    $Apache::functionplotresponse::func[$xi]=$funcval;
                    784:                    if (defined($funcval)) {
                    785:                       if ($xi<$Apache::functionplotresponse::functionplotrulelabels{'start'}) {
                    786:                          $Apache::functionplotresponse::functionplotrulelabels{'start'}=$xi;
                    787:                       }
                    788:                       if ($xi>$Apache::functionplotresponse::functionplotrulelabels{'end'}) {
                    789:                          $Apache::functionplotresponse::functionplotrulelabels{'end'}=$xi;
                    790:                       }
                    791:                    }
1.28      www       792: # Chain rule
1.22      www       793: # dy/dx=dy/dt/(dx/dt)
                    794:                    my $dxdt=&ddt_cubic_hermite($t,@xparms);
                    795:                    if ($dxdt) {
                    796:                       $Apache::functionplotresponse::dfuncdx[$xi]=&ddt_cubic_hermite($t,@yparms)/$dxdt;
1.34      www       797: # Second derivative
1.28      www       798:                       $Apache::functionplotresponse::d2funcdx2[$xi]=
1.34      www       799:                          ($dxdt*&d2dt2_cubic_hermite($t,@yparms)-&ddt_cubic_hermite($t,@yparms)*&d2dt2_cubic_hermite($t,@xparms))/
                    800:                          ($dxdt*$dxdt*$dxdt);
1.22      www       801:                    }
1.18      www       802:                 }
                    803:             }
                    804:         }
                    805:     }
                    806: }
                    807: 
                    808: #
1.37      www       809: # Implementation of <functionplotresponse>
1.15      www       810: #
                    811: 
1.1       www       812: sub start_functionplotresponse {
                    813:   my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                    814:   my $result='';
1.6       www       815: # To remember the splines - somehow, they need to come last
                    816:   undef %Apache::functionplotresponse::splineorder;
                    817:   undef %Apache::functionplotresponse::splineinitx;
                    818:   undef %Apache::functionplotresponse::splineinity;
                    819:   undef %Apache::functionplotresponse::splinescalex;
                    820:   undef %Apache::functionplotresponse::splinescaley;
1.10      www       821: # Remember input fields, etc
                    822:   undef %Apache::functionplotresponse::previous;
1.9       www       823:   $Apache::functionplotresponse::inputfields='';
1.6       www       824:   $Apache::functionplotresponse::counter=0;
1.24      www       825: # Remember rules
1.25      www       826:   undef @Apache::functionplotresponse::functionplotrules;
1.37      www       827: # Remember failed rules
                    828:   if ($target eq 'grade') {
                    829:      undef @Apache::functionplotresponse::failedrules;
                    830:   }
                    831: # Delete previous awards
                    832:   undef $Apache::functionplotresponse::awarddetail;
1.10      www       833: # Part and ID
                    834:   my $partid=$Apache::inputtags::part;
                    835:   my $id=&Apache::response::start_response($parstack,$safeeval);
1.6       www       836: # Internal ID to mark the applet and its coordinates
1.10      www       837:   my $internalid = $partid.'_'.$id;
                    838: # Previous answer
                    839:   &decode_previous_answer($Apache::lonhomework::history{"resource.$partid.$id.submission"});
                    840: 
1.6       www       841: # Parameters of <functionplotresponse>
1.41      www       842:   my ($xmin,$xmax,$ymin,$ymax)=&boundaries($parstack,$safeeval);
1.6       www       843:   my $xaxisvisible=(&Apache::lonxml::get_param('xaxisvisible',$parstack,$safeeval)=~/on|true|yes|1/i?'true':'false');
                    844:   my $yaxisvisible=(&Apache::lonxml::get_param('yaxisvisible',$parstack,$safeeval)=~/on|true|yes|1/i?'true':'false');
                    845:   my $gridvisible=(&Apache::lonxml::get_param('gridvisible',$parstack,$safeeval)=~/on|true|yes|1/i?'true':'false');
1.14      www       846:   my $xlabel=&Apache::lonxml::get_param('xlabel',$parstack,$safeeval);
                    847:   my $ylabel=&Apache::lonxml::get_param('ylabel',$parstack,$safeeval);
1.12      www       848:   if ($target eq 'edit') {
                    849:     $result.=&Apache::edit::start_table($token)
                    850:        .'<tr><td><span class="LC_nobreak">'.&mt('Function Plot Question').'</span></td>'
                    851:        .'<td><span class="LC_nobreak">'.&mt('Delete?').' '
1.37      www       852:        .&Apache::edit::deletelist($target,$token).'&nbsp;&nbsp;&nbsp;'
1.50      www       853:        .&Apache::edit::insertlist($target,$token).'&nbsp;&nbsp;&nbsp;'
                    854:        .&Apache::loncommon::help_open_topic('Function_Plot_Response_Question','Function Plot Responses')
1.12      www       855:        .'</span></td>'
                    856:        ."<td>&nbsp;"
                    857:        .&Apache::edit::end_row()
                    858:        .&Apache::edit::start_spanning_row()
                    859:        ."\n";
1.14      www       860:     $result.=&Apache::edit::text_arg('Label x-axis:','xlabel',
                    861:                                      $token,'6').'&nbsp;'.
                    862:              &Apache::edit::text_arg('Minimum x-value:','xmin',
                    863:                                      $token,'4').'&nbsp;'.
1.12      www       864:              &Apache::edit::text_arg('Maximum x-value:','xmax',
1.14      www       865:                                      $token,'4').'&nbsp;'.
1.12      www       866:              &Apache::edit::select_arg('x-axis visible:','xaxisvisible',
1.32      www       867:                                   ['yes','no'],$token).'<br />'.
1.14      www       868:              &Apache::edit::text_arg('Label y-axis:','ylabel',
                    869:                                      $token,'6').'&nbsp;'.
1.12      www       870:              &Apache::edit::text_arg('Minimum y-value:','ymin',
1.14      www       871:                                      $token,'4').'&nbsp;'.
1.12      www       872:              &Apache::edit::text_arg('Maximum y-value:','ymax',
1.14      www       873:                                      $token,'4').'&nbsp;'.
1.12      www       874:              &Apache::edit::select_arg('y-axis visible:','yaxisvisible',
1.32      www       875:                                   ['yes','no'],$token).'<br />'.
1.12      www       876:              &Apache::edit::select_arg('Grid visible:','gridvisible',
1.47      www       877:                                   ['yes','no'],$token).'<br />'.
1.58      www       878:              &Apache::edit::text_arg('Background plot(s) for answer (function(x):xmin:xmax,function(x):xmin:xmax,x1:y1:sx1:sy1:x2:y2:sx2:sy2,...):',
1.47      www       879:                                          'answerdisplay',$token,'50');
                    880: 
1.12      www       881:              &Apache::edit::end_row().&Apache::edit::start_spanning_row();
                    882:   } elsif ($target eq 'modified') {
                    883:     my $constructtag=&Apache::edit::get_new_args($token,$parstack,
1.14      www       884:                                                  $safeeval,'xlabel','xmin','xmax','ylabel','ymin','ymax',
1.47      www       885:                                                            'xaxisvisible','yaxisvisible','gridvisible','answerdisplay');
1.12      www       886:     if ($constructtag) { $result = &Apache::edit::rebuild_tag($token); }
1.3       www       887: 
1.12      www       888:   } elsif ($target eq 'meta') {
1.10      www       889:        $result=&Apache::response::meta_package_write('functionplotresponse');
1.35      www       890:   } elsif (($target eq 'answer') &&
                    891:             ($env{'form.answer_output_mode'} ne 'tex') &&
                    892:             ($Apache::lonhomework::viewgrades == 'F')) {
                    893:       my (undef,undef,$udom,$uname)=&Apache::lonnet::whichuser();
                    894:       my $windowopen=&Apache::lonhtmlcommon::javascript_docopen();
                    895:       my $start_page = &Apache::loncommon::start_page('Rules Log', undef,
                    896:                                                {'only_body' => 1,
                    897:                                                 'bgcolor'   => '#FFFFFF',
                    898:                                                 'js_ready'  => 1,});
                    899:       my $end_page = &Apache::loncommon::end_page({'js_ready' => 1,});
                    900:       $uname =~s/\W//g;
                    901:       $udom  =~s/\W//g;
                    902:       my $function_name =
                    903:                 join('_','LONCAPA_scriptvars',$uname,$udom,
                    904:                      $env{'form.counter'},$Apache::lonxml::curdepth);
                    905:       my $rules_var ="<script type=\"text/javascript\">
                    906: // <![CDATA[
                    907:     function $function_name() {newWindow=open('','new_W','width=500,height=500,scrollbars=1,resizable=yes');newWindow.$windowopen;newWindow.document.writeln('$start_page<pre>".
                    908:     $Apache::functionplotresponse::ruleslog.
                    909:     "<\\/pre>$end_page');newWindow.document.close();newWindow.focus()}
                    910: // ]]>
                    911: </script><a href=\"javascript:$function_name();void(0);\">".&mt('Rules Log')."</a><br />";
                    912:             &Apache::lonxml::add_script_result($rules_var);
                    913:         }
                    914: 
1.1       www       915:   return $result;
                    916: }
                    917: 
1.25      www       918: sub compare_rel {
1.26      www       919:    my ($relationship,$value,$realval,$tol)=@_;
1.36      www       920: # is the real value undefined?
1.26      www       921:    unless (defined($realval)) {
1.36      www       922: # the real value is not defined
1.26      www       923:       if ($relationship eq 'eq') {
                    924:          if ($value eq 'undef') {
                    925:             return 1;
                    926:          } else {
                    927:             return 0;
                    928:          }
                    929:       } elsif ($relationship eq 'ne') {
                    930:          if ($value eq 'undef') {
                    931:             return 0;
                    932:          } else {
                    933:             return 1;
                    934:          }
                    935:       } else {
                    936:          return 0;
                    937:       }
                    938:    }
                    939: 
1.36      www       940: # is the expected value undefined?
                    941:    if ($value eq 'undef') {
                    942: # but by now we know that the real value is defined
                    943:       return 0;
                    944:    }
                    945: 
                    946: # both are defined.
1.26      www       947:    if ($relationship eq 'gt') {
                    948:       return ($realval>$value);
                    949:    } elsif ($relationship eq 'ge') {
                    950:       return ($realval>$value-$tol);
                    951:    } elsif ($relationship eq 'lt') {
                    952:       return ($realval<$value);
                    953:    } elsif ($relationship eq 'le') {
                    954:       return ($realval<$value+$tol);
                    955:    } elsif ($relationship eq 'ne') {
                    956:       return (abs($value-$realval)>$tol);
                    957:    } else {
                    958:       return (abs($value-$realval)<$tol);
                    959:    }
1.25      www       960:    return 0;
                    961: }
                    962: 
1.35      www       963: sub addlog {
                    964:    my ($text)=@_;
                    965:    $Apache::functionplotresponse::ruleslog.=$text.'<br />';
                    966: }
                    967: 
                    968: sub actualval {
                    969:    my ($i,$xmin,$xmax)=@_;
                    970:    return $xmin+$i/400.*($xmax-$xmin);
                    971: }
                    972:  
1.25      www       973: sub functionplotrulecheck {
1.33      www       974:    my ($rule,$xmin,$xmax,$ymin,$ymax)=@_;
                    975: 
1.35      www       976:    my ($label,$derivative,$xinitial,$xinitiallabel,$xfinal,$xfinallabel,$minimumlength,$maximumlength,$relationship,$value,$percent)
1.25      www       977:       =split(/\:/,$rule);
1.33      www       978:    $percent=($percent>0?$percent:5);
1.35      www       979:    &addlog("=================");
1.42      www       980:    &addlog("Rule $label for ".($derivative<0?'integral':('function itself','first derivative','second derivative')[$derivative])." $relationship $value");
1.49      www       981:    if ((defined($minimumlength)) || (defined($maximumlength))) {
                    982:       &addlog("Minimumlength $minimumlength Maximumlength $maximumlength");
                    983:    }
1.30      www       984:    my $li=0;
                    985:    my $lh=400;
                    986: 
1.31      www       987: # Special case: the upper boundary was not defined
                    988: # and needs to be set to the value where
                    989: # the condition is not true anymore => set flag
                    990: 
                    991:    my $findupper=0;
                    992:    if (($xfinal eq '')
                    993:     && (!defined($Apache::functionplotresponse::functionplotrulelabels{$xfinallabel}))
                    994:     && ($xfinallabel)) {
                    995:        $findupper=1;
                    996:    }
                    997: 
1.25      www       998: # if a hard value is set for the boundaries, it overrides the label
1.30      www       999:    if (($xinitial ne '') && ($xinitiallabel ne '') && ($xinitiallabel ne 'start')) {
                   1000:       $li=&array_index($xmin,$xmax,$xinitial);
                   1001:       $Apache::functionplotresponse::functionplotrulelabels{$xinitiallabel}=$li;
                   1002:    }
                   1003:    if (($xfinal ne '') && ($xfinallabel ne '') && ($xfinallabel ne 'end')) {
                   1004:       $lh=&array_index($xmin,$xmax,$xfinal);
                   1005:       $Apache::functionplotresponse::functionplotrulelabels{$xfinallabel}=$lh;
1.25      www      1006:    }
1.31      www      1007: # if the label is defined, use it
1.25      www      1008:    if (defined($Apache::functionplotresponse::functionplotrulelabels{$xinitiallabel})) {
1.35      www      1009:       &addlog("Using lower label $xinitiallabel");
1.30      www      1010:       $li=$Apache::functionplotresponse::functionplotrulelabels{$xinitiallabel};
                   1011:    } else {
                   1012:       $li=&array_index($xmin,$xmax,$xinitial);
1.25      www      1013:    }
1.31      www      1014:    unless ($findupper) {
                   1015:       if (defined($Apache::functionplotresponse::functionplotrulelabels{$xfinallabel})) {
1.35      www      1016:          &addlog("Using upper label $xfinallabel");
1.33      www      1017:          $lh=$Apache::functionplotresponse::functionplotrulelabels{$xfinallabel}-1;
1.31      www      1018:       } else {
                   1019:          $lh=&array_index($xmin,$xmax,$xfinal);
                   1020:       }
1.25      www      1021:    }
                   1022: # Basic sanity checks
1.30      www      1023:    if ($li<0) { $li=0; }
                   1024:    if ($lh>400) { $lh=400; }
1.38      www      1025:    if (($li>$lh) || (!defined($lh))) {
1.30      www      1026:        $lh=$li;
1.25      www      1027:    }
1.31      www      1028: 
1.35      www      1029:    &addlog("Boundaries: x=".&actualval($li,$xmin,$xmax)." (".$Apache::functionplotresponse::actualxval[$li]."; index $li)) to x=".
                   1030:                             &actualval($lh,$xmin,$xmax)." (".$Apache::functionplotresponse::actualxval[$lh]."; index $lh))");
                   1031:    if ($findupper) {
                   1032:       &addlog("Looking for label $xfinallabel");
                   1033:    }
1.33      www      1034:    my $tol=$percent*($ymax-$ymin)/100;
                   1035:    if ($xmax>$xmin) {
                   1036:       if ($derivative==2) {
                   1037:          $tol=4.*$tol/($xmax-$xmin);
                   1038:       } elsif ($derivative==1) {
                   1039:          $tol=2.*$tol/($xmax-$xmin);
1.42      www      1040:       } elsif ($derivative==-1) {
                   1041:          $tol=$tol*($xmax-$xmin)/2.;
1.33      www      1042:       }
1.27      www      1043:    }
1.42      www      1044:    my $integral=0;
                   1045:    my $binwidth=($xmax-$xmin)/400.;
                   1046:    if (($derivative<0) && (!$findupper)) {
                   1047: # definite integral, calculate over whole length
                   1048:      &addlog("Calculating definite integral");
                   1049:      for (my $i=$li; $i<=$lh; $i++) {
                   1050:         $integral+=$Apache::functionplotresponse::func[$i]*$binwidth;
                   1051:      }
                   1052:      unless (&compare_rel($relationship,$value,$integral,$tol)) {
                   1053:         &addlog("Actual integral ".(defined($integral)?$integral:'undef').", expected $value, tolerance $tol");
                   1054:         &addlog("Rule $label failed.");
                   1055:         my $hintlabel=$label;
                   1056:         $hintlabel=~s/^R//;
                   1057:         push(@Apache::functionplotresponse::failedrules,$hintlabel);
                   1058:         &addlog("Set hint condition $hintlabel");
                   1059:         return 0;
                   1060:      } 
                   1061:    } else {
                   1062:      for (my $i=$li; $i<=$lh; $i++) {
1.25      www      1063:         my $val;
                   1064:         if ($derivative==2) {
1.27      www      1065:            $val=$Apache::functionplotresponse::d2funcdx2[$i];
1.25      www      1066:         } elsif ($derivative==1) {
1.27      www      1067:            $val=$Apache::functionplotresponse::dfuncdx[$i];
1.42      www      1068:         } elsif ($derivative==-1) {
                   1069:            $integral+=$Apache::functionplotresponse::func[$i]*$binwidth;
                   1070:            $val=$integral;      
1.25      www      1071:         } else {
1.27      www      1072:            $val=$Apache::functionplotresponse::func[$i];
1.25      www      1073:         }
1.31      www      1074:         unless (&compare_rel($relationship,$value,$val,$tol)) { 
1.37      www      1075:            &addlog("Actual value ".(defined($val)?$val:'undef').", expected $value, tolerance $tol");
1.35      www      1076:            &addlog("Condition not fulfilled at x=".&actualval($i,$xmin,$xmax)." (".$Apache::functionplotresponse::actualxval[$i]."; index $i)");
1.31      www      1077:            if (($findupper) && ($i>$li)) {
1.49      www      1078: # Check lengths
                   1079:               unless (&checklength($i,$li,$minimumlength,$maximumlength,$xmin,$xmax,$label)) { return 0; }
                   1080: # Successfully found a new label, set it
1.31      www      1081:               $Apache::functionplotresponse::functionplotrulelabels{$xfinallabel}=$i;
1.35      www      1082:               &addlog("Rule $label passed, setting label $xfinallabel");
1.31      www      1083:               return 1;
                   1084:            } else {
1.35      www      1085:               &addlog("Rule $label failed.");
1.49      www      1086:               &setfailed($label);
1.31      www      1087:               return 0; 
                   1088:            }
                   1089:         }
1.42      www      1090:      }
1.25      www      1091:    }
1.49      www      1092: # Corner case where this makes sense: using start or stop as defined labels
                   1093:    unless (&checklength($lh,$li,$minimumlength,$maximumlength,$xmin,$xmax,$label)) { return 0; }
1.35      www      1094:    &addlog("Rule $label passed.");
1.27      www      1095:    return 1;
1.24      www      1096: }
                   1097: 
1.49      www      1098: #
                   1099: # check for minimum and maximum lengths
                   1100: #
                   1101: 
                   1102: sub checklength {
                   1103:     my ($i,$li,$minimumlength,$maximumlength,$xmin,$xmax,$label)=@_;
                   1104:     unless (($minimumlength) || ($maximumlength)) { return 1; }
                   1105:     my $length=&actualval($i,$xmin,$xmax)-&actualval($li,$xmin,$xmax);
                   1106:     if ($minimumlength) {
                   1107:        if ($length<$minimumlength) {
                   1108:           &addlog("Rule $label failed, actual length $length, minimum length $minimumlength");
                   1109:           &setfailed($label);
                   1110:           return 0;
                   1111:        }
                   1112:     }
                   1113:     if ($maximumlength) {
                   1114:        if ($length>$maximumlength) {
                   1115:           &addlog("Rule $label failed, actual length $length, maximum length $maximumlength");
                   1116:           &setfailed($label);
                   1117:           return 0;
                   1118:        }
                   1119:     }
                   1120:     return 1;
                   1121: }
                   1122: 
                   1123: sub setfailed {
                   1124:    my ($label)=@_;
                   1125:    my $hintlabel=$label;
                   1126:    $hintlabel=~s/^R//;
                   1127:    push(@Apache::functionplotresponse::failedrules,$hintlabel);
                   1128:    &addlog("Set hint condition $hintlabel");
                   1129: }
                   1130: 
1.37      www      1131: sub start_functionplotruleset {
                   1132:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                   1133:    if ($target eq 'edit') {
                   1134:       return &Apache::edit::start_table($token).
                   1135:         '<tr><td><span class="LC_nobreak">'.&mt('Function Plot Rule Set').'</span></td>'
                   1136:        .'<td><span class="LC_nobreak">'.&mt('Delete?').' '
                   1137:        .&Apache::edit::deletelist($target,$token).'&nbsp;&nbsp;&nbsp;'.
1.50      www      1138:         &Apache::edit::insertlist($target,$token).'&nbsp;&nbsp;&nbsp;'
                   1139:        .&Apache::loncommon::help_open_topic('Function_Plot_Response_Rule_Set','Function Plot Rules')
1.37      www      1140:        .'</span></td>'
                   1141:        ."<td>&nbsp;"
                   1142:        .&Apache::edit::end_row()
                   1143:        .&Apache::edit::start_spanning_row()
                   1144:        ."\n";
                   1145:    }
                   1146: }
1.3       www      1147: 
1.37      www      1148: sub end_functionplotruleset {
                   1149:     my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
                   1150:     my $id=$Apache::inputtags::response[-1];
                   1151:     my $partid=$Apache::inputtags::part;
                   1152:     my $internalid = $partid.'_'.$id;
                   1153: 
                   1154:     if ($target eq 'edit' ) {
                   1155:         return &Apache::edit::end_table();
                   1156:     }  elsif ($target eq 'grade'
1.10      www      1157:          && &Apache::response::submitted()
                   1158:          && $Apache::lonhomework::type ne 'exam') {
1.12      www      1159: #
                   1160: # Actually grade
                   1161: #
1.41      www      1162:     my ($xmin,$xmax,$ymin,$ymax)=&boundaries($parstack,$safeeval,-2);
1.27      www      1163: 
1.24      www      1164:         my $ad='';
1.30      www      1165:         undef  %Apache::functionplotresponse::functionplotrulelabels;
1.35      www      1166:         $Apache::functionplotresponse::ruleslog='';
1.30      www      1167:         $Apache::functionplotresponse::functionplotrulelabels{'start'}=400;
                   1168:         $Apache::functionplotresponse::functionplotrulelabels{'end'}=0;
1.18      www      1169:         if (&populate_arrays($internalid,$xmin,$xmax) eq 'no_func') {
1.21      www      1170:            $ad='NOT_FUNCTION';
1.18      www      1171:         } else {
1.35      www      1172:            &addlog("Start of function ".&actualval($Apache::functionplotresponse::functionplotrulelabels{'start'},$xmin,$xmax)." (index ".
                   1173:                                         $Apache::functionplotresponse::functionplotrulelabels{'start'}.")");
                   1174:            &addlog("End of function ".&actualval($Apache::functionplotresponse::functionplotrulelabels{'end'},$xmin,$xmax)." (index ".
                   1175:                                         $Apache::functionplotresponse::functionplotrulelabels{'end'}.")");
                   1176: 
1.24      www      1177: # We have a function that we can actually grade, go through the spline rules.
1.25      www      1178:            foreach my $rule (@Apache::functionplotresponse::functionplotrules) {
1.33      www      1179:               unless (&functionplotrulecheck($rule,$xmin,$xmax,$ymin,$ymax)) {
1.24      www      1180:                  $ad='INCORRECT';
                   1181:                  last;
                   1182:               }
                   1183:            }
                   1184: # If it's not wrong, it's correct 
                   1185:            unless ($ad) { $ad='EXACT_ANS' };
1.18      www      1186:         }
1.37      www      1187:         &addlog("Set hint conditions: ".join(",",@Apache::functionplotresponse::failedrules));
                   1188:         &addlog("Assigned award detail: $ad");
                   1189: # Store for later to be assigned at end_functionplotresponse
                   1190:         $Apache::functionplotresponse::awarddetail=$ad;
                   1191:      }
                   1192: }
                   1193: 
                   1194: 
                   1195: sub end_functionplotresponse {
                   1196:   my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                   1197:   &Apache::response::end_response;
                   1198: 
                   1199:   my $result;
                   1200:   my $id=$Apache::inputtags::response[-1];
                   1201:   my $partid=$Apache::inputtags::part;
                   1202:   my $internalid = $partid.'_'.$id;
1.20      www      1203: 
1.37      www      1204:     if ($target eq 'edit') { $result=&Apache::edit::end_table(); }
                   1205:     if ($target eq 'grade'
                   1206:          && &Apache::response::submitted()
                   1207:          && $Apache::lonhomework::type eq 'exam') {
                   1208: 
                   1209:         &Apache::response::scored_response($partid,$id);
                   1210: 
                   1211:     } elsif ($target eq 'grade'
                   1212:          && &Apache::response::submitted()
                   1213:          && $Apache::lonhomework::type ne 'exam') {
                   1214:         my ($response,%coords)=&get_answer_from_form_fields($internalid);
                   1215:         $Apache::lonhomework::results{"resource.$partid.$id.submission"}=$response;
                   1216:         my %previous=&Apache::response::check_for_previous($response,$partid,$id);
                   1217: #
                   1218: # Assign grade
                   1219: #
                   1220:         my $ad=$Apache::functionplotresponse::awarddetail;
1.12      www      1221: #
                   1222: # Store grading info
                   1223: #
                   1224:         $Apache::lonhomework::results{"resource.$partid.$id.awarddetail"}=$ad;
                   1225:         &Apache::response::handle_previous(\%previous,$ad);
1.10      www      1226:    } elsif ($target eq 'web') {
1.37      www      1227:         undef @Apache::functionplotresponse::failedrules;
                   1228:    }
                   1229:    return $result;
                   1230: }
                   1231: 
                   1232: sub end_functionplotelements {
                   1233:   my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
                   1234:   my $result='';
                   1235:   my $id=$Apache::inputtags::response[-1];
                   1236:   my $partid=$Apache::inputtags::part;
                   1237:   my $internalid = $partid.'_'.$id;
                   1238:   if ($target eq 'edit' ) {
                   1239:      $result=&Apache::edit::end_table();
                   1240:   } elsif ($target eq 'web') {
1.47      www      1241:      my ($xmin,$xmax,$ymin,$ymax)=&boundaries($parstack,$safeeval,-2);
                   1242: 
                   1243: # Are we in show answer mode?
                   1244:      my $showanswer=&Apache::response::show_answer();
                   1245:      if ($showanswer) {
                   1246: # Render answerdisplay
                   1247:         my $answerdisplay=&Apache::lonxml::get_param('answerdisplay',$parstack,$safeeval,-2);
                   1248:         if ($answerdisplay=~/\S/s) {
                   1249:            foreach my $plot (split(/\s*\,\s*/,$answerdisplay)) {
1.58      www      1250:               my @components=split(/\s*\:\s*/,$plot);
                   1251:               if ($#components<3) {
                   1252: # Just a simple plot
                   1253:                  my ($func,$xl,$xh)=@components;
                   1254:                  if ((!defined($xl)) || ($xl eq '')) { $xl=$xmin; }
                   1255:                  if ((!defined($xh)) || ($xh eq '')) { $xh=$xmax; }
                   1256:                  $result.=&plot_script($internalid,$func,1,'','00aa00',$xl,$xh,6);
                   1257:               } else {
                   1258: # This is a spline
1.59    ! www      1259:                  $result.=&answer_spline_script($internalid,@components);
1.58      www      1260:               }
1.47      www      1261:            }
                   1262:         }
                   1263:      }
1.48      www      1264:      my $fixed=0;
                   1265:      if (($showanswer) || (&Apache::response::check_status()>=2)) { $fixed=1; }
1.6       www      1266: # Now is the time to render all of the stored splines
                   1267:      foreach my $label (keys(%Apache::functionplotresponse::splineorder)) {
1.48      www      1268:         $result.=&generate_spline($internalid,$label,$xmin,$xmax,$ymin,$ymax,$fixed);
1.6       www      1269:      }
1.5       www      1270: # close the init script
1.3       www      1271:      $result.=&end_init_script();
1.17      www      1272: # register all splines in this response 
                   1273:      $result.='<input type="hidden" name="HWVAL_AllSplines_'.$internalid.'" value="'.
                   1274:                  join(',',keys(%Apache::functionplotresponse::splineorder)).'" />'."\n";
                   1275:      foreach my $label (keys(%Apache::functionplotresponse::splineorder)) {
                   1276:         $result.='<input type="hidden" name="HWVAL_SplineOrder_'.$internalid.'_'.$label.'" value="'.
                   1277:                  $Apache::functionplotresponse::splineorder{$label}.'" />'."\n";
                   1278:      }
1.9       www      1279: # generate the input fields
                   1280:      $result.=$Apache::functionplotresponse::inputfields;
1.5       www      1281: # actually start the <applet>-tag
1.3       www      1282:      $result.=&geogebra_startcode($internalid);
1.5       www      1283: # load the spline bytecode
1.3       www      1284:      $result.=&geogebra_spline_program();
1.5       www      1285: # set default parameters
1.3       www      1286:      $result.=&geogebra_default_parameters($internalid);
1.5       www      1287: # close the <applet>-tag
1.1       www      1288:      $result.=&geogebra_endcode();
                   1289:   }
                   1290:   return $result;
                   1291: }
                   1292: 
1.41      www      1293: sub boundaries {
                   1294:    my ($parstack,$safeeval,$level)=@_;
                   1295:    my $xmin=&Apache::lonxml::get_param('xmin',$parstack,$safeeval,$level);
                   1296:    $xmin=(defined($xmin)?$xmin:-10);
                   1297:    my $xmax=&Apache::lonxml::get_param('xmax',$parstack,$safeeval,$level);
                   1298:    $xmax=(defined($xmax)?$xmax:10);
                   1299:    my $ymin=&Apache::lonxml::get_param('ymin',$parstack,$safeeval,$level);
                   1300:    $ymin=(defined($ymin)?$ymin:-10);
                   1301:    my $ymax=&Apache::lonxml::get_param('ymax',$parstack,$safeeval,$level);
                   1302:    $ymax=(defined($ymax)?$ymax:10);
                   1303:    if ($xmax<=$xmin) {
                   1304:       $xmax=$xmin+20;
                   1305:    }
                   1306:    if ($ymax<=$ymin) {
                   1307:       $ymax=$ymin+20;
                   1308:    }
                   1309:    return ($xmin,$xmax,$ymin,$ymax);
                   1310: }
                   1311: 
1.37      www      1312: sub start_functionplotelements {
                   1313:    my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
                   1314:    my $result='';
                   1315:    my $id=$Apache::inputtags::response[-1];
                   1316:    my $partid=$Apache::inputtags::part;
                   1317:    my $internalid = $partid.'_'.$id;
                   1318: 
                   1319:    if ($target eq 'edit') {
                   1320:       return &Apache::edit::start_table($token).
                   1321:         '<tr><td><span class="LC_nobreak">'.&mt('Function Plot Elements').'</span></td>'
                   1322:        .'<td><span class="LC_nobreak">'.&mt('Delete?').' '
                   1323:        .&Apache::edit::deletelist($target,$token).'&nbsp;&nbsp;&nbsp;'.
1.50      www      1324:         &Apache::edit::insertlist($target,$token).'&nbsp;&nbsp;&nbsp;'
                   1325:        .&Apache::loncommon::help_open_topic('Function_Plot_Response_Elements','Function Plot Elements')
1.37      www      1326:        .'</span></td>'
                   1327:        ."<td>&nbsp;"
                   1328:        .&Apache::edit::end_row()
                   1329:        .&Apache::edit::start_spanning_row()
                   1330:        ."\n";
                   1331:    } elsif ($target eq 'web') {
1.41      www      1332:       my ($xmin,$xmax,$ymin,$ymax)=&boundaries($parstack,$safeeval,-2);
1.37      www      1333:       my $xaxisvisible=(&Apache::lonxml::get_param('xaxisvisible',$parstack,$safeeval,-2)=~/on|true|yes|1/i?'true':'false');
                   1334:       my $yaxisvisible=(&Apache::lonxml::get_param('yaxisvisible',$parstack,$safeeval,-2)=~/on|true|yes|1/i?'true':'false');
                   1335:       my $gridvisible=(&Apache::lonxml::get_param('gridvisible',$parstack,$safeeval,-2)=~/on|true|yes|1/i?'true':'false');
                   1336:       my $xlabel=&Apache::lonxml::get_param('xlabel',$parstack,$safeeval,-2);
                   1337:       my $ylabel=&Apache::lonxml::get_param('ylabel',$parstack,$safeeval,-2);
                   1338: 
                   1339: 
                   1340: # paste in the update routine to receive stuff back from the applet
                   1341:      $result.=&update_script($internalid);
                   1342: # start the initscript for this applet
                   1343:      $result.=&start_init_script($internalid);
                   1344: # put the axis commands inside
                   1345:      $result.=&axes_script($internalid,$xmin,$xmax,$ymin,$ymax,$xaxisvisible,$yaxisvisible,$gridvisible);
1.45      www      1346:      $result.=&axes_label($internalid,$xmin,$xmax,$ymin,$ymax,$xlabel,$ylabel);
1.37      www      1347: # init script is left open
                   1348:   }
                   1349:   return $result;
                   1350: }
                   1351: 
1.1       www      1352: 1;
                   1353: 
                   1354: __END__
                   1355:  
                   1356: =head1 NAME
                   1357: 
                   1358: Apache::functionplotresponse.pm;
                   1359: 
                   1360: =head1 SYNOPSIS
                   1361: 
                   1362: Handles tags associated with accepting function plots.
                   1363: 
                   1364: This is part of the LearningOnline Network with CAPA project
                   1365: described at http://www.lon-capa.org.
                   1366: 
                   1367: =head1 HANDLER SUBROUTINE
                   1368: 
                   1369: start_functionplotresponse()
                   1370: 
                   1371: =head1 OTHER SUBROUTINES
                   1372: 
                   1373: =over
                   1374: 
                   1375: =item end_functionplotresponse()
                   1376: 
                   1377: =back
                   1378: 
                   1379: =cut

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>