From: Matt L. v. a. <we...@ma...> - 2007-09-13 00:33:47
|
Log Message: ----------- Modified Files: -------------- wwmoodle/wwquestion/moodle/lang/en_utf8/help/quiz: webwork.html wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork: code.html codecheck.html fileheader.html seed.html trials.html Removed Files: ------------- wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork: codeheader.html webwork.html Revision Data ------------- Index: webwork.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/quiz/webwork.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/quiz/webwork.html -Lwwquestion/moodle/lang/en_utf8/help/quiz/webwork.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/quiz/webwork.html +++ wwquestion/moodle/lang/en_utf8/help/quiz/webwork.html @@ -0,0 +1,3 @@ +<h1>WeBWorK questions</h1> + +<p>This is a WeBWorK question within Moodle. For information on each of the fields click the corresponding help icon.</p> --- wwquestion/moodle/lang/en_utf8/help/webwork/webwork.html +++ /dev/null @@ -1,4 +0,0 @@ -<p align="center"><b>WeBWorK</b></p> - -<p>TODO describe your question type and how to edit it here. This help file is -linked to from the top of the question editing form for you question type.</p> Index: code.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork/code.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/webwork/code.html -Lwwquestion/moodle/lang/en_utf8/help/webwork/code.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/webwork/code.html +++ wwquestion/moodle/lang/en_utf8/help/webwork/code.html @@ -0,0 +1,3 @@ +<h1>PG Code</h1> + +<p>Paste in the PG code for this WeBWorK problem.</p> \ No newline at end of file Index: seed.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork/seed.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/webwork/seed.html -Lwwquestion/moodle/lang/en_utf8/help/webwork/seed.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/webwork/seed.html +++ wwquestion/moodle/lang/en_utf8/help/webwork/seed.html @@ -0,0 +1,3 @@ +<h1>Seed</h1> + +<p>This is the starting seed used in the random number generator.</p> \ No newline at end of file Index: fileheader.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork/fileheader.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/webwork/fileheader.html -Lwwquestion/moodle/lang/en_utf8/help/webwork/fileheader.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/webwork/fileheader.html +++ wwquestion/moodle/lang/en_utf8/help/webwork/fileheader.html @@ -0,0 +1,5 @@ +<h1>File Handler</h1> + +<p>This allows you to upload any files that the PG code requires as external dependencies. Examples would be images, java applet code, etc. Please only upload necessary files. The more you upload the slower question creation will be. Although the number of files will not effect the speed a question is displayed.</p> + +<p>The derivations directory holds information about the current question derivations.</p> \ No newline at end of file Index: codecheck.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork/codecheck.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/webwork/codecheck.html -Lwwquestion/moodle/lang/en_utf8/help/webwork/codecheck.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/webwork/codecheck.html +++ wwquestion/moodle/lang/en_utf8/help/webwork/codecheck.html @@ -0,0 +1,26 @@ +<h1>Code Checking</h1> + +<p>This field determines how strictly Moodle will check your PG code. If a question fails to clear code checking the question edit form will be displayed with the errors and warnings the question produced. There are five levels of code checking:</p> + +<ul> + <li> + <b>Turn Off (unadvised)</b><br> + This will turn of Code Checking completely. It is strongly recommended that you do not use this setting. + </li> + <li> + <b>Reject Problem Seeds w/ Errors (silent)</b><br> + This setting will reject any seeds that are generated with errors. Warnings are ignored. If any error-free seeds are found within the alloted trials they will be used as derivations. + </li> + <li> + <b>Reject Question if any Errors exist (strict)</b><br> + This setting will reject the question if any errors are found on any seeds. Warnings are ignored. + </li> + <li> + <b>Problem Seeds w/ Errors or Warnings (silent)</b><br> + This setting will reject any seeds that are generated with any errors or warnings. If any error-free seeds are found within the alloted trials they will be used as derivations. + </li> + <li> + <b>Reject Question if any Errors or Warnings exist (strict)</b><br> + This setting will reject the question if any errors or warnings are found on any seeds. + </li> +</ul> \ No newline at end of file Index: trials.html =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/moodle/lang/en_utf8/help/webwork/trials.html,v retrieving revision 1.1 retrieving revision 1.2 diff -Lwwquestion/moodle/lang/en_utf8/help/webwork/trials.html -Lwwquestion/moodle/lang/en_utf8/help/webwork/trials.html -u -r1.1 -r1.2 --- wwquestion/moodle/lang/en_utf8/help/webwork/trials.html +++ wwquestion/moodle/lang/en_utf8/help/webwork/trials.html @@ -0,0 +1,3 @@ +<h1>Trials</h1> + +<p>This is the number of attempts the WeBWorK Question Server will make to render question derivations. Depending on your code checking settings the number of derivations of a question may be less than this number</p> \ No newline at end of file |