| Current Path : /home/beeson/public_html/WebMathXpert/ |
| Current File : //home/beeson/public_html/WebMathXpert/EnterGraphRelation.php |
<?php $problemtype = $RELATION = 13; // from mainchoi.h $topic = 26; // _graph_relation $title = "Graph a Relation"; $promptID = "relationtograph"; $placeholderID = "shadowRelationID"; $placeholder = "shadowRelation"; $placeholderText = "(x/2)^2 + (y/3)^2 = 1"; include 'OneGraph.php'; ?>