From: Mike G. v. a. <we...@ma...> - 2005-07-28 17:20:39
|
Log Message: ----------- Adding template contents to modelCourse Added Files: ----------- webwork-modperl/courses/modelCourse/templates: README course_info.txt demoCourse.lst set0.def setHeader.pg Revision Data ------------- --- /dev/null +++ courses/modelCourse/templates/course_info.txt @@ -0,0 +1 @@ + --- /dev/null +++ courses/modelCourse/templates/demoCourse.lst @@ -0,0 +1,10 @@ +000-00-000a ,PRACTICE1 ,JANE ,C , , , , ,practice1 = =20 +000-00-000b ,PRACTICE2 ,JANE ,C , , , , ,practice2 = =20 +000-00-000c ,PRACTICE3 ,JANE ,C , , , , ,practice3 = =20 +000-00-000d ,PRACTICE4 ,JANE ,C , , , , ,practice4 = =20 +000-00-000e ,PRACTICE5 ,JANE ,C , , , , ,practice5 = =20 +000-00-000f ,PRACTICE6 ,JANE ,C , , , , ,practice6 = =20 +000-00-000g ,PRACTICE7 ,JANE ,C , , , , ,practice7 = =20 +000-00-000h ,PRACTICE8 ,JANE ,C , , , , ,practice8 = =20 +000-00-000i ,PRACTICE9 ,JANE ,C , , , , ,practice9 = =20 +111-11-1111 ,Smith ,Donald ,C , , , ,DA...@uw... ,dasmith --- /dev/null +++ courses/modelCourse/templates/setHeader.pg @@ -0,0 +1,88 @@ +########################################################################= ######## +# WeBWorK Online Homework Delivery System +# Copyright =A9 2000-2003 The WeBWorK Project, http://openwebwork.sf.net= / +# $CVSHeader: webwork-modperl/courses/modelCourse/templates/setHeader.pg= ,v 1.1 2005/07/28 17:22:09 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. +########################################################################= ######## + +DOCUMENT(); + +loadMacros( + "PG.pl", + "PGbasicmacros.pl", +=09 +); + +TEXT($BEGIN_ONE_COLUMN); + +TEXT(MODES(TeX =3D>EV3(<<'EOT'),HTML=3D>"",Latex2HTML=3D>"")); +\noindent {\large \bf $studentName} +\hfill +\noindent {\large \bf MTH 161 $sectionNumber Fall 2003} +\par + +EOT + +BEGIN_TEXT + +$BBOLD WeBWorK assignment number $setNumber is due : $formattedDueDa= te. $EBOLD + +$PAR + +$PAR +The=20 +(* home page *) +\{=20 +#htmlLink(qq!http://www.math.rochester.edu/courses/161/home/!,"home page= ")=20 +\}=20 +for the course contains the syllabus, grading policy and other informati= on. =20 +$PAR +END_TEXT + +################## +# EDIT BELOW HERE +################## +BEGIN_TEXT +$HR +$PAR +This file is /conf/snippets/setHeader.pg you can use it as=20 +a model for creating files which introduce each problem set. +$PAR +$HR +END_TEXT +################## +# EDIT ABOVE HERE +################## +BEGIN_TEXT +The primary purpose of WeBWorK is to let you know that you are getting t= he correct answer or to alert +you if you are making some kind of mistake. Usually you can attempt a pr= oblem as many times as you want before +the due date. However, if you are having trouble figuring out your erro= r, you should +consult the book, or ask a fellow student, one of the TA's or +your professor for help. Don't spend a lot of time guessing -- it's not= very efficient or effective. +$PAR +Give 4 or 5 significant digits for (floating point) numerical answers. +For most problems when entering numerical answers, you can if you wish +enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin= (3*pi/2) \)instead +of -1, \( e\wedge (ln(2)) \) instead of 2, +\( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc. + Here's the=20 +\{ htmlLink(qq!http://webwork.math.rochester.edu/docs/docs/pglanguage/av= ailableFunctions.html!,"list of the functions") \} + which WeBWorK understands. +$PAR +You can use the Feedback button on each problem +page to send e-mail to the professors.=20 + + +$END_ONE_COLUMN +END_TEXT + +ENDDOCUMENT(); # This should be the last executable line in the p= roblem. \ No newline at end of file --- /dev/null +++ courses/modelCourse/templates/set0.def @@ -0,0 +1,13 @@ +setNumber=3D0 +openDate =3D 1/7/00 at 6:00am +dueDate =3D 1/20/09 at 6:00am +answerDate =3D 1/21/09 at 6:00am +screenHeaderFile =3D setHeader.pg +problemList =3D +localLibrary/set0/prob1.pg, 1 +localLibrary/set0/prob1a.pg, 1 +localLibrary/set0/prob1b.pg, 1 +localLibrary/set0/prob2.pg, 1 +localLibrary/set0/prob3.pg, 1 +localLibrary/set0/prob4/prob4.pg, 1 +localLibrary/set0/prob5.pg, 1 --- /dev/null +++ courses/modelCourse/templates/README @@ -0,0 +1,2 @@ +When transferring this course to another machine you may need to=20 +redefine the symbolic links for the libraries. |