Difference between revisions of "Graph Object Documentation"
(New page: Construct a plan for simplying the use of graphics in <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. We wou...) |
|||
Line 1: | Line 1: | ||
− | Construct a plan for simplying the use of graphics in <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. We would hope to make the syntax for <span style="font-weight: bold;">graphics</span> more closely aligned with <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> in order to simplify the learning curve for authoring <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. This document should contain a group consensus on specifications for the new syntax.<br /><br />Similarly we'd like to make the <span style="font-weight: bold;">SelectList</span> objects (matching, true/false, list of short answers) more similar to the <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> paradigm.<br /><br /><span style="font-weight: bold;">Fractions</span> are another candidate for reform |
||
+ | |||
+ | Construct a plan for simplying the use of graphics in <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. We would hope to make the syntax for <span style="font-weight: bold;">graphics</span> more closely aligned with <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> in order to simplify the learning curve for authoring <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. This document should contain a group consensus on specifications for the new syntax.<br /><br />Similarly we'd like to make the <span style="font-weight: bold;">SelectList</span> objects (matching, true/false, list of short answers) more similar to the <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> paradigm.<br /><br /><span style="font-weight: bold;">Fractions</span> are another candidate for reform |
||
Line 5: | Line 6: | ||
[http://devel.webwork.rochester.edu/doc/cvs/pg_HEAD/macros/PGgraphmacros.pl.html POD] documentation for the current version of graph objects. (POD stands for Plain Old Documentation :-) ) |
[http://devel.webwork.rochester.edu/doc/cvs/pg_HEAD/macros/PGgraphmacros.pl.html POD] documentation for the current version of graph objects. (POD stands for Plain Old Documentation :-) ) |
||
− | [Graph Object] |
+ | [[Graph Object Wishlist]] |
+ | |||
+ | |||
+ | [[Category:AIMWeBWorK Working Groups]] |
Revision as of 11:56, 13 June 2008
Construct a plan for simplying the use of graphics in <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. We would hope to make the syntax for graphics more closely aligned with <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> in order to simplify the learning curve for authoring <a href="../mod/wiki/view.php?wid=2&userid=0&groupid=0&page=WeBWorK" title="Wiki" class="wiki autolink">WeBWorK</a> questions. This document should contain a group consensus on specifications for the new syntax.
Similarly we'd like to make the SelectList objects (matching, true/false, list of short answers) more similar to the <a href="../mod/wiki/view.php?wid=5&userid=0&groupid=0&page=MathObjects" title="Wiki" class="wiki autolink">MathObjects</a> paradigm.
Fractions are another candidate for reform
POD documentation for the current version of graph objects. (POD stands for Plain Old Documentation :-) )