From: Mike G. v. a. <we...@ma...> - 2006-01-07 02:15:06
|
Log Message: ----------- Adding help for PG Problem Editor Tags: ---- rel-2-2-dev Added Files: ----------- webwork-modperl/htdocs/helpFiles: InstructorPGProblemEditor.html Revision Data ------------- --- /dev/null +++ htdocs/helpFiles/InstructorPGProblemEditor.html @@ -0,0 +1,69 @@ + +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +=09 +<!-- +########################################################################= ######## +# WeBWorK Online Homework Delivery System +# Copyright =A9 2000-2003 The WeBWorK Project, http://openwebwork.sf.net= / +# $CVSHeader: webwork-modperl/htdocs/helpFiles/InstructorPGProblemEditor= .html,v 1.1.2.1 2006/01/07 02:11:16 gage Exp $ +#=20 +# This program is free software; you can redistribute it and/or modify i= t under +# the terms of either: (a) the GNU General Public License as published b= y the +# Free Software Foundation; either version 2, or (at your option) any la= ter +# version, or (b) the "Artistic License" which comes with this package. +#=20 +# This program is distributed in the hope that it will be useful, but WI= THOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or = FITNESS +# FOR A PARTICULAR PURPOSE. See either the GNU General Public License o= r the +# Artistic License for more details. +########################################################################= ######## +--> +<html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en-US"> +<head> +<title>PG Problem Editor Help Page</title> +</head> +<body> +=20 +<h3>PG Problem Editor Help Page</h3> +<blockquote> +<p> +This page allows to edit the contents of PG problem files (templates) +as well as set headers and other files. +</p> + +<h4>Features:</h4>=20 +<dl> + =09 + + <dt>| Manpages | macro list | pod docs | report problem bugs |</dt> + <dd>The first three links are to pages that give some information abou= t writing problems: "Manpages" is an (incomplete) list of the most common= ly used macros with a description of their parameters and how to use them= ; a complete list of macros is provided by the "macro list"; and details = for many macros can be obtained using the "pod docs" link which links to = documentation embedded in the macro files themselves. If you find an er= ror in a library problem please use the "Report problem bugs" link to not= ify us so that we can fix it. You will need to register with an email ad= dress the first time you use bugzilla, but after that you will not. </dd> + <dt> The large text window</dt> + <dd> This is where you edit the text of the problem template. Nothin= g happens until you pick an action (below) and click the "Take action!" b= utton.</dd> + </dl> + =09 +<h4>Action items:</h4> <i>(If an action cannot be executed it will not a= ppear as an action item.) +</i> +</dl> + <dt> View problem</dt> + <dd> Will bring up a window to show the results of your editing. It = does not change the permanent file on the disk.</dd> + <dt> Add problem to set</dt> + <dd> Add this problem as the last problem in an existing set, either= as a problem or as the set header (the text that appears on the home pag= e of a homework set). You can rearrange the order of the problems later u= sing the "Hmwk Sets Editor"</dd> + <dt> Save to...</dt> + <dd> Saves the changes to the file indicated.</dd> + <dt> Make local copy </dt> + <dd> Will make a local copy of an uneditable library problem so that = you can edit it. It also changes the file path for the current problem t= o the new local copy. (It is much like "rename" but actually suggests the= file name for you so that you can remember where the problem came from.<= /dd> + <dt> Rename ... </dt> + <dd> Saves the changes to a new file and changes the file path for th= e current problem to this new file</dd> + <dt> Create a copy ... </dt> + <dd> Saves the changes to a new file but does not change the file pat= h for the current problem</dd> + <dt> Revert</dt> + <dd> Reverts to the copy of the file saved on the disk -- all unsaved= editing changes will be lost.</dd> + <dt> Take action</dt> + <dd> Executes the</dd> action item selected above +</dl> + +</blockquote> +</body> +</html> |