Thursday, March 08, 2007
Finish Editing Problem
All these problem sets are now corrected.
- JavaLoopTest
- JavaArrayTest *9/10
- PythonMCTest1 *9/1
- PythonMCTest2 *9/2
-- Sophal
- JavaLoopTest
- JavaArrayTest *9/10
- PythonMCTest1 *9/1
- PythonMCTest2 *9/2
-- Sophal
Thursday, March 01, 2007
working on JavaLoopTest...
ExerciseSheet4 => corrected
ExerciseSheet5 => corrected
JavaMCTest *9/8 pb with \n\t => corrected
JavaLoopTest -- missing because location of pg file in setJavaLoopTest.def is wrong
( setCS121IS223JavaLoopTest/ )
=> changed to JavaLoopTest
Now JavaLoopTest is accessible.
Problem in this set will be corrected soon...
ExerciseSheet5 => corrected
JavaMCTest *9/8 pb with \n\t => corrected
JavaLoopTest -- missing because location of pg file in setJavaLoopTest.def is wrong
( setCS121IS223JavaLoopTest/ )
=> changed to JavaLoopTest
Now JavaLoopTest is accessible.
Problem in this set will be corrected soon...
Wednesday, February 28, 2007
Now working on setExercises4
I have edited:
Ch6Projects
Ch1Exercises
Ch2Exercises
Ch4Exercises
Ch3Exercises
Ch6Exercises
ExerciseSheet3
New problem:
- Sharp sign in hard copy
Now moving to Exercises4...
Ch6Projects
Ch1Exercises
Ch2Exercises
Ch4Exercises
Ch3Exercises
Ch6Exercises
ExerciseSheet3
New problem:
- Sharp sign in hard copy
Now moving to Exercises4...
Tuesday, February 27, 2007
Ch3Projects finish, now working on Ch6Projects
Please test Ch3Projects.
Problems in Ch6Projects:
- hard copy generatio
- <font> tag shown in hard copy
- less than sign "<"
-- Sophal
Problems in Ch6Projects:
- hard copy generatio
- <font> tag shown in hard copy
- less than sign "<"
-- Sophal
Monday, February 26, 2007
finish Ch1Projects, now working on Ch3Projects
Problems of Ch3Projects:
- Error during hard copy generation. ( Missing } inserted )
- similar problems like in previous projects
-- Sophal
- Error during hard copy generation. ( Missing } inserted )
- similar problems like in previous projects
-- Sophal
Sunday, February 25, 2007
Ch1Projects (Con't)
I fix the braces with these codes:
#Define these variables and use it to toggle between LaTex and HTML
# $MYLB for {
# $MYRB for }
$MYLB = MODES(TeX=>'\{',HTML=>'{');
$MYRB = MODES(TeX=>'\}',HTML=>'}');
Now it looks nicer both on the web and the hard copy.
Some other changes are also made to make the hard copy
easy to read.
However, the problems with spaces in answers are not yet fixed.
-- Sophal
#Define these variables and use it to toggle between LaTex and HTML
# $MYLB for {
# $MYRB for }
$MYLB = MODES(TeX=>'\{',HTML=>'{');
$MYRB = MODES(TeX=>'\}',HTML=>'}');
Now it looks nicer both on the web and the hard copy.
Some other changes are also made to make the hard copy
easy to read.
However, the problems with spaces in answers are not yet fixed.
-- Sophal
Saturday, February 24, 2007
I'm working on Ch1Projects
In this problem set, there are some problems with the hard copy:
- the shape of the diamond doesn't appear the way it is on the web, esp. the top and the bottom (solved by changing $PAR to $BR and using $SPACE)
- unnecessary text: ¡FONT FACE=courier¿ ....... ¡/font¿ (deleted)
- no braces with hard copy (when changing them to $LBRACE and $RBRACE, the hard copy will appear correctly, but on the web we will see \lbrace and \rbrace... ???)
Ch1Projects: Problem 1
- In Class Diamond, main method, the space(s) before the star(s) do(es) not appear correctly, both on the web and hard copy. (solved)
- There should be 3 spaces before * for answer 1, and 2 for answer 2 ($SPACE added)
- Even if the exercise requires three spaces, student can just enter a blank space before *
since HTML counts many spaces as one. If use $SPACE, it will become & nbsp; ???
-- Sophal
- the shape of the diamond doesn't appear the way it is on the web, esp. the top and the bottom (solved by changing $PAR to $BR and using $SPACE)
- unnecessary text: ¡FONT FACE=courier¿ ....... ¡/font¿ (deleted)
- no braces with hard copy (when changing them to $LBRACE and $RBRACE, the hard copy will appear correctly, but on the web we will see \lbrace and \rbrace... ???)
Ch1Projects: Problem 1
- In Class Diamond, main method, the space(s) before the star(s) do(es) not appear correctly, both on the web and hard copy. (solved)
- There should be 3 spaces before * for answer 1, and 2 for answer 2 ($SPACE added)
- Even if the exercise requires three spaces, student can just enter a blank space before *
since HTML counts many spaces as one. If use $SPACE, it will become & nbsp; ???
-- Sophal
List of problems to check
Ch1Projects
Ch3Projects
Ch6Projects
Ch1Exercises *9/10
Ch2Exercises * 9/11
Ch4Exercises
Ch3Exercises * 9/11 Pb3 I replaced ^ with ! is it still ok
Ch6Exercises
ExerciseSheet3
ExerciseSheet4
ExerciseSheet5
JavaMCTest *9/8 pb with \n\t
JavaLoopTest missing
JavaArrayTest *9/10
PythonMCTest1 *9/1
PythonMCTest2 *9/2
Ch3Projects
Ch6Projects
Ch1Exercises *9/10
Ch2Exercises * 9/11
Ch4Exercises
Ch3Exercises * 9/11 Pb3 I replaced ^ with ! is it still ok
Ch6Exercises
ExerciseSheet3
ExerciseSheet4
ExerciseSheet5
JavaMCTest *9/8 pb with \n\t
JavaLoopTest missing
JavaArrayTest *9/10
PythonMCTest1 *9/1
PythonMCTest2 *9/2
Friday, September 01, 2006
CS 121 problems
During the summer Tabitha inputed the CS 121 problem sets below in the course called 'Tabitha'. You can log in with your standard login/password. Thanks so much to Tabitha!
Ch1Projects
JavaMCTest *9/8 pb with \n\t
Ch1Exercises *9/10
Ch3Exercises * 9/11 Pb3 I replaced ^ with ! is it still ok
Ch6Exercises
JavaLoopTest missing
PythonMCTest1 *9/1
ExerciseSheet4
ExerciseSheet5
Ch3Projects
Ch6Projects
JavaArrayTest *9/10
PythonMCTest2 *9/2
ExerciseSheet3
Ch2Exercises * 9/11
Ch4Exercises
The problem is that if one selects 'download a hard copy' there are funny characters! This is due some formatting problems linked with latex.
I began to go through the sets. Began with: PythonMCTest1.
The main problems are:
nbspc; -> $SPACE
Be careful with underscore
Math formulae should be between \( \)
% is not a problem if \( %\)
{ } -> \lbrace and \rbrace
p, i, br html tags should be removed and replaced
Use $BITALIC and $EITALIC for italic
$BR for the br html and p tags
Remove font
" with ${LQ} and ${RQ}
How to do \n \t? \noindent?
Ch1Projects
JavaMCTest *9/8 pb with \n\t
Ch1Exercises *9/10
Ch3Exercises * 9/11 Pb3 I replaced ^ with ! is it still ok
Ch6Exercises
JavaLoopTest missing
PythonMCTest1 *9/1
ExerciseSheet4
ExerciseSheet5
Ch3Projects
Ch6Projects
JavaArrayTest *9/10
PythonMCTest2 *9/2
ExerciseSheet3
Ch2Exercises * 9/11
Ch4Exercises
The problem is that if one selects 'download a hard copy' there are funny characters! This is due some formatting problems linked with latex.
I began to go through the sets. Began with: PythonMCTest1.
The main problems are:
nbspc; -> $SPACE
Be careful with underscore
Math formulae should be between \( \)
% is not a problem if \( %\)
{ } -> \lbrace and \rbrace
p, i, br html tags should be removed and replaced
Use $BITALIC and $EITALIC for italic
$BR for the br html and p tags
Remove font
" with ${LQ} and ${RQ}
How to do \n \t? \noindent?
Monday, November 28, 2005
update
working on ch.3 exercises
Wednesday, November 16, 2005
I'm working on ch.1 exercises ......
... In a problem set called setCh1ExercisesTabitha .. it's fun.
I completed putting up 4 problem pages in this set. All on ch.1 questions.
Oh I just discovered that the ~~ works not just for quotes within quotes, but for characters like '&' within quotes.
I completed putting up 4 problem pages in this set. All on ch.1 questions.
Oh I just discovered that the ~~ works not just for quotes within quotes, but for characters like '&' within quotes.
Tuesday, November 15, 2005
Changed my mind
I think I'll work on putting some of the Lewis and Loftus problems on WW instead of working on Dr. Gotel's cs122 exam. She wants it to be mult. choice (or maybe she said that because she thinks it's easiest for us?), but I will experiment and see how she likes it at our next meeting.
She wants this by 12/06 ... I'll post which chapters I used.
She wants this by 12/06 ... I'll post which chapters I used.
Sunday, November 13, 2005
Update
Currently working on:
- Editing my setForLoopTabitha problem set w/ modifications discussed in meeting on 11/7/05 EDIT -- DONE
- Begin working on Dr. Gotel's CS122 past exam -- putting some questions in WW
Ongoing concerns:
- How to italicize
Tuesday, November 08, 2005
spaces in webwork
To make a space appear in the output of the PG code do:
$SPACE or you can use (\ or (i haven't tried the last two)
A list of several other useful commands can be found on pg 25 of the newbie guide.
Note that $LQ and $RQ, used to make quotation marks, leaves a space after the " . This was a problem in one of the multiple choice questions I had written. Tabitha found the solution by doing ~~" instead of $LQ and $RQ.
-Eileen
$SPACE or you can use (\ or (i haven't tried the last two)
A list of several other useful commands can be found on pg 25 of the newbie guide.
Note that $LQ and $RQ, used to make quotation marks, leaves a space after the " . This was a problem in one of the multiple choice questions I had written. Tabitha found the solution by doing ~~" instead of $LQ and $RQ.
-Eileen
Wednesday, October 12, 2005
Welcome
Welcome!!!
This blog is going to be used by computer science professors and students at Pace University to document our experience with WeBWorK.
This blog is going to be used by computer science professors and students at Pace University to document our experience with WeBWorK.