Parent Directory
|
Revision Log
updated help files to conform to changes in the user interface for these two pages.
1 2 <!DOCTYPE html 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 6 <!-- 7 ################################################################################ 8 # WeBWorK Online Homework Delivery System 9 # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ 10 # $CVSHeader: webwork-modperl/htdocs/helpFiles/InstructorPGProblemEditor.html,v 1.2 2006/01/25 23:13:50 sh002i Exp $ 11 # 12 # This program is free software; you can redistribute it and/or modify it under 13 # the terms of either: (a) the GNU General Public License as published by the 14 # Free Software Foundation; either version 2, or (at your option) any later 15 # version, or (b) the "Artistic License" which comes with this package. 16 # 17 # This program is distributed in the hope that it will be useful, but WITHOUT 18 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 19 # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the 20 # Artistic License for more details. 21 ################################################################################ 22 --> 23 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 24 <head> 25 <title>PG Problem Editor Help Page</title> 26 </head> 27 <body> 28 29 <h3>PG Problem Editor Help Page</h3> 30 <blockquote> 31 <p> 32 This page allows to edit the contents of PG problem files (templates) 33 as well as set headers and other files. 34 </p> 35 <p> 36 When using this page two or more windows may be created -- one to edit the text in the 37 file and one to view the results. This can be a bit confusing. If a window seems to 38 have completely disappeared make sure that it is not hiding behind one of the other windows. 39 </p> 40 <h4>Features:</h4> 41 <dl> 42 43 44 <dt>| Manpages | macro list | pod docs | report problem bugs |</dt> 45 <dd>The first three links are to pages that give some information about writing problems: "Manpages" is an (incomplete) list of the most commonly 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 error in a library problem please use the "Report problem bugs" link to notify us so that we can fix it. You will need to register with an email address the first time you use bugzilla, but after that you will not. </dd> 46 <dt> The large text window</dt> 47 <dd> This is where you edit the text of the problem template. Nothing happens until you pick an action (below) and 48 click the "Take action!" button.</dd> 49 </dl> 50 51 <h4>Action items:</h4> <i>(If an action cannot be executed it will not appear as an action item.) 52 </i> 53 </dl> 54 <dt> View using seed "12345" and display mode "image"</dt> 55 <dd> Will bring up a window to show the results of your editing. It does not change the permanent file on the disk. You can view 56 different versions of the same problem by changing the seed (any number will do). You can also change mannerin which the 57 mathematics is typset (jsMath and images are the most common modes.)</dd> 58 <dt> Add to set ...</dt> 59 <dd> Add this problem as the last problem of an existing set, either as a problem or as the set header 60 (the text that appears on the home page of a homework set). You can rearrange the order of the problems later using 61 the "Hmwk Sets Editor"</dd> 62 <dt> Create a copy at [TMPL]/"path"...</dt> 63 <dd> Makes a new copy of the file you are editing at the location relative to the course's templates ([TMPL]) directory given by "path". 64 The checkbox allows you to replace the current problem with the new problem in the homework set. 65 <p> Check the checkbox if you want to edit the current problem without changing the original problem file.</p> 66 <p> Leave the checkbox unchecked if you are using the current problem as a model for a brand new problem. You can add the 67 new file to the homework set from the Library Browser.</p> 68 <p>If the original problem could not be edited than you will have to change the path name 69 before you will be allowed to save the problem. (Adding "local/" to the beginning of the suggested path will work. All of your 70 edited files will then appear in a subdirectory named "local". A new problem whose path ends in blankProblem.pg should be given 71 a new name, for example, "myNewProblem.pg")</P.</dd> 72 <dt> Revert</dt> 73 <dd> Reverts to the copy of the file saved on the disk -- all unsaved editing changes will be lost. 74 This option only appears when you have making 75 provisional edits using the first option "View..." above</dd> 76 <dt> Take action</dt> 77 <dd> Executes the</dd> action item selected above. You can elect to have this action appear in a new window or not. 78 </dl> 79 80 </blockquote> 81 </body> 82 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |