Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor
Directory Listing
Revision
1395 -
Directory Listing
Modified
Tue Jul 15 19:36:25 2003 UTC (9 years, 10 months ago) by
gage
Added ShowAnswers.pm module which reads the log file of the students answers
Modifications to WeBWorK (dispatcher) and Problem (the Show Past Answer button
had to be redirected) were also made.
--Mike
Revision
1394 -
Directory Listing
Modified
Tue Jul 15 19:32:27 2003 UTC (9 years, 10 months ago) by
malsyned
Still more bug fixing. I think that should do it for the auxiliary
functions.
Revision
1393 -
Directory Listing
Modified
Tue Jul 15 19:08:18 2003 UTC (9 years, 10 months ago) by
malsyned
Lots of bug-fixing to auxiliary routines
Revision
1391 -
Directory Listing
Modified
Tue Jul 15 17:58:48 2003 UTC (9 years, 10 months ago) by
malsyned
Lots of bug-fixes
replaced all instances of "column" with the (much) more accurate "row"
Revision
1389 -
Directory Listing
Modified
Tue Jul 15 01:19:49 2003 UTC (9 years, 10 months ago) by
malsyned
And then I wrote comments
Revision
1388 -
Directory Listing
Modified
Tue Jul 15 01:15:58 2003 UTC (9 years, 10 months ago) by
malsyned
Finished the auxiliary functions.
Revision
1386 -
Directory Listing
Modified
Tue Jul 15 00:50:06 2003 UTC (9 years, 10 months ago) by
malsyned
Initial commit, containing support methods.
Revision
1381 -
Directory Listing
Modified
Mon Jul 14 15:29:40 2003 UTC (9 years, 10 months ago) by
gage
Changed error message for merge template display
--Mike
Revision
1376 -
Directory Listing
Modified
Sun Jul 13 19:22:50 2003 UTC (9 years, 10 months ago) by
gage
Some more initialization fixes. Still problems with the
best error reporting if merge file hasn't been found
or doesn't exist.
--Mike
Revision
1375 -
Directory Listing
Modified
Sun Jul 13 18:56:27 2003 UTC (9 years, 10 months ago) by
gage
Fixed some bugs where defaults were not always initialized.
--Mike
Revision
1373 -
Directory Listing
Modified
Sun Jul 13 18:32:46 2003 UTC (9 years, 10 months ago) by
gage
SendMail now works -- probably with lots of bugs and certainly
without enough features, particularly error checks. It's ready
for bug reports.
--Mike
Revision
1372 -
Directory Listing
Modified
Sun Jul 13 17:08:49 2003 UTC (9 years, 10 months ago) by
gage
Preview now works fairly well. Only the actual send mail action
needs to be implemented
Followed by bug fixes and assignments.
--Mike
Revision
1371 -
Directory Listing
Modified
Sat Jul 12 21:31:03 2003 UTC (9 years, 10 months ago) by
gage
backups work now. The list of merge files can be found.
To do:
1.. Get better list of students (with entire names)
2. Get view of merge file
3. Get preview working
--Mike
Revision
1370 -
Directory Listing
Modified
Sat Jul 12 19:04:25 2003 UTC (9 years, 10 months ago) by
gage
Save procedures are working pretty well although there
is no backup mechanism yet.
--Mike
Revision
1369 -
Directory Listing
Modified
Sat Jul 12 03:13:32 2003 UTC (9 years, 10 months ago) by
gage
Massive changes -- formatting is now much better.
Functionality is not yet there.
--Mike
Revision
1368 -
Directory Listing
Modified
Fri Jul 11 21:40:38 2003 UTC (9 years, 10 months ago) by
gage
First crack at writing a send mail script. Not at all functional
--Mike
Revision
1363 -
Directory Listing
Modified
Fri Jul 11 19:52:42 2003 UTC (9 years, 10 months ago) by
gage
Cosmetic changes to title
--Mike
Revision
1357 -
Directory Listing
Modified
Fri Jul 11 18:40:34 2003 UTC (9 years, 10 months ago) by
gage
More graceful failure if permissionlevel record is not defined.
--Mike
Revision
1352 -
Directory Listing
Modified
Fri Jul 11 16:58:09 2003 UTC (9 years, 10 months ago) by
gage
When editing a set header one can not save to a temporary file, (the
refresh button is gone) however you can make a permanent change and the
result is viewed from the ProblemSet.pm page listing the problems from
the set, together with the screen version of the set header.
--Mike
Revision
1348 -
Directory Listing
Modified
Fri Jul 11 13:47:27 2003 UTC (9 years, 10 months ago) by
gage
Added a link which allows editing of the setHeader
Refresh and Save don't yet work because they try to
access the set header as problem 0. One fix would
be to have Problem.pm display the setHeader whenever
it was asked to show problem 0. This involves a fair
amount of special case code. Is there are better way?
--Mike
Revision
1346 -
Directory Listing
Modified
Thu Jul 10 22:38:25 2003 UTC (9 years, 10 months ago) by
gage
Added bread crumbs to Assigner.pm -- changed set:1 to just 1 in
ProblemSetEditor -- I think this looks cleaner.
--Mike
Revision
1340 -
Directory Listing
Modified
Thu Jul 10 19:08:39 2003 UTC (9 years, 10 months ago) by
malsyned
You're not allowed to edit both the default and the user-specific fields
at the same time anymore. It was just too hard to keep straight
efficiently.
Revision
1338 -
Directory Listing
Modified
Thu Jul 10 17:42:52 2003 UTC (9 years, 10 months ago) by
malsyned
Fixed a bug in changing overrides
Revision
1324 -
Directory Listing
Modified
Tue Jul 8 22:39:15 2003 UTC (9 years, 10 months ago) by
malsyned
Removed unecessary warning
Revision
1323 -
Directory Listing
Modified
Tue Jul 8 22:36:48 2003 UTC (9 years, 10 months ago) by
malsyned
Fixed a bug in submitting changes to user-specific data.
Revision
1302 -
Directory Listing
Modified
Fri Jun 27 21:54:21 2003 UTC (9 years, 10 months ago) by
malsyned
Added the ability to get from the assigner page to the UserSet editor,
and from the UserSet editor to the UserProblem editor.
Revision
1301 -
Directory Listing
Modified
Fri Jun 27 21:39:35 2003 UTC (9 years, 10 months ago) by
malsyned
Added functionality to the assigner. You can now assign a set to an
individual student.
Revision
1295 -
Directory Listing
Modified
Fri Jun 27 15:43:06 2003 UTC (9 years, 10 months ago) by
gage
Added bread crumbs (path subroutine) along the top of each of these pages.
--Mike
Revision
1293 -
Directory Listing
Modified
Thu Jun 26 23:42:19 2003 UTC (9 years, 11 months ago) by
malsyned
The classlist editor now provides links to become each user.
Revision
1289 -
Directory Listing
Modified
Thu Jun 26 21:56:36 2003 UTC (9 years, 11 months ago) by
malsyned
You can now delete users
Revision
1261 -
Directory Listing
Modified
Tue Jun 24 00:55:28 2003 UTC (9 years, 11 months ago) by
malsyned
It is now possible to provide synonyms to drop-down lists associated
with database fields for backwards compatability.
Revision
1233 -
Directory Listing
Modified
Fri Jun 20 01:23:03 2003 UTC (9 years, 11 months ago) by
malsyned
Move towards more intelligent formatting and editing in Professor Pages,
starting with the UserList. The only current manefestation is that the
classlist fields are now formatted based on what they will contain.
Revision
1220 -
Directory Listing
Modified
Thu Jun 19 18:55:05 2003 UTC (9 years, 11 months ago) by
malsyned
Reworded the warning from the previous commit
Revision
1219 -
Directory Listing
Modified
Thu Jun 19 18:50:48 2003 UTC (9 years, 11 months ago) by
malsyned
Die if a user doesn't have a permission record (which should never
happen)
Revision
1218 -
Directory Listing
Modified
Thu Jun 19 18:39:02 2003 UTC (9 years, 11 months ago) by
malsyned
Hopefully a bugfix for an error Mike was getting with undefined values.
Revision
1214 -
Directory Listing
Modified
Thu Jun 19 00:15:31 2003 UTC (9 years, 11 months ago) by
malsyned
You can add new users. (You still have to set their password on the
command line, and you can't delete them yet).
Revision
1213 -
Directory Listing
Modified
Wed Jun 18 23:24:45 2003 UTC (9 years, 11 months ago) by
malsyned
Getting prettier
Revision
1212 -
Directory Listing
Modified
Wed Jun 18 23:16:02 2003 UTC (9 years, 11 months ago) by
malsyned
Warn less, work more.
Revision
1211 -
Directory Listing
Modified
Wed Jun 18 23:08:18 2003 UTC (9 years, 11 months ago) by
malsyned
You can now edit existing student records. Coming soon are a prettier
display, password resetting, and adding of new students.
Revision
1209 -
Directory Listing
Modified
Wed Jun 18 23:00:22 2003 UTC (9 years, 11 months ago) by
malsyned
Changed _s to .s
Revision
1198 -
Directory Listing
Modified
Wed Jun 18 16:35:53 2003 UTC (9 years, 11 months ago) by
sh002i
now sends editMode=savedFile if the "Save" button is pressed, and
doesn't send the "submit_button" parameter.
Revision
1186 -
Directory Listing
Modified
Tue Jun 17 19:28:04 2003 UTC (9 years, 11 months ago) by
gage
Added formatting
--Mike
Revision
1183 -
Directory Listing
Modified
Tue Jun 17 19:00:32 2003 UTC (9 years, 11 months ago) by
gage
Small modifications to correct warning messages when opening the temp
file.
-- Mike
Revision
1174 -
Directory Listing
Modified
Mon Jun 16 19:07:44 2003 UTC (9 years, 11 months ago) by
malsyned
This is the module for assigning sets to users.
-Dennis
Revision
1110 -
Directory Listing
Modified
Tue Jun 10 22:40:36 2003 UTC (9 years, 11 months ago) by
malsyned
Added the beginings of a classlist editor. It currently
only displays the class list in a form.
-Dennis
Revision
1106 -
Directory Listing
Modified
Tue Jun 10 18:37:39 2003 UTC (9 years, 11 months ago) by
malsyned
Removed a warning in WW1Hash.
Renamed a function with a confusing name: assignProblemToAllUsers =>
assignProblemToAllSetUsers.
-Dennis
Revision
1105 -
Directory Listing
Modified
Tue Jun 10 17:29:27 2003 UTC (9 years, 11 months ago) by
gage
Filter problem contents before saving to disk to handle line ending problems.
All occurences of \r\n and \r are replaced by \n.
Began improving the error messages if files cannot not be read.
Revision
1044 -
Directory Listing
Modified
Fri Jun 6 19:03:14 2003 UTC (9 years, 11 months ago) by
gage
Replacing hard coding of /webwork/ with $ce->{webworkURLs}->{root}
-- Mike
Revision
1027 -
Directory Listing
Modified
Thu Jun 5 19:34:38 2003 UTC (9 years, 11 months ago) by
malsyned
Now I'm exporting InitializeUserProblem
-Dennis
Revision
1023 -
Directory Listing
Modified
Thu Jun 5 14:39:49 2003 UTC (9 years, 11 months ago) by
gage
added =cut
near end of DB.pm file.
before
1;
(I thought I had already commited this????)
--Mike
Revision
1020 -
Directory Listing
Modified
Thu Jun 5 01:29:32 2003 UTC (9 years, 11 months ago) by
malsyned
Changed the way checking if a new set exists already happens.
-Dennis
Revision
1017 -
Directory Listing
Modified
Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by
malsyned
Instructor pages now only let instructors view and edit the database.
phew.
NOTE that there are new directives in global.conf.dist. You won't be
able to use the professor pages until you've made that change.
Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis
Revision
1015 -
Directory Listing
Modified
Wed Jun 4 20:19:27 2003 UTC (9 years, 11 months ago) by
malsyned
The UserList module now has a single button, "Assign to all users", that
does what it says it does. This should allow people to create new
problems and problem sets and edit them without ever needing the old
system, assuming that they are importing an existing course into
webwork2.
-Dennis
Revision
1014 -
Directory Listing
Modified
Wed Jun 4 18:41:51 2003 UTC (9 years, 11 months ago) by
malsyned
Fixed bugs.
-Dennis
Revision
1006 -
Directory Listing
Modified
Wed Jun 4 02:59:55 2003 UTC (9 years, 11 months ago) by
gage
Added ProblemList (from Dennis' folder) and committed it to CVS
--Mike
Revision
1005 -
Directory Listing
Modified
Wed Jun 4 00:34:56 2003 UTC (9 years, 11 months ago) by
malsyned
I split the instructor's Problem List editor off into a seperate page,
and added links to that page from a few others.
-Dennis
Revision
998 -
Directory Listing
Modified
Tue Jun 3 22:00:57 2003 UTC (9 years, 11 months ago) by
malsyned
really /really/ fixed the instructor pages to use the new URL scheme
-Dennis
Revision
996 -
Directory Listing
Modified
Tue Jun 3 21:59:25 2003 UTC (9 years, 11 months ago) by
malsyned
Really fixed the Instructor links to use the new URL scheme this time
-Dennis
Revision
995 -
Directory Listing
Modified
Tue Jun 3 21:07:37 2003 UTC (9 years, 11 months ago) by
malsyned
Efforts towards doing the Right Thing with the instructor URLs.
-Dennis
Revision
991 -
Directory Listing
Modified
Tue Jun 3 20:12:42 2003 UTC (9 years, 11 months ago) by
gage
The pgProblemEditor now looks for a global problem record if it cannot
find a global_user problem record.
-- Mike
Revision
983 -
Directory Listing
Modified
Tue Jun 3 17:48:35 2003 UTC (9 years, 11 months ago) by
malsyned
Changed explicit references to "/webwork" to the abstract
$ce->{webworkURLs}->{root}. If you've been hardcoding "/webwork" into
your URLs, you should take a look at the diff to this update to learn
the prefered method.
-Dennis
Revision
982 -
Directory Listing
Modified
Tue Jun 3 17:11:35 2003 UTC (9 years, 11 months ago) by
malsyned
Took out some hard-coded <tr>s. Shame on me.
-Dennis
Revision
981 -
Directory Listing
Modified
Tue Jun 3 00:28:28 2003 UTC (9 years, 11 months ago) by
gage
Replaced temporary values placed in $self->{ce}->{foo}
by $self->{foo} in order to avoid editing the course environment
unnecessarily. Fixes bug #35
--Mike
Revision
980 -
Directory Listing
Modified
Mon Jun 2 23:10:59 2003 UTC (9 years, 11 months ago) by
malsyned
Rearranged the order of functions in PGProblemEditor.pm
Removed an extraneous warning from ProblemSetEditor.pm
-Dennis
Revision
979 -
Directory Listing
Modified
Mon Jun 2 22:28:08 2003 UTC (9 years, 11 months ago) by
malsyned
Fix max in Util.pm
did some UI refactoring.
-Dennis
Revision
978 -
Directory Listing
Modified
Mon Jun 2 22:07:05 2003 UTC (9 years, 11 months ago) by
malsyned
There's no longer a seperate "Add Set" content generator. That form is
now right on the problem set list.
-Dennis
Revision
977 -
Directory Listing
Modified
Mon Jun 2 21:58:35 2003 UTC (9 years, 11 months ago) by
malsyned
Took out some unnecessary warns, both intentional and otherwise.
-Dennis
Revision
976 -
Directory Listing
Modified
Mon Jun 2 21:53:10 2003 UTC (9 years, 11 months ago) by
malsyned
You can now add new problems using a NeXT-style column view. Advanced.
-Dennis
Revision
968 -
Directory Listing
Modified
Mon Jun 2 18:58:42 2003 UTC (9 years, 11 months ago) by
malsyned
Fix a stupid bug from the last commit.
-Dennis
Revision
967 -
Directory Listing
Modified
Mon Jun 2 18:40:29 2003 UTC (9 years, 11 months ago) by
malsyned
You can delete problems now. Problem sets are the next thing.
Also, performed and apendectimy.
-Dennis
Revision
963 -
Directory Listing
Modified
Mon Jun 2 08:18:51 2003 UTC (9 years, 11 months ago) by
malsyned
Added the ability to add sets.
-Dennis
Revision
962 -
Directory Listing
Modified
Mon Jun 2 06:51:35 2003 UTC (9 years, 11 months ago) by
malsyned
Added problem editor links.
took out an unnecessary warning.
-Dennis
Revision
960 -
Directory Listing
Modified
Sat May 31 00:02:46 2003 UTC (9 years, 11 months ago) by
malsyned
A bug fix: the "attempted" record for a UserProblem is now calculated
from the num_correct and num_incorrect fields.
Send me feedback: should it be displayed in the table anyway, and just
not editable?
-Dennis
Revision
959 -
Directory Listing
Modified
Fri May 30 23:59:35 2003 UTC (9 years, 11 months ago) by
malsyned
The problem set editor now works for 0 users (global only) or 1 user.
Multi-user functionality is coming over the weekend.
To cause the editor to give you the ability to edit a student's record,
add editForStudent=name (where name is the student's login) to the
parameters sent to the ProblemSetEditor content generator.
Note that if you are using the GDBM backend, editing the "default"
professor records is the same as editing the global values, which can
surprise you if you're not ready for it.
-Dennis
Revision
957 -
Directory Listing
Modified
Fri May 30 21:37:03 2003 UTC (9 years, 11 months ago) by
malsyned
Added columns for user-specific problem fields. Saving back to the
database for user-specific data still doesn't happen yet.
-Dennis
Revision
955 -
Directory Listing
Modified
Fri May 30 18:52:48 2003 UTC (9 years, 11 months ago) by
malsyned
More speedup and consolidation.
-Dennis
Revision
954 -
Directory Listing
Modified
Fri May 30 18:17:06 2003 UTC (9 years, 11 months ago) by
malsyned
This time there aren't any of the bugs that there were before, and
probably not any new ones.
-Dennis
Revision
952 -
Directory Listing
Modified
Fri May 30 18:09:13 2003 UTC (9 years, 11 months ago) by
malsyned
Fixed a showstopping compile but that accidentally got into the last
commit. and consolidated some code.
-Dennis
Revision
951 -
Directory Listing
Modified
Fri May 30 18:05:41 2003 UTC (9 years, 11 months ago) by
malsyned
More changes to prevent unneccesary database requests
-Dennis
Revision
950 -
Directory Listing
Modified
Fri May 30 17:50:57 2003 UTC (9 years, 11 months ago) by
malsyned
Took out many many unneccessary database accesses.
-Dennis
Revision
947 -
Directory Listing
Modified
Fri May 30 00:27:27 2003 UTC (9 years, 11 months ago) by
malsyned
The set-specific data now displays the per-user override if the
editForUser param is set. It does not yet save changes back to the
database.
-Dennis
Revision
936 -
Directory Listing
Modified
Thu May 29 00:08:23 2003 UTC (9 years, 11 months ago) by
malsyned
Now you can save changes to problems
-dennis
Revision
935 -
Directory Listing
Modified
Wed May 28 21:28:08 2003 UTC (9 years, 11 months ago) by
malsyned
A start on the final version of the problem set editor. The code from
the previous version is still in the file as mike_body, becuase it will
be added in (with modifications) as the file progresses.
-Dennis
Revision
930 -
Directory Listing
Modified
Wed May 28 17:46:00 2003 UTC (9 years, 11 months ago) by
malsyned
*** empty log message ***
Revision
929 -
Directory Listing
Modified
Wed May 28 12:46:12 2003 UTC (9 years, 11 months ago) by
gage
Commented out debugging code in pgProblemEditor
--Mike
Revision
928 -
Directory Listing
Modified
Wed May 28 12:45:03 2003 UTC (9 years, 11 months ago) by
gage
The pgProblemEditor module now handles the seed and displayMode correctly.
-- Mike
Revision
925 -
Directory Listing
Modified
Wed May 28 03:30:45 2003 UTC (9 years, 11 months ago) by
gage
Problem Editor now creates a temporary file to edit (
adding .tmp to the file name)
Refresh causes a redirect to the Problem.pm with a GET command.
Some of the arguments are unnecessary and need to be cleaned up.
The seed and display mode in the problem editor are not properly
initialized from the problem set.
Problem.pm has been modified to check for these arguments and to read
the temporary source file, seed and displayMode. These are passed
through to a PG.pm object.
PG also needed to be modified so that the source_file and seed values
are overridden
Revision
924 -
Directory Listing
Modified
Wed May 28 01:38:55 2003 UTC (9 years, 11 months ago) by
malsyned
Added a helpful comment to Authz
Fixed bug #15 in hardcopy
Gave ProblemSetList the proper db calls, now that SQL databases are
working.
-Dennis
Revision
892 -
Directory Listing
Modified
Fri May 23 13:14:51 2003 UTC (10 years ago) by
gage
The script now reads takes the form data in problemContents
and displays it in a textarea form. If there is no problemContents
it reads from the file in template directory.
The script is called with .../instructor/pgProblemEditor/set10/prob1
I'm using the
current convention for labeling files in the template directory.
Using '10' for set10 will not work right at the moment. .pg
and the course template directory are combined with the path components
to determine the path to the file.
It remains to add the rest of the editing buttons and provide a method
for saving to the template file.
-- Mike
Revision
891 -
Directory Listing
Modified
Thu May 22 21:53:36 2003 UTC (10 years ago) by
malsyned
Code cleanups
--Dennis
Revision
889 -
Directory Listing
Modified
Thu May 22 21:40:23 2003 UTC (10 years ago) by
gage
Stub for PGProblemEditor which edits a .pg file
-- Mike
Revision
888 -
Directory Listing
Modified
Thu May 22 20:46:06 2003 UTC (10 years ago) by
malsyned
More "fix me" -> "FIXME:" Changes. It's what Sam + I grep for to see
what needs fixing.
-Dennis
Revision
887 -
Directory Listing
Modified
Thu May 22 20:44:03 2003 UTC (10 years ago) by
malsyned
Changed the string "fix me." in a comment to the industry standard
"FIXME:"
-Dennis
Revision
884 -
Directory Listing
Modified
Thu May 22 20:16:31 2003 UTC (10 years ago) by
gage
Editor now fills a blank textarea from the named problem set if
it exists.
There are a number of user interface issues to be tackled here.
The behavior is: if the textarea is empty and a setName is defined
then the textarea is filled from the setNAme.def file (eventually
it will be filled from the database ) This behavior will probably
not be transparent to the user.
Revision
883 -
Directory Listing
Modified
Thu May 22 20:14:58 2003 UTC (10 years ago) by
malsyned
Added sorting capability.
Squashed a bug in bug-detection ;-)
-Dennis
Revision
877 -
Directory Listing
Modified
Wed May 21 21:37:33 2003 UTC (10 years ago) by
malsyned
The problem set list has it's basic functionality working. It still
needs a lot of work, but it's usable as a gateway to the problem editor.
-Dennis
Revision
875 -
Directory Listing
Modified
Wed May 21 18:41:51 2003 UTC (10 years ago) by
gage
Factored some code into gatherInfo() method.
The three dates are now sticky
a problem address of the form /prob1.pg won't enter into the set def textarea
This solves the problem that the directory might not yet be defined (but not elegantly).
-- Mike
Revision
872 -
Directory Listing
Modified
Tue May 20 18:35:22 2003 UTC (10 years ago) by
gage
Added comments. There is still an annoying problem
that it is possible for the user to insert a problem
that has an empty directory address (e.g /prob3.pg, 1)
if they use "Choose problem" before ever using "Select set"
Viewing the entire set, saving the set and viewing individual problems from the local library (as opposed to the problem library on webhost) remain to be implemented.
-- Mike
Revision
869 -
Directory Listing
Modified
Tue May 20 02:37:44 2003 UTC (10 years ago) by
gage
The select set and the choose problem button now work fairly well.
There is a static link allowing you to view the last chosen problem
via the problem library at webhost. This works for now, but will break
if the class template file is out of sync with the template file used
by the "problem library" program at webhost.
The save button, which involves checking the syntax of the problem list has not been implemented. (There is code in profBuildProbSets to help with this.)
The view entire problem set (in pdf form) is not been implemented.
It should be possible to redirect this to the hardcopy feature somehow?
or to the PDF feature of the "problem library".
Other aspects of the user inface are still problematic. We'll need to
play with it for awhile to see which behaviors must be changed.
--Mike
Revision
868 -
Directory Listing
Modified
Mon May 19 21:02:19 2003 UTC (10 years ago) by
gage
Considerable progress has been made. The select definition button and
choose problem buttons work now, although the code needs to be de-crufted.
For some reason Safari will not recognize \r\n (newlines) in the textarea
although iCab does. What is the accepted way to enter text with newlines into
the data for a textarea?
The view problem button doesn't work yet. i want this to come up in a new window.
Must I use javaScript for this or is there another way to force a new target window
for the result of pusing the view problem button? How can one redirect to a particular
problem?
There is still considerable debugging code in this file.
--Mike
CVe: ----------------------------------------------------------------------
Revision
860 -
Directory Listing
Modified
Sun May 18 03:26:22 2003 UTC (10 years ago) by
gage
This is the shell of an editor which will construct a "set definition file".
It shows a list of the problems which are available in the templates
directory.
To do: 1 - Detect the selected setDirectory and display its problems. Currently
the setDirectory is permanently set to setAlgebra10Intervals.
2 - Implement the problem viewing action of the form
3 - Implement the save definition action of the form.
-- MIke
Revision
859 -
Directory Listing
Modified
Sun May 18 03:20:56 2003 UTC (10 years ago) by
gage
dded a link to the mock up of a problem set editor.
Revision
836 -
Directory Listing
Modified
Wed May 14 21:20:13 2003 UTC (10 years ago) by
malsyned
Removed the Professor content generator and link.
Made a little progress on ProblemSetList.
-Dennis
Revision
835 -
Directory Listing
Modified
Wed May 14 21:02:49 2003 UTC (10 years ago) by
malsyned
Fixed a typo
-Dennis
Revision
834 -
Directory Listing
Modified
Wed May 14 20:57:28 2003 UTC (10 years ago) by
malsyned
Added links to the old Professor pages.
-Dennis
Revision
832 -
Directory Listing
Modified
Wed May 14 20:28:18 2003 UTC (10 years ago) by
malsyned
Added shell code for the UserList and ProblemSetList
-Dennis
Revision
831 -
Directory Listing
Added
Wed May 14 18:44:54 2003 UTC (10 years ago) by
malsyned
Moved Instructor.pm to Instructor/Index.pm and made Instructor.pm an
abstract superclass of all the instructor pages.
-Dennis