[LON-CAPA-dev] lonparmset.pm

Gerd Kortemeyer lon-capa-dev@mail.lon-capa.org
Sat, 23 Feb 2002 20:50:49 -0500


This is a multi-part message in MIME format.
--------------623199FF40CE739C9BB4D605
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit



Robert McQueen wrote:

>
>
>    By "multipe inputs" I mean in the HTML sense where you either have a

> <select name=pscat multiple>

Your problems does not have anything to do with LON-CAPA in particular.

Your fields will come in in a different form than before when you use "multiple"
- don't have the specs here at home, but to find out, you could simply print all
$ENV{'form.(something)}

foreach $item (keys %ENV) {
   if ($item=~/^form/) { print $item.' - '.$ENV{$item}.'<br>'; }
}

to see what you all get for different submissions. Then go from there.

BTW, I don't think that there is ever a need to select a particular part in the
lonparmset selector section. You select "Due Date" and then down below in the
big table it shows you any duedate in any part - that's fine. Making sense?

- Gerd.


--------------623199FF40CE739C9BB4D605
Content-Type: text/x-vcard; charset=us-ascii;
 name="korte.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Gerd Kortemeyer
Content-Disposition: attachment;
 filename="korte.vcf"

begin:vcard 
n:Kortemeyer;Gerd
tel;fax:(517) 432-2175
tel;work:(517) 432-5468
x-mozilla-html:FALSE
url:http://www.lite.msu.edu/kortemeyer/
org:LITE Lab;DSME MSU
version:2.1
email;internet:korte@lite.msu.edu
title:Instructional Technology Specialist
adr;quoted-printable:;;123 North Kedzie Labs=0D=0AMichigan State University;East Lansing;MI;48824;USA
fn:Gerd Kortemeyer
end:vcard

--------------623199FF40CE739C9BB4D605--