$destdir/sequences/$key.sequence");
+ if ($cms eq 'webctce4' && $key ne 'Top') {
+ push @{$seqfiles}, "$seqtitle.sequence";
+ open(LOCFILE,">$destdir/sequences/$seqtitle.sequence");
+ } else {
+ push @{$seqfiles}, "$key.sequence";
+ open(LOCFILE,">$destdir/sequences/$key.sequence");
+ }
print LOCFILE $seqtext{$key};
close(LOCFILE);
- push @{$seqfiles}, "$key.sequence";
}
$count{$key}{page} ++;
$$total{page} += $count{$key}{page};
@@ -788,19 +1005,30 @@ sub build_structure {
}
sub make_structure {
- my ($cms,$key,$srcstem,$flag,$count,$timestamp,$boardnum,$hrefs,$pagecontents,$res,$type,$resinfo,$contitem,$uname,$cdom,$contcount,$packageflag) = @_;
+ my ($cms,$key,$srcstem,$flag,$count,$timestamp,$boardnum,$hrefs,$pagecontents,$res,$type,$file,$resinfo,$contitem,$uname,$cdom,$contcount,$packageflag,$contitemcount,$randompick,$title) = @_;
my $src ='';
- if (($cms eq 'angel' && $type eq 'FOLDER') || (($cms eq 'bb5' || $cms eq 'bb6') && ($$resinfo{$res}{'isfolder'} eq 'true') || ($key eq 'Top')) ) {
+ if (($cms eq 'angel5' && $type eq 'FOLDER') || (($cms eq 'bb5' || $cms eq 'bb6') && (($$resinfo{$res}{'isfolder'} eq 'true') || $key eq 'Top')) || ($cms eq 'webctce4' && $contitemcount > 0)) {
$src = $srcstem.'/sequences/'.$contitem.'.sequence';
+ if ($cms eq 'webctce4') {
+ $title =~ s|/+|_|g;
+ $title =~ s/\s+/_/g;
+ $title .= '_'.$contitem;
+ $src = $srcstem.'/sequences/'.$title.'.sequence';
+ }
$$flag{$key}{page} = 0;
$$flag{$key}{seq} = 1;
$$count{$key}{seq} ++;
- } elsif ($cms eq 'angel' && $type eq 'BOARD') {
+ } elsif ($cms eq 'webctce4' && $randompick) {
+ $src = $srcstem.'/sequences/'.$res.'.sequence';
+ $$flag{$key}{page} = 0;
+ $$flag{$key}{seq} = 1;
+ $$count{$key}{seq} ++;
+ } elsif ($cms eq 'angel5' && $type eq 'BOARD') {
$src = '/adm/'.$cdom.'/'.$uname.'/'.$$timestamp[$$boardnum{$res}].'/bulletinboard';
$$flag{$key}{page} = 0;
$$flag{$key}{board} = 1;
$$count{$key}{board} ++;
- } elsif ($cms eq 'angel' && $type eq "FILE") {
+ } elsif ($cms eq 'angel5' && $type eq "FILE") {
foreach my $file (@{$$hrefs{$res}}) {
unless ($file eq 'pg'.$res.'.htm') {
$src = $srcstem.'/resfiles/'.$res.'/'.$file;
@@ -808,10 +1036,10 @@ sub make_structure {
}
$$flag{$key}{page} = 0;
$$flag{$key}{file} = 1;
- } elsif ($cms eq 'angel' && (($type eq "PAGE") || ($type eq "LINK")) ) {
+ } elsif ($cms eq 'angel5' && (($type eq "PAGE") || ($type eq "LINK")) ) {
if ($$flag{$key}{page}) {
if ($$count{$key}{page} == -1) {
- print STDERR "Array index is -1, we shouldnt be here, key is $key, type is $type\n";
+ &Apache::lonnet::logthis("IMS Angel import error in array index for page: value = -1, resource is $key, type is $type.");
} else {
push @{$$pagecontents{$key}[$$count{$key}{page}]},$contitem;
}
@@ -838,6 +1066,32 @@ sub make_structure {
}
$$flag{$key}{seq} = 0;
}
+ } elsif ($cms eq 'webctce4') {
+ if ($type eq 'webctquiz') {
+ $src = $srcstem.'/pages/'.$res.'.page';
+ $$count{$key}{page} ++;
+ $$flag{$key}{seq} = 0;
+ } else {
+ if (grep/^$file$/,@{$$hrefs{$res}}) {
+ my $filename;
+ if ($file =~ m-/([^/]+)$-) {
+ $filename = $1;
+ }
+ $src = $srcstem.'/resfiles/'.$filename;
+ } else {
+ foreach my $file (@{$$hrefs{$res}}) {
+ my $filename;
+ if ($file =~ m-/my_files/(.+)$-) {
+ $filename = $1;
+ } elsif ($file =~ m-/([^/]+)$-) {
+ $filename = $1;
+ }
+ $src = $srcstem.'/resfiles/'.$filename;
+ }
+ }
+ $$flag{$key}{page} = 0;
+ $$flag{$key}{file} = 1;
+ }
}
return $src;
}
@@ -863,7 +1117,7 @@ sub process_specials {
pools => 'pools'
);
my %seqtitles = (
- boards => 'Course Bulletin Boards',
+ boards => 'Course Discussion Boards',
quizzes => 'Course Quizzes',
surveys => 'Course Surveys',
announcements => 'Course Announcements',
@@ -1079,12 +1333,12 @@ sub process_group {
# ---------------------------------------------------------------- Process Blackboard Staff
sub process_staff {
- my ($res,$docroot,$dirname,$destdir,$settings,$resrcfiles) = @_;
+ my ($res,$docroot,$destdir,$settings,$resrcfiles) = @_;
my $xmlfile = $docroot.'/'.$res.".dat";
my $filecount = 0;
my @state;
%{$$settings{name}} = ();
- %{$$settings{office}} = ();
+ %{$$settings{office}} = ();
my $p = HTML::Parser->new
(
@@ -1204,7 +1458,7 @@ sub process_staff {
Office Hours:
- $$settings{office}{hours}
+ $$settings{office}{hours}
|;
@@ -1237,7 +1491,7 @@ sub process_staff {
|;
if ( defined($$settings{image}) ) {
$staffentry .= qq|
-
+
|;
}
$staffentry .= qq|
@@ -1260,7 +1514,7 @@ $staffentry
# ---------------------------------------------------------------- Process Blackboard Links
sub process_link {
- my ($res,$docroot,$dirname,$destdir,$settings,$resrcfiles) = @_;
+ my ($res,$docroot,$destdir,$settings,$resrcfiles) = @_;
my $xmlfile = $docroot.'/'.$res.".dat";
my @state = ();
my $p = HTML::Parser->new
@@ -1275,7 +1529,7 @@ sub process_link {
} elsif ("@state" eq "EXTERNALLINK TEXTCOLOR") {
$$settings{textcolor} = $attr->{value};
} elsif ("@state" eq "EXTERNALLINK DESCRIPTION FLAGS ISHTML") {
- $$settings{ishtml} = $attr->{value};
+ $$settings{ishtml} = $attr->{value};
} elsif ("@state" eq "EXTERNALLINK FLAGS ISAVAILABLE" ) {
$$settings{isavailable} = $attr->{value};
} elsif ("@state" eq "EXTERNALLINK FLAGS LAUNCHINNEWWINDOW" ) {
@@ -1526,7 +1780,7 @@ sub process_db {
}
}
-# ---------------------------------------------------------------- Add Posting to Bulletin Board
+# ---------------------------------------------------------------- Add Posting to Discussion Board
sub addposting {
my ($symb,$contrib,$cdom,$crs)=@_;
my $status='';
@@ -1549,15 +1803,11 @@ sub addposting {
}
return $status;
}
-# ---------------------------------------------------------------- Process Blackboard Assessments - pools, quizzes, surveys
-sub process_assessment {
- my ($context,$res,$docroot,$container,$dirname,$destdir,$settings,$total,$udom,$uname,$pagesfiles,$sequencesfiles) = @_;
+
+sub parse_bb5_assessment {
+ my ($res,$docroot,$container,$settings,$allanswers,$allchoices,$allids) = @_;
my $xmlfile = $docroot.'/'.$res.".dat";
-# print "XML file is $xmlfile\n";
my @state = ();
- my @allids = ();
- my %allanswers = ();
- my %allchoices = ();
my $id; # the current question ID
my $answer_id; # the current answer ID
my %toptag = ( pool => 'POOL',
@@ -1603,9 +1853,9 @@ sub process_assessment {
}
if ("@state" eq "$toptag{$container} QUESTIONLIST QUESTION") {
$id = $attr->{id};
- push @allids, $id;
+ push @{$allids}, $id;
%{$$settings{$id}} = ();
- @{$allanswers{$id}} = ();
+ @{$$allanswers{$id}} = ();
$$settings{$id}{class} = $attr->{class};
unless ($container eq "pool") {
$$settings{$id}{points} = $attr->{points};
@@ -1615,7 +1865,7 @@ sub process_assessment {
$id = $attr->{id};
} elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "BODY") && ($state[3] eq "FLAGS") ) {
if ($state[4] eq "ISHTML") {
- $$settings{$id}{html} = $attr->{value};
+ $$settings{$id}{ishtml} = $attr->{value};
} elsif ($state[4] eq "ISNEWLINELITERAL") {
$$settings{$id}{newline} = $attr->{value};
}
@@ -1627,7 +1877,7 @@ sub process_assessment {
$$settings{$id}{name} = $attr->{name};
} elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[-1] eq "ANSWER") ) {
$answer_id = $attr->{id};
- push @{$allanswers{$id}},$answer_id;
+ push @{$$allanswers{$id}},$answer_id;
%{$$settings{$id}{$answer_id}} = ();
$$settings{$id}{$answer_id}{position} = $attr->{position};
if ($$settings{$id}{class} eq 'QUESTION_MATCH') {
@@ -1636,7 +1886,7 @@ sub process_assessment {
}
} elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[-1] eq "CHOICE") ) {
$answer_id = $attr->{id};
- push @{$allchoices{$id}},$answer_id;
+ push @{$$allchoices{$id}},$answer_id;
%{$$settings{$id}{$answer_id}} = ();
$$settings{$id}{$answer_id}{position} = $attr->{position};
$$settings{$id}{$answer_id}{placement} = $attr->{placement};
@@ -1671,6 +1921,8 @@ sub process_assessment {
text_h =>
[sub {
my ($text) = @_;
+ $text =~ s/^\s+//g;
+ $text =~ s/\s+$//g;
unless ($container eq "pool") {
if ("@state" eq "ASSESSMENT DESCRIPTION TEXT") {
$$settings{description} = $text;
@@ -1678,16 +1930,26 @@ sub process_assessment {
$$settings{instructions}{text} = $text;
}
}
- if ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "BODY") && ($state[3] eq "TEXT") ) {
- $$settings{$id}{text} = $text;
- } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "ANSWER") && ($state[3] eq "TEXT") ) {
- $$settings{$id}{$answer_id}{text} = $text;
- } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "CHOICE") && ($state[3] eq "TEXT") ) {
- $$settings{$id}{$answer_id}{text} = $text;
- } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "GRADABLE") && ($state[3] eq "FEEDBACK_WHEN_CORRECT") ) {
- $$settings{$id}{feedback_corr} = $text;
- } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "GRADABLE") && ($state[3] eq "FEEDBACK_WHEN_INCORRECT") ) {
- $$settings{$id}{feedback_incorr} = $text;
+ if ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "BODY") && ($state[-1] eq "TEXT") ) {
+ unless ($text eq '') {
+ $$settings{$id}{text} = $text;
+ }
+ } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "ANSWER") && ($state[-1] eq "TEXT") ) {
+ unless ($text eq '') {
+ $$settings{$id}{$answer_id}{text} = $text;
+ }
+ } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "CHOICE") && ($state[-1] eq "TEXT") ) {
+ unless ($text eq '') {
+ $$settings{$id}{$answer_id}{text} = $text;
+ }
+ } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "GRADABLE") && ($state[-1] eq "FEEDBACK_WHEN_CORRECT") ) {
+ unless ($text eq '') {
+ $$settings{$id}{feedback_corr} = $text;
+ }
+ } elsif ( ($state[0] eq $toptag{$container}) && ($state[1] =~ m/^QUESTION_(\w+)$/) && ($state[2] eq "GRADABLE") && ($state[-1] eq "FEEDBACK_WHEN_INCORRECT") ) {
+ unless ($text eq '') {
+ $$settings{$id}{feedback_incorr} = $text;
+ }
}
}, "dtext"],
end_h =>
@@ -1697,73 +1959,1495 @@ sub process_assessment {
}, "tagname"],
);
$p->unbroken_text(1);
+ $p->marked_sections(1);
$p->parse_file($xmlfile);
$p->eof;
+}
- my $dirtitle = $$settings{'title'};
- $dirtitle =~ s/\W//g;
- $dirtitle .= '_'.$res;
- if (!-e "$destdir/problems") {
- mkdir("$destdir/problems",0755);
+sub parse_bb6_assessment {
+ my ($res,$docroot,$container,$settings,$allids) = @_;
+ my $xmlfile = $docroot.'/'.$res.".dat";
+ my @state = ();
+ my $id; # the current question ID
+ my $response; # the current response ID
+ my $foil; # the current foil ID
+ my $numchoice; # the current right match choice;
+ my $labelcount; # the current count of choices for a matching item.
+ my $curr_shuffle;
+ my $curr_class; # the current question type
+ my $curr_matchitem;
+ my $curr_block_type; # the current block type
+ my $curr_flow; # the current flow class attribute
+ my $curr_flow_mat; # the current flow_mat class attribute
+ my $curr_feedback_type; # the current feedback type
+ my $numorder; # counter for ordering type questions
+
+ my $itemfrag = "questestinterop assessment section item";
+ my $presfrag = "$itemfrag presentation flow flow";
+ my $blockflow = 'flow';
+ my $responselid;
+ my $instructionfrag = "questestinterop assessment presentation_material flow_mat material";
+ my $feedbackfrag = "$itemfrag itemfeedback";
+ my $feedback_tag = '';
+ my $responselid;
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ push @state, $tagname;
+ if ("@state" eq "questestinterop assessment") {
+ $$settings{title} = $attr->{title};
+ }
+ if ("@state" eq "questestinterop assessment rubric flow_mat material mat_extension mat_formattedtext") {
+ $$settings{description}{texttype} = $attr->{type};
+ }
+ if ("@state" eq $presfrag) {
+ if ($attr->{class} eq 'QUESTION_BLOCK') {
+ $curr_block_type = 'question';
+ } elsif ($attr->{class} eq 'RESPONSE_BLOCK') {
+ $curr_block_type = 'response';
+ if ($curr_class eq 'Matching') {
+ $responselid = 'flow response_lid';
+ } else {
+ $responselid = 'response_lid';
+ }
+ } elsif (($attr->{class} eq 'RIGHT_MATCH_BLOCK')) {
+ $numchoice = 0;
+ $curr_block_type = 'rightmatch';
+ }
+ }
+ if ("@state" eq "$presfrag flow") {
+ if (($curr_block_type =~ /^rightmatch/) && ($attr->{class} eq 'Block')) {
+ $curr_block_type = 'rightmatch'.$numchoice;
+ $numchoice ++;
+ }
+ }
+ if ($state[-1] eq 'flow') {
+ $curr_flow = $attr->{class};
+ }
+ if ($state[-1] eq 'flow_mat') {
+ $curr_flow_mat = $attr->{class};
+ }
+ if ("@state" eq "$presfrag $blockflow material mat_extension mat_formattedtext") {
+ $$settings{$id}{$curr_block_type}{texttype} = $attr->{texttype};
+ }
+ if ("@state" eq "$presfrag $blockflow material matapplication") {
+ $$settings{$id}{$curr_block_type}{image} = $attr->{uri};
+ $$settings{$id}{$curr_block_type}{style} = $attr->{embedded};
+ $$settings{$id}{$curr_block_type}{label} = $attr->{label};
+ }
+ if ("@state" eq "$presfrag $blockflow material mattext") {
+ $$settings{$id}{$curr_block_type}{link} = $attr->{uri};
+ }
+ if ("@state" eq "$presfrag $responselid") {
+ $response = $attr->{ident};
+ $labelcount = 0;
+ if ($curr_class eq 'Matching') {
+ push(@{$$settings{$id}{answers}},$response);
+ %{$$settings{$id}{$response}} = ();
+ foreach my $key (keys(%{$$settings{$id}{$curr_block_type}})) {
+ $$settings{$id}{$response}{$key} = $$settings{$id}{$curr_block_type}{$key};
+ }
+ %{$$settings{$id}{$curr_block_type}} = ();
+ }
+ }
+ if ("@state" eq "$presfrag $responselid render_choice") {
+ $curr_shuffle = $attr->{shuffle};
+ }
+ if ("@state" eq "$presfrag $responselid render_choice flow_label response_label") {
+ $foil = $attr->{ident};
+ %{$$settings{$id}{$foil}} = ();
+ $$settings{$id}{$foil}{randomize} = $curr_shuffle;
+ unless ($curr_class eq 'Essay'){
+ if ($curr_class eq 'Matching') {
+ push(@{$$settings{$id}{$response}{items}},$foil);
+ $$settings{$id}{$foil}{order} = $labelcount;
+ $labelcount ++;
+ } else {
+ push(@{$$settings{$id}{answers}},$foil);
+ @{$$settings{$id}{correctanswer}} = ();
+ }
+ }
+ }
+ if ("@state" eq "$presfrag $responselid render_choice flow_label response_label flow_mat material matapplication") {
+ $$settings{$id}{$foil}{filetype} = $attr->{embedded};
+ $$settings{$id}{$foil}{label} = $attr->{label};
+ $$settings{$id}{$foil}{uri} = $attr->{uri};
+ }
+ if ("@state" eq "$presfrag $responselid render_choice flow_label response_label flow_mat material mattext") {
+ $$settings{$id}{$foil}{link} = $attr->{uri};
+ }
+ if ("@state" eq "questestinterop assessment section item resprocessing") {
+ if ($curr_class eq 'Matching') {
+ $$settings{$id}{allchoices} = $numchoice;
+ }
+ }
+ if ("@state" eq "questestinterop assessment section item resprocessing respcondition conditionvar varequal") {
+ if ($curr_class eq 'Matching') {
+ $curr_matchitem = $attr->{respident};
+ }
+ }
+ if ("@state" eq $feedbackfrag) {
+ $curr_feedback_type = $attr->{ident};
+ $feedback_tag = "";
+ }
+ if ("@state" eq "$feedbackfrag solution") {
+ $curr_feedback_type = 'solution';
+ $feedback_tag = "solution solutionmaterial";
+ }
+ if ("@state" eq "$feedbackfrag $feedback_tag flow_mat flow_mat material matapplication") {
+ $$settings{$id}{$curr_feedback_type.'feedback'}{filetype} = $attr->{'embedded'};
+ $$settings{$id}{$curr_feedback_type.'feedback'}{label} = $attr->{label};
+ $$settings{$id}{$curr_feedback_type.'feedback'}{uri} = $attr->{uri};
+ }
+ if ("@state" eq "$feedbackfrag $feedback_tag flow_mat flow_mat material mattext") {
+ $$settings{$id}{$curr_feedback_type.'feedback'}{link} = $attr->{uri};
+ }
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ $text =~ s/^\s+//g;
+ $text =~ s/\s+$//g;
+ if ("@state" eq "questestinterop assessment rubric flow_mat material mat_extension mat_formattedtext") {
+ $$settings{description}{text} = $text;
+ }
+ if ("@state" eq "questestinterop assessment rubric flow_mat material mattext") {
+ $$settings{description}{text} = $text;
+ }
+ if ("@state" eq "$instructionfrag mat_extension mat_formattedtext") {
+ $$settings{instructions}{text} = $text;
+ }
+ if ("@state" eq "$instructionfrag mattext") {
+ $$settings{instructions}{text} = $text;
+ }
+ if ("@state" eq "questestinterop assessment section item itemmetadata bbmd_asi_object_id") {
+ $id = $text;
+ push @{$allids}, $id;
+ %{$$settings{$id}} = ();
+ @{$$settings{$id}{answers}} = ();
+ %{$$settings{$id}{question}} = ();
+ %{$$settings{$id}{correctfeedback}} = ();
+ %{$$settings{$id}{incorrectfeedback}} = ();
+ %{$$settings{$id}{solutionfeedback}} = ();
+ }
+ if ("@state" eq "questestinterop assessment section item itemmetadata bbmd_questiontype") {
+ $$settings{$id}{class} = $text;
+ $curr_class = $text;
+ if ($curr_class eq 'Matching') {
+ $blockflow = 'flow flow';
+ } else {
+ $blockflow = 'flow';
+ }
+ }
+ if ("@state" eq "$presfrag $blockflow material mat_extension mat_formattedtext") {
+ $$settings{$id}{$curr_block_type}{text} = $text;
+ }
+ if ("@state" eq "$presfrag $blockflow material mattext") {
+ if ($curr_flow eq 'LINK_BLOCK') {
+ $$settings{$id}{$curr_block_type}{linkname} = $text;
+ } elsif ($curr_flow eq 'FORMATTED_TEXT_BLOCK') {
+ $$settings{$id}{$curr_block_type}{text} = $text;
+ }
+ }
+ if ("@state" eq "$presfrag $responselid render_choice flow_label response_label flow_mat material mat_extension mat_formattedtext") {
+ $$settings{$id}{$foil}{text} = $text;
+ }
+ if ("@state" eq "$presfrag $responselid render_choice flow_label response_label flow_mat material mattext") {
+ if ($curr_flow_mat eq 'LINK_BLOCK') {
+ $$settings{$id}{$foil}{linkname} = $text;
+ } else {
+ $$settings{$id}{$foil}{text} = $text;
+ }
+ }
+ if ("@state" eq "questestinterop assessment section item resprocessing respcondition conditionvar varequal") {
+ if ($curr_class eq 'Matching') {
+ $$settings{$id}{$curr_matchitem}{correctanswer} = $text;
+ } else {
+ push(@{$$settings{$id}{correctanswer}},$text);
+ }
+ }
+ if ("@state" eq "questestinterop assessment section item resprocessing respcondition conditionvar") {
+ $numorder = 0;
+ }
+ if ("@state" eq "questestinterop assessment section item resprocessing respcondition conditionvar and varequal") {
+ push(@{$$settings{$id}{correctanswer}},$text);
+ if ($curr_class eq 'Ordering') {
+ $numorder ++;
+ $$settings{$id}{$text}{order} = $numorder;
+ }
+ }
+ if ("@state" eq "$feedbackfrag $feedback_tag flow_mat flow_mat material mat_extension mat_formattedtext") {
+ $$settings{$id}{$curr_feedback_type.'feedback'}{text} = $text;
+ }
+ if ("@state" eq "$feedbackfrag $feedback_tag flow_mat flow_mat material mattext") {
+ $$settings{$id}{$curr_feedback_type.'feedback'}{linkname} = $text;
+ }
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ pop @state;
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->marked_sections(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+ return;
+}
+
+sub parse_webctvista4_assessment {
+ my ($res,$docroot,$href,$allids,$qzparams) = @_;
+ my $xmlfile = $docroot.'/'.$href; #assessment file
+ my @state = ();
+ my $id; # the current question ID
+ my $fieldlabel; # the current qti metadata field label
+ my $outcome_id; # the current question ID for outcomes conditions
+ my $pname; # the current outcomes parameter name
+ my $numids = 0;
+ %{$$qzparams{$res}} = ();
+ %{$$qzparams{$res}{weight}} = ();
+
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ push @state, $tagname;
+ my @seq = ();
+ if ("@state" eq "questestinterop assessment") {
+ $$qzparams{$res}{id} = $attr->{'ident'};
+ $$qzparams{$res}{title} = $attr->{'title'};
+ }
+ if ("@state" eq "questestinterop assessment section itemref") {
+ $id = $attr->{linkrefid};
+ push(@{$allids},$id);
+ $numids ++;
+ }
+ if ("@state" eq "questestinterop assessment section selection_ordering order") {
+ $$qzparams{$res}{order_type} = $attr->{order_type};
+ }
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ if ("@state" eq "questestinterop assessment qtimetadata qtimetadatafield fieldlabel") {
+ $fieldlabel = $text;
+ }
+ if ("@state" eq "questestinterop assessment qtimetadata qtimetadatafield fieldentry") {
+ $$qzparams{$res}{$fieldlabel} = $text;
+ }
+ if ("@state" eq "questestinterop assessment section outcomes_processing objects_condition outcomes_metadata") {
+ $outcome_id = $text;
+ }
+ if ("@state" eq "questestinterop assessment section outcomes_processing objects_condition objects_parameter") {
+ if ($pname eq 'qmd_weighting') {
+ $$qzparams{$res}{weight}{$outcome_id} = $text;
+ }
+ }
+ if ("@state" eq "questestinterop assessment section selection_ordering selection selection_number") {
+ $$qzparams{$res}{numpick} = $text;
+ }
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ pop @state;
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+ unless(defined($$qzparams{$res}{numpick})) {
+ $$qzparams{$res}{numpick} = $numids;
+ }
+}
+
+sub parse_webctvista4_question {
+ my ($res,$docroot,$resources,$hrefs,$settings,$allquestids,$allanswers,$allchoices,$parent,$catinfo) = @_;
+ my $xmlfile = $docroot.'/'.$$resources{$res}{file};
+ my %classtypes = (
+ WCT_Calculated => 'numerical',
+ WCT_TrueFalse => 'multiplechoice',
+ WCT_ShortAnswer => 'shortanswer',
+ WCT_Paragraph => 'paragraph',
+ WCT_MultipleChoice => 'multiplechoice',
+ WCT_Matching => 'match',
+ WCT_JumbledSentence => 'jumbled',
+ WCT_FillInTheBlank => 'string',
+ WCT_Combination => 'combination'
+ );
+ my @state = ();
+ my $fieldlabel;
+ my %questiondata;
+ my $id; # the current question ID
+ my $list; # the current list ID for multiple choice questions
+ my $numid; # the current answer ID for numerical questions
+ my $grp; # the current group ID for matching questions
+ my $label; # the current reponse label for string questions
+ my $str_id; # the current string ID for string questions
+ my $unitid; # the current unit ID for numerical questions
+ my $answer_id; # the current answer ID
+ my $fdbk; # the current feedback ID
+ my $currvar; # the current variable for numerical problems
+ my $fibtype; # the current fill-in-blank type for numerical or string
+ my $prompt;
+ my $rows;
+ my $columns;
+ my $maxchars;
+ my %setvar = (
+ varname => '',
+ action => '',
+ );
+ my $currtexttype;
+ my $jumble_item;
+ my $numbox = 0;
+ my %str_answers = ();
+ my $textlabel;
+ my $currindex;
+ my %varinfo = ();
+ my $formula;
+ my $jumbnum = 0;
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ push @state, $tagname;
+ if ("@state" eq "questestinterop item") {
+ $id = $attr->{ident};
+ push(@{$allquestids},$id);
+ %{$$settings{$id}} = ();
+ %{$varinfo{$id}} = ();
+ @{$$allchoices{$id}} = ();
+ @{$$settings{$id}{grps}} = ();
+ @{$$settings{$id}{lists}} = ();
+ @{$$settings{$id}{feedback}} = ();
+ @{$$settings{$id}{str}} = ();
+ %{$$settings{$id}{strings}} = ();
+ @{$$settings{$id}{numids}} = ();
+ %{$$allanswers{$id}} = ();
+ $$settings{$id}{title} = $attr->{title};
+ }
+ if ("@state" eq "questestinterop item presentation flow material mat_extension webct:calculated webct:var") {
+ $currvar = $attr->{'webct:name'};
+ %{$varinfo{$id}{$currvar}} = ();
+ $varinfo{$id}{$currvar}{min} = $attr->{'webct:min'};
+ $varinfo{$id}{$currvar}{max} = $attr->{'webct:max'};
+ $varinfo{$id}{$currvar}{precision} = $attr->{'webct:precision'};
+ }
+ if ("@state" eq "questestinterop item presentation flow response_num") {
+ $numid = $attr->{ident};
+ push(@{$$settings{$id}{numids}},$numid);
+ %{$$settings{$id}{$numid}} = ();
+ %{$$settings{$id}{$numid}{vars}} = ();
+ @{$$settings{$id}{$numid}{units}} = ();
+ $$settings{$id}{$numid}{rcardinality} = $attr->{rcardinality};
+ $$settings{$id}{$numid}{formula} = $formula;
+ foreach my $var (keys(%{$varinfo{$id}})) {
+ %{$$settings{$id}{$numid}{vars}{$var}} = %{$varinfo{$id}{$var}};
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow material mat_extension webct:variable") {
+ $$settings{$id}{text} .= '['.$attr->{'webct:name'}.']';
+ }
+ if ("@state" eq "questestinterop item presentation flow material matimage") {
+ $$settings{$id}{image} = $attr->{uri};
+ }
+
+ if ("@state" eq "questestinterop item presentation flow material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{texttype} = $currtexttype;
+ if ($$settings{$id}{class} eq 'combination') {
+ if (exists($attr->{label})) {
+ $textlabel = $attr->{label};
+ } else {
+ $textlabel = '';
+ }
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid") {
+ $list = $attr->{ident};
+ push(@{$$settings{$id}{lists}},$list);
+ %{$$settings{$id}{$list}} = ();
+ @{$$allanswers{$id}{$list}} = ();
+ @{$$settings{$id}{$list}{correctanswer}} = ();
+ @{$$settings{$id}{$list}{jumbledtext}} = ();
+ @{$$settings{$id}{$list}{jumbledtype}} = ();
+ @{$$settings{$id}{$list}{jumbled}} = ();
+ $$settings{$id}{$list}{rcardinality} = $attr->{rcardinality};
+ }
+# Jumbled sentence
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object") {
+ $$settings{$id}{$list}{orientation} = $attr->{orientation};
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$list}{texttype} = $currtexttype;
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object response_label") {
+ $jumble_item = $attr->{ident};
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object response_label material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$list}{$jumble_item}{texttype} = $currtexttype;
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition") { # Jumbled
+ if ($$settings{$id}{class} eq 'jumbled') {
+ $jumbnum ++;
+ @{$$settings{$id}{$list}{jumbled}[$jumbnum]} = ();
+ }
+ }
+
+ if ("@state" eq "questestinterop item resprocessing respcondition conditionvar and varequal") { # Jumbled
+ $currindex = $attr->{index};
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice") {
+ $$settings{$id}{$list}{randomize} = $attr->{shuffle};
+ }
+# Multiple Choice, True/False and Combination
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice flow_label response_label") {
+ $answer_id = $attr->{ident};
+ push(@{$$allanswers{$id}{$list}},$answer_id);
+ %{$$settings{$id}{$list}{$answer_id}} = ();
+ }
+# True/False
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice flow_label response_label material mat_extension webct:localizable_mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$list}{$answer_id}{texttype} = $currtexttype;
+ }
+
+# Multiple Choice and Combination
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice flow_label response_label material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$list}{$answer_id}{texttype} = $currtexttype;
+ }
+
+# String, Shortanswer or Paragraph
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer') ||
+ ($$settings{$id}{class} eq 'paragraph')) {
+ if ("@state" eq "questestinterop item presentation flow response_str") {
+ $str_id = $attr->{ident};
+ %{$$settings{$id}{$str_id}} = ();
+ push(@{$$settings{$id}{str}},$str_id);
+ $$settings{$id}{$str_id}{rcardinality} = $attr->{rcardinality};
+ @{$$settings{$id}{$str_id}{labels}} = ();
+ %{$$settings{$id}{$str_id}{comparison}} = ();
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str material mattext") { # string
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$str_id}{texttype} = $currtexttype;
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str render_fib") {
+ $fibtype = $attr->{fibtype};
+ $prompt = $attr->{prompt};
+ $rows = $attr->{rows};
+ $columns = $attr->{columns};
+ $maxchars = $attr->{maxchars};
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str render_fib response_label") {
+ push(@{$$settings{$id}{$str_id}{labels}},$label);
+ @{$$settings{$id}{strings}{$str_id}} = ();
+ %{$$settings{$id}{$str_id}{$label}} = ();
+ $$settings{$id}{$str_id}{$label}{fibtype} = $fibtype;
+ if ($$settings{$id}{class} eq 'string') {
+ $$settings{$id}{text} .= '________';
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str render_fib response_label material mattext") { # Paragraph
+ $textlabel = $attr->{label};
+ }
+# Matching
+ if ("@state" eq "questestinterop item presentation flow flow response_grp") {
+ $grp = $attr->{ident};
+ push(@{$$settings{$id}{grps}},$grp);
+ %{$$settings{$id}{$grp}} = ();
+ @{$$allanswers{$id}{$grp}} = ();
+ @{$$settings{$id}{$grp}{correctanswer}} = ();
+ $$settings{$id}{$grp}{rcardinality} = $attr->{rcardinality};
+ }
+ if ("@state" eq "questestinterop item presentation flow flow response_grp material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$grp}{texttype} = $currtexttype;
+ }
+ if ("@state" eq "questestinterop item presentation flow flow response_grp render_choice flow_label response_label") {
+ $answer_id = $attr->{ident};
+ push(@{$$allanswers{$id}{$grp}},$answer_id);
+ %{$$settings{$id}{$grp}{$answer_id}} = ();
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$grp}{$answer_id}{texttype} = $currtexttype;
+ }
+# Multiple choice or combination or string or match
+ if ("@state" eq "questestinterop item resprocessing respcondition conditionvar varequal") {
+ if (($$settings{$id}{class} eq 'multiplechoice') ||
+ ($$settings{$id}{class} eq 'combination')) {
+ $list = $attr->{respident};
+ } elsif (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ $label = $attr->{respident};
+ $$settings{$id}{$label}{case} = $attr->{'case'};
+ } elsif ($$settings{$id}{class} eq 'match') {
+ $grp = $attr->{respident};
+ }
+ }
+ if ("@state" eq "questestinterop item resprocessing") {
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ foreach my $str_id (@{$$settings{$id}{str}}) {
+ @{$str_answers{$str_id}} = ();
+ }
+ }
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition") {
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ $numbox ++;
+ }
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition setvar") {
+ foreach my $key (keys(%{$attr})) {
+ $setvar{$key} = $attr->{$key};
+ }
+ }
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ if (("@state" eq "questestinterop item resprocessing respcondition conditionvar or varsubset") || ("@state" eq "questestinterop item resprocessing respcondition conditionvar varsubset")) {
+ $str_id = $attr->{respident};
+ $$settings{$id}{$str_id}{case} = $attr->{case};
+ }
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition conditionvar and varsubset") {
+ $list = $attr->{respident};
+ }
+# Numerical
+ if ("@state" eq "questestinterop item resprocessing itemproc_extension webct:calculated_answer") {
+ $numid = $attr->{respident};
+ $$settings{$id}{$numid}{toltype} = $attr->{'webct:toleranceType'};
+ $$settings{$id}{$numid}{tolerance} = $attr->{'webct:tolerance'};
+ }
+ if ("@state" eq "questestinterop item resprocessing itemproc_extension unit_eval conditionvar varequal") {
+ $unitid = $attr->{respident};
+ %{$$settings{$id}{$numid}{$unitid}} = ();
+ push(@{$$settings{$id}{$numid}{units}},$unitid);
+ $$settings{$id}{$numid}{$unitid}{case} = $attr->{case};
+ }
+# Feedback
+ if ("@state" eq "questestinterop item respcondition displayfeedback") {
+ $fdbk = $attr->{linkrefid};
+ push(@{$$settings{$id}{feedback}},$fdbk);
+ $$settings{$id}{$fdbk} = ();
+ $$settings{$id}{$fdbk}{feedbacktype} = $attr->{feedbacktype};
+ }
+ if ("@state" eq "questestinterop item itemfeedback") {
+ $fdbk = $attr->{ident};
+ push(@{$$settings{$id}{feedback}},$fdbk);
+ $$settings{$id}{$fdbk}{view} = $attr->{view};
+ }
+ if ("@state" eq "questestinterop item itemfeedback material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$fdbk}{texttype} = $currtexttype;
+ }
+ if ("@state" eq "questestinterop item itemfeedback solution solutionmaterial material mattext") {
+ $currtexttype = lc($attr->{texttype});
+ $$settings{$id}{$fdbk}{texttype} = $currtexttype;
+ }
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ if ($currtexttype eq '/text/html') {
+ $text =~ s#(<img\ssrc=")([^"]+)">#$1../resfiles/$2#g;
+ }
+ if ("@state" eq "questestinterop item itemmetadata qtimetadata qtimetadatafield fieldlabel") {
+ $fieldlabel = $text;
+ }
+ if ("@state" eq "questestinterop item itemmetadata qtimetadata qtimetadatafield fieldentry") {
+ $questiondata{$fieldlabel} = $text;
+ if ($fieldlabel eq 'wct_questiontype') {
+ $$settings{$id}{class} = $classtypes{$text};
+ } elsif ($fieldlabel eq 'wct_questioncategory') {
+ $$settings{$id}{category} = $text;
+ unless(exists($$catinfo{$text})) {
+ %{$$catinfo{$text}} = ();
+ $$catinfo{$text}{title} = $text;
+ }
+ push(@{$$catinfo{$text}{contents}},$id);
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow material mat_extension webct:calculated webct:formula") {
+ $formula = $text;
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str material mattext") {
+ $$settings{$id}{$str_id}{text} = $text;
+ }
+ if ("@state" eq "questestinterop item presentation flow response_str render_fib response_label material mattext") { # Paragraph
+ if ($textlabel eq 'PRE_FILL_ANSWER') {
+ $$settings{$id}{$str_id}{$label}{$textlabel} = $text;
+ }
+ }
+# Matching
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice flow_label response_label material mattext") {
+ $$settings{$id}{$list}{$answer_id}{text} .= $text;
+ }
+# Multiple choice, True/False, Combination
+ if ("@state" eq "questestinterop item presentation flow response_lid render_choice flow_label response_label material mat_extension webct:localizable_mattext") {
+ $$settings{$id}{$list}{$answer_id}{text} = $text;
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object material mattext") {
+ push(@{$$settings{$id}{$list}{jumbledtext}},$text);
+ push(@{$$settings{$id}{$list}{jumbledtype}},'No');
+ }
+ if ("@state" eq "questestinterop item presentation flow response_lid render_extension ims_render_object response_label material mattext") {
+ $$settings{$id}{$list}{$jumble_item}{text} = $text;
+ push(@{$$settings{$id}{$list}{jumbledtext}},$text);
+ push(@{$$settings{$id}{$list}{jumbledtype}},'Yes');
+ }
+ if ("@state" eq "questestinterop item presentation flow material mattext") {
+ $$settings{$id}{text} .= $text;
+ if ($$settings{$id}{class} eq 'combination') {
+ if ($textlabel =~ /^wct_question_label_\d+$/) {
+ $$settings{$id}{text} .= ' ';
+ }
+ if ($textlabel =~ /^wct_cmc_single_answer\d+$/) {
+ $$settings{$id}{text} .= ' ';
+ }
+ }
+ }
+# Matching
+ if ("@state" eq "questestinterop item presentation flow flow response_grp material mattext") {
+ $$settings{$id}{$grp}{text} = $text;
+ unless ($text eq '') {
+ push(@{$$allchoices{$id}},$grp);
+ }
+ }
+ if ("@state" eq "questestinterop item presentation flow flow response_grp render_choice flow_label response_label material mattext") {
+ $$settings{$id}{$grp}{$answer_id}{text} = $text;
+ }
+# Numerical
+ if ("@state" eq "questestinterop item resprocessing itemproc_extension unit_eval conditionvar varequal") {
+ $$settings{$id}{$numid}{$unitid}{text} = $text;
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition conditionvar varequal") {
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ unless (grep/^$text$/,@{$str_answers{$str_id}}) {
+ push(@{$str_answers{$str_id}},$text);
+ $$settings{$id}{$str_id}{comparison}{$text} = $questiondata{'wct_comparison_type'.$numbox};
+ }
+ } else {
+ $answer_id = $text;
+ }
+ }
+ if (("@state" eq "questestinterop item resprocessing respcondition conditionvar or varsubset") || ("@state" eq "questestinterop item resprocessing respcondition conditionvar varsubset")) { # string
+ if (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ unless (grep/^$text$/,@{$str_answers{$str_id}}) {
+ push(@{$str_answers{$str_id}},$text);
+ $$settings{$id}{$str_id}{comparison}{$text} = $questiondata{'wct_comparison_type'.$numbox};
+ }
+ }
+ }
+
+ if ("@state" eq "questestinterop item resprocessing respcondition conditionvar and varequal") { # Jumbled
+ $$settings{$id}{$list}{jumbled}[$jumbnum][$currindex] = $text;
+ }
+ if ("@state" eq "questestinterop item resprocessing respcondition setvar") {
+ if ($setvar{varname} eq "SCORE") { # Multiple Choice, String or Match
+ if ($text =~ m/^[\d\.]+$/) {
+ if ($text > 0) {
+ if (($$settings{$id}{class} eq 'multiplechoice') ||
+ ($$settings{$id}{class} eq 'combination')) {
+ push(@{$$settings{$id}{$list}{correctanswer}},$answer_id);
+ } elsif (($$settings{$id}{class} eq 'string') ||
+ ($$settings{$id}{class} eq 'shortanswer')) {
+ foreach my $answer (@{$str_answers{$str_id}}) {
+ unless (grep/^$answer$/,@{$$settings{$id}{strings}{$str_id}}) {
+ push(@{$$settings{$id}{strings}{$str_id}},$answer);
+ }
+ }
+ } elsif ($$settings{$id}{class} eq 'match') {
+ push(@{$$settings{$id}{$grp}{correctanswer}},$answer_id);
+ }
+ }
+ }
+ }
+ }
+ if ("@state" eq "questestinterop item itemfeedback material mattext") {
+ $$settings{$id}{$fdbk}{text} = $text;
+ }
+ if ("@state" eq "questestinterop item itemfeedback solution solutionmaterial material mattext") {
+ $$settings{$id}{$fdbk}{text} = $text;
+ }
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ pop @state;
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+}
+
+sub parse_webct4_assessment {
+ my ($res,$docroot,$href,$container,$allids) = @_;
+ my $xmlfile = $docroot.'/'.$href; #quiz file
+ my @state = ();
+ my $id; # the current question ID
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ push @state, $tagname;
+ my $depth = 0;
+ my @seq = ();
+ if ("@state" eq "questestinterop assessment section itemref") {
+ $id = $attr->{linkrefid};
+ push(@{$allids},$id);
+ }
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ pop @state;
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+}
+
+sub parse_webct4_quizprops {
+ my ($res,$docroot,$href,$container,$qzparams) = @_;
+ my $xmlfile = $docroot.'/'.$href; #properties file
+ my @state = ();
+ %{$$qzparams{$res}} = ();
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ push @state, $tagname;
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ if ($state[0] eq 'properties' && $state[1] eq 'delivery') {
+ if ($state[2] eq 'time_available') {
+ $$qzparams{$res}{opendate} = $text;
+ } elsif ($state[2] eq 'time_due') {
+ $$qzparams{$res}{duedate} = $text;
+ } elsif ($state[3] eq 'max_attempt') {
+ $$qzparams{$res}{tries} = $text;
+ } elsif ($state[3] eq 'post_submission') {
+ $$qzparams{$res}{posts} = $text;
+ } elsif ($state[3] eq 'method') {
+ $$qzparams{$res}{method} = $text;
+ }
+ } elsif ($state[0] eq 'properties' && $state[1] eq 'processing') {
+ if ($state[2] eq 'scores' && $state[3] eq 'score') {
+ $$qzparams{$res}{weight} = $text;
+ } elsif ($state[2] eq 'selection' && $state[3] eq 'select') {
+ $$qzparams{$res}{numpick} = $text;
+ }
+ } elsif ($state[0] eq 'properties' && $state[1] eq 'result') {
+ if ($state[2] eq 'display_answer') {
+ $$qzparams{$res}{showanswer} = $text;
+ }
+ }
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ pop @state;
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+}
+
+sub parse_webct4_questionDB {
+ my ($docroot,$href,$catinfo,$settings,$allanswers,$allchoices,$allids) = @_;
+ my $xmlfile;
+ if ($href eq 'questiondb.xml') {
+ $xmlfile = $docroot.'/'.$href;
+ } else {
+ $href =~ s#[^/]+$##;
+ $xmlfile = $docroot.'/'.$href.'questionDB.xml'; #quizDB file
}
- if (!-e "$destdir/problems/$dirtitle") {
- mkdir("$destdir/problems/$dirtitle",0755);
+ my @state = ();
+ my $category; # the current category ID
+ my $id; # the current question ID
+ my $list; # the current list ID for multiple choice questions
+ my $numid; # the current answer ID for numerical questions
+ my $grp; # the current group ID for matching questions
+ my $label; # the current reponse label for string questions
+ my $str_id; # the current string ID for string questions
+ my $unitid; # the current unit ID for numerical questions
+ my $answer_id; # the current answer ID
+ my $fdbk; # the current feedback ID
+ my $currvar; # the current variable for numerical problems
+ my $fibtype; # the current fill-in-blank type for numerical or string
+ my $prompt;
+ my $boxnum;
+ my %setvar = (
+ varname => '',
+ action => '',
+ );
+ my $currtexttype;
+ my $currimagtype;
+ my $is_objectbank;
+ my $p = HTML::Parser->new
+ (
+ xml_mode => 1,
+ start_h =>
+ [sub {
+ my ($tagname, $attr) = @_;
+ if (("@state" eq "questestinterop") && ($tagname eq 'objectbank')) {
+ $is_objectbank = 1;
+ } else {
+ push @state, $tagname;
+ }
+ if ("@state" eq "questestinterop section") {
+ $category = $attr->{ident};
+ %{$$catinfo{$category}} = ();
+ $$catinfo{$category}{title} = $attr->{title};
+ }
+ if ("@state" eq "questestinterop section item") {
+ $id = $attr->{ident};
+ push @{$allids}, $id;
+ push(@{$$catinfo{$category}{contents}},$id);
+ %{$$settings{$id}} = ();
+ @{$$allchoices{$id}} = ();
+ @{$$settings{$id}{grps}} = ();
+ @{$$settings{$id}{lists}} = ();
+ @{$$settings{$id}{feedback}} = ();
+ @{$$settings{$id}{str}} = ();
+ %{$$settings{$id}{strings}} = ();
+ @{$$settings{$id}{numids}} = ();
+ @{$$settings{$id}{boxes}} = ();
+ %{$$allanswers{$id}} = ();
+ $$settings{$id}{title} = $attr->{title};
+ $$settings{$id}{category} = $category;
+ $boxnum = 0;
+ }
+
+ if ("@state" eq "questestinterop section item presentation material mattext") {
+ $$settings{$id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ if ("@state" eq "questestinterop section item presentation material matimage") {
+ $$settings{$id}{imagtype} = $attr->{imagtype};
+ $currimagtype = $attr->{imagtype};
+ $$settings{$id}{uri} = $attr->{uri};
+ }
+
+# Matching
+ if ("@state" eq "questestinterop section item presentation response_grp") {
+ $$settings{$id}{class} = 'match';
+ $grp = $attr->{ident};
+ push(@{$$settings{$id}{grps}},$grp);
+ %{$$settings{$id}{$grp}} = ();
+ @{$$settings{$id}{$grp}{correctanswer}} = ();
+ $$settings{$id}{$grp}{rcardinality} = $attr->{rcardinality};
+ }
+ if ("@state" eq "questestinterop section item presentation response_grp material mattext") {
+ $$settings{$id}{$grp}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ if ("@state" eq "questestinterop section item presentation response_grp render_choice response_label") {
+ $answer_id = $attr->{ident};
+ push(@{$$allanswers{$id}{$grp}},$answer_id);
+ %{$$settings{$id}{$grp}{$answer_id}} = ();
+ $$settings{$id}{$grp}{$answer_id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+
+# Multiple choice
+
+ if ("@state" eq "questestinterop section item presentation flow material mattext") {
+ $$settings{$id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ if ("@state" eq "questestinterop section item presentation flow material matimage") {
+ $$settings{$id}{imagtype} = $attr->{imagtype};
+ $currimagtype = $attr->{imagtype};
+ $$settings{$id}{uri} = $attr->{uri};
+
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid") {
+ $$settings{$id}{class} = 'multiplechoice';
+ $list = $attr->{ident};
+ push(@{$$settings{$id}{lists}},$list);
+ %{$$settings{$id}{$list}} = ();
+ @{$$allanswers{$id}{$list}} = ();
+ @{$$settings{$id}{$list}{correctanswer}} = ();
+ $$settings{$id}{$list}{rcardinality} = $attr->{rcardinality};
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice") {
+ $$settings{$id}{$list}{randomize} = $attr->{shuffle};
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice flow_label response_label") {
+ $answer_id = $attr->{ident};
+ push(@{$$allanswers{$id}{$list}},$answer_id);
+ %{$$settings{$id}{$list}{$answer_id}} = ();
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice flow_label response_label material mattext") {
+ $$settings{$id}{$list}{$answer_id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice flow_label response_label flow_mat material mattext") {
+ $$settings{$id}{$list}{$answer_id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+
+# Numerical
+ if ("@state" eq "questestinterop section item presentation material mat_extension webct:x_webct_v01_dynamicmattext") {
+ $$settings{$id}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ if ("@state" eq "questestinterop section item presentation response_num") {
+ $$settings{$id}{class} = 'numerical';
+ $numid = $attr->{ident};
+ push(@{$$settings{$id}{numids}},$numid);
+ %{$$settings{$id}{$numid}} = ();
+ %{$$settings{$id}{$numid}{vars}} = ();
+ @{$$settings{$id}{$numid}{units}} = ();
+ $$settings{$id}{$numid}{rcardinality} = $attr->{rcardinality};
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_minvalue webct:x_webct_v01_variable") {
+ $currvar = $attr->{name};
+ %{$$settings{$id}{$numid}{vars}{$currvar}} = ();
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_maxvalue webct:x_webct_v01_variable") {
+ $currvar = $attr->{name};
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_decimalnum webct:x_webct_v01_variable") {
+ $currvar = $attr->{name};
+ }
+ if ("@state" eq "questestinterop section item presentation response_num render_fib") {
+ $fibtype = $attr->{fibtype};
+ $prompt = $attr->{prompt};
+ }
+ if ("@state" eq "questestinterop section item presentation response_num render_fib response_label") {
+ $$settings{$id}{$numid}{label} = $attr->{ident};
+ }
+
+# String or Numerical
+ if ("@state" eq "questestinterop section item presentation response_str") {
+ $str_id = $attr->{ident};
+ push(@{$$settings{$id}{str}},$str_id);
+ @{$$settings{$id}{boxes}[$boxnum]} = ();
+ $boxnum ++;
+ %{$$settings{$id}{$str_id}} = ();
+ @{$$settings{$id}{$str_id}{labels}} = ();
+ $$settings{$id}{$str_id}{rcardinality} = $attr->{rcardinality};
+ }
+
+ if ("@state" eq "questestinterop section item presentation response_str render_fib") {
+ $fibtype = $attr->{fibtype};
+ $prompt = $attr->{prompt};
+ }
+ if ("@state" eq "questestinterop section item presentation response_str render_fib response_label") {
+ $label = $attr->{ident};
+ push(@{$$settings{$id}{$str_id}{labels}},$label);
+ @{$$settings{$id}{strings}{$label}} = ();
+ %{$$settings{$id}{$str_id}{$label}} = ();
+ $$settings{$id}{$str_id}{$label}{fibtype} = $fibtype;
+ }
+
+# Numerical
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_anspresentation") {
+ $$settings{$id}{$numid}{digits} = $attr->{digits};
+ $$settings{$id}{$numid}{format} = $attr->{format};
+ }
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_anstolerance") {
+ $$settings{$id}{$numid}{toltype} = $attr->{type};
+ }
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_unit") {
+ $unitid = $attr->{ident};
+ %{$$settings{$id}{$numid}{$unitid}} = ();
+ push(@{$$settings{$id}{$numid}{units}},$unitid);
+ $$settings{$id}{$numid}{$unitid}{value} = $attr->{value};
+ $$settings{$id}{$numid}{$unitid}{space} = $attr->{space};
+ $$settings{$id}{$numid}{$unitid}{case} = $attr->{case};
+ }
+
+# Matching
+ if ("@state" eq "questestinterop section item resprocessing respcondition conditionvar varequal") {
+ if ($$settings{$id}{class} eq 'match') {
+ unless ($attr->{respident} eq 'WebCT_Incorrect') {
+ $grp = $attr->{respident};
+ }
+# String
+ } else {
+ $label = $attr->{respident};
+ $$settings{$id}{$label}{case} = $attr->{case};
+ }
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition setvar") {
+ foreach my $key (keys(%{$attr})) {
+ $setvar{$key} = $attr->{$key};
+ }
+ if ($setvar{varname} eq 'WebCT_Correct') {
+ push(@{$$settings{$id}{$grp}{correctanswer}},$answer_id);
+ }
+ }
+
+# String
+ if ("@state" eq "questestinterop section item resprocessing") {
+ $boxnum = -1;
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition") { $boxnum ++;
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition conditionvar varsubset") {
+ $$settings{$id}{class} = 'string';
+ $label = $attr->{respident};
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition conditionvar not") {
+ $$settings{$id}{class} = 'paragraph';
+ }
+
+
+# Feedback
+
+ if ("@state" eq "questestinterop section item respcondition displayfeedback") {
+ $fdbk = $attr->{linkrefid};
+ push(@{$$settings{$id}{feedback}},$fdbk);
+ $$settings{$id}{$fdbk} = ();
+ $$settings{$id}{$fdbk}{feedbacktype} = $attr->{feedbacktype};
+ }
+ if ("@state" eq "questestinterop section item itemfeedback") {
+ $fdbk = $attr->{ident};
+ push(@{$$settings{$id}{feedback}},$fdbk);
+ $$settings{$id}{$fdbk}{view} = $attr->{view};
+ }
+ if ("@state" eq "questestinterop section item itemfeedback material mattext") {
+ $$settings{$id}{$fdbk}{texttype} = $attr->{texttype};
+ $currtexttype = $attr->{texttype};
+ }
+ }, "tagname, attr"],
+ text_h =>
+ [sub {
+ my ($text) = @_;
+ if ($currtexttype eq '/text/html') {
+ $text =~ s#(<img\ssrc=")([^"]+)">#$1../resfiles/$2#g;
+ }
+ if ("@state" eq "questestinterop section item itemmetadata qmd_itemtype") {
+ $$settings{$id}{itemtype} = $text;
+ if ($text eq 'String') {
+ $$settings{$id}{class} = 'string';
+ }
+ }
+
+ if ("@state" eq "questestinterop section item presentation material mattext") {
+ $$settings{$id}{text} = $text;
+ }
+# Matching
+ if ("@state" eq "questestinterop section item presentation response_grp material mattext") {
+ $$settings{$id}{$grp}{text} = $text;
+ unless ($text eq '') {
+ push(@{$$allchoices{$id}},$grp);
+ }
+ }
+ if ("@state" eq "questestinterop section item presentation response_grp render_choice response_label material mattext") {
+ $$settings{$id}{$grp}{$answer_id}{text} = $text;
+ }
+
+# Multiple choice
+
+ if ("@state" eq "questestinterop section item presentation flow material mattext") {
+ $$settings{$id}{text} = $text;
+ }
+
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice flow_label response_label material mattext") {
+ $$settings{$id}{$list}{$answer_id}{text} = $text;
+ }
+ if ("@state" eq "questestinterop section item presentation flow response_lid render_choice flow_label response_label flow_mat material mattext") {
+ $$settings{$id}{$list}{$answer_id}{text} = $text;
+ }
+
+# Numerical
+ if ("@state" eq "questestinterop section item presentation material mat_extension webct:x_webct_v01_dynamicmattext") {
+ $$settings{$id}{text} = $text;
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_minvalue webct:x_webct_v01_variable") {
+ $$settings{$id}{$numid}{vars}{$currvar}{min} = $text;
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_maxvalue webct:x_webct_v01_variable") {
+ $$settings{$id}{$numid}{vars}{$currvar}{max} = $text;
+ }
+ if ("@state" eq "questestinterop section item presentation response_num material mat_extension webct:x_webct_v01_dynamicdata webct:x_webct_v01_datarange webct:x_webct_v01_decimalnum webct:x_webct_v01_variable") {
+ $$settings{$id}{$numid}{vars}{$currvar}{dec} = $text;
+ }
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_formula") {
+ $$settings{$id}{$numid}{formula} = $text;
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition conditionvar varequal") {
+ if ($$settings{$id}{class} eq 'string') {
+ unless (grep/^$text$/,@{$$settings{$id}{strings}{$label}}) {
+ push(@{$$settings{$id}{strings}{$label}},$text);
+ }
+ unless (grep/^$text$/,@{$$settings{$id}{boxes}[$boxnum]}) {
+ push(@{$$settings{$id}{boxes}[$boxnum]},$text);
+ }
+ } else {
+ $answer_id = $text;
+ }
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition conditionvar varsubset") { # String
+ unless (grep/^$text$/,@{$$settings{$id}{strings}{$label}}) {
+ push(@{$$settings{$id}{strings}{$label}},$text);
+ }
+ unless (grep/^$text$/,@{$$settings{$id}{boxes}[$boxnum]}) {
+ push(@{$$settings{$id}{boxes}[$boxnum]},$text);
+ }
+ }
+ if ("@state" eq "questestinterop section item resprocessing respcondition setvar") {
+ if ($setvar{varname} eq "answerValue") { # Multiple Choice WebCT4.0
+ if ($text =~ m/^\d+$/) {
+ if ($text > 0) {
+ push(@{$$settings{$id}{$list}{correctanswer}},$answer_id);
+ }
+ }
+ } elsif ($setvar{varname} eq "que_score") { # Multiple Choice WebCT4.1
+ if ($text =~ m/^\d+$/) {
+ if ($text > 0) {
+ push(@{$$settings{$id}{$list}{correctanswer}},$answer_id);
+ }
+ }
+ } elsif ($is_objectbank) { #Multiple Choice WebCT 4.1 D2L objectbank
+ if ($setvar{action} eq "Set") {
+ if ($text =~ /^\d+\.?\d*$/) {
+ if ($text > 0.000000001) {
+ push(@{$$settings{$id}{$list}{correctanswer}},$answer_id);
+ }
+ }
+ }
+ }
+ }
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_anstolerance") {
+ $$settings{$id}{$numid}{tolerance} = $text;
+ }
+ if ("@state" eq "questestinterop section item resprocessing itemproc_extension webct:x_webct_v01_autocalculate webct:x_webct_v01_unit") {
+ $$settings{$id}{$numid}{$unitid}{text} = $text;
+ }
+
+ if ("@state" eq "questestinterop section item itemfeedback material mattext") {
+ $$settings{$id}{$fdbk}{text} = $text;
+ }
+ }, "dtext"],
+ end_h =>
+ [sub {
+ my ($tagname) = @_;
+ if (("@state" eq "questestinterop") && ($tagname eq 'objectbank')) {
+ $is_objectbank = '';
+ } else {
+ pop @state;
+ }
+ }, "tagname"],
+ );
+ $p->unbroken_text(1);
+ $p->parse_file($xmlfile);
+ $p->eof;
+ my $boxcount;
+ foreach my $id (keys %{$settings}) {
+ if ($$settings{$id}{class} eq 'string') {
+ $boxcount = 0;
+ if (@{$$settings{$id}{boxes}} > 1) {
+ foreach my $str_id (@{$$settings{$id}{str}}) {
+ foreach my $label (@{$$settings{$id}{$str_id}{labels}}) {
+ @{$$settings{$id}{strings}{$label}} = @{$$settings{$id}{boxes}[$boxcount]};
+ $boxcount ++;
+ }
+ }
+ }
+ } elsif ($$settings{$id}{class} eq 'multiplechoice') {
+ if (ref($$settings{$id}) eq 'HASH') {
+ foreach my $list (keys(%{$$settings{$id}})) {
+ if (ref($$settings{$id}{$list}) eq 'HASH') {
+ if (defined($$settings{$id}{$list}{rcardinality})) {
+ if ($$settings{$id}{$list}{rcardinality} eq 'Multiple') {
+ if (ref($$settings{$id}{$list}{correctanswer}) eq 'ARRAY') {
+ if (@{$$settings{$id}{$list}{correctanswer}} == 1) {
+ $$settings{$id}{$list}{rcardinality} = 'Single';
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
}
- my $newdir = "$destdir/problems/$dirtitle";
+}
+
+sub process_assessment {
+ my ($cms,$context,$res,$docroot,$container,$dirname,$destdir,$settings,$total,$udom,$uname,$pagesfiles,$sequencesfiles,$randompicks,$dbparse,$resources,$items,$catinfo,$qzdbsettings,$hrefs,$allquestions) = @_;
+ my @allids = ();
+ my @allquestids = ();
+ my %allanswers = ();
+ my %allchoices = ();
+ my %qzparams = ();
+ my %alldbanswers = ();
+ my %alldbchoices = ();
+ my @alldbquestids = ();
+ my $containerdir;
+ my $newdir;
+ my $randompickflag = 0;
+ my ($cid,$cdom,$cnum);
+ if ($context eq 'DOCS') {
+ $cid = $env{'request.course.id'};
+ ($cdom,$cnum) = split/_/,$cid;
+ }
+ my $destresdir = $destdir;
+ if ($context eq 'CSTR') {
+ $destresdir =~ s|/home/$uname/public_html/|/res/$udom/$uname/|;
+ } elsif ($context eq 'DOCS') {
+ $destresdir =~ s|^/home/httpd/html/userfiles|/uploaded|;
+ }
+ if ($cms eq 'bb5') {
+ &parse_bb5_assessment($res,$docroot,$container,$settings,\%allanswers,\%allchoices,\@allids);
+ } elsif ($cms eq 'bb6') {
+ &parse_bb6_assessment($res,$docroot,$container,$settings,\@allids);
+ } elsif ($cms eq 'webctce4') {
+ unless($$dbparse) {
+ &parse_webct4_questionDB($docroot,$$resources{$res}{file},$catinfo,$qzdbsettings,\%alldbanswers,\%alldbchoices,\@alldbquestids);
+ &build_category_sequences($destdir,$catinfo,$sequencesfiles,$pagesfiles,$destresdir,$newdir,$cms,$total,$randompickflag,$context,$udom,$uname,$dirname,$cid,$cdom,$cnum,$qzdbsettings);
+ &write_webct4_questions($cms,\@alldbquestids,$context,$qzdbsettings,$dirname,\%alldbanswers,\%alldbchoices,$total,$cid,$cdom,$cnum,$destdir,$catinfo);
+ $$dbparse = 1;
+ }
+ &parse_webct4_assessment($res,$docroot,$$resources{$res}{file},$container,\@allids);
+ &parse_webct4_quizprops($res,$docroot,$$hrefs{$$items{$$resources{$res}{revitm}}{properties}}[0],$container,\%qzparams);
+ if (exists($qzparams{$res}{numpick})) {
+ if ($qzparams{$res}{numpick} < @allids) {
+ $$randompicks{$$resources{$res}{revitm}} = $qzparams{$res}{numpick};
+ $randompickflag = 1;
+ }
+ }
+ } elsif ($cms eq 'webctvista4') {
+ unless($$dbparse) {
+ foreach my $res (sort keys %{$allquestions}) {
+ my $parent = $$allquestions{$res};
+ &parse_webctvista4_question($res,$docroot,$resources,$hrefs,$qzdbsettings,\@allquestids,\%allanswers,\%allchoices,$parent,$catinfo);
+ }
+ &build_category_sequences($destdir,$catinfo,$sequencesfiles,$pagesfiles,$destresdir,$newdir,$cms,$total,$randompickflag,$context,$udom,$uname,$dirname,$cid,$cdom,$cnum,$qzdbsettings);
+ $$dbparse = 1;
+ }
+ &parse_webctvista4_assessment($res,$docroot,$$resources{$res}{file},\@allids,\%qzparams);
+ if ($qzparams{$res}{numpick} < @allids) {
+ $$randompicks{$$resources{$res}{revitm}} = $qzparams{$res}{numpick};
+ $randompickflag = 1;
+ }
+ }
+ my $dirtitle;
+ unless ($cms eq 'webctce4' || $cms eq 'webctvista4') {
+ $dirtitle = $$settings{'title'};
+ $dirtitle =~ s/\s+/_/g;
+ $dirtitle =~ s/:/_/g;
+ $dirtitle .= '_'.$res;
+ if (!-e "$destdir/problems") {
+ mkdir("$destdir/problems",0755);
+ }
+ if (!-e "$destdir/problems/$dirtitle") {
+ mkdir("$destdir/problems/$dirtitle",0755);
+ }
+ $newdir = "$destdir/problems/$dirtitle";
+ }
+
+ if ($cms eq 'webctce4') {
+ if (@allids > 0 && $allids[0] ne '') {
+ &build_problem_container($cms,$dirtitle,$destdir,$container,$res,$total,$sequencesfiles,$pagesfiles,$randompickflag,$context,\@allids,$udom,$uname,$dirname,\$containerdir,$cid,$cdom,$cnum,$catinfo,$qzdbsettings);
+ }
+ } else {
+ &build_problem_container($cms,$dirtitle,$destdir,$container,$res,$total,$sequencesfiles,$pagesfiles,$randompickflag,$context,\@allids,$udom,$uname,$dirname,\$containerdir,$cid,$cdom,$cnum,$catinfo,$qzdbsettings,\%qzparams);
+ }
+ if ($cms eq 'bb5') {
+ &write_bb5_questions(\@allids,$containerdir,$context,$settings,$dirname,$destdir,$res,\%allanswers,\%allchoices,$total,$newdir,$cid,$cdom,$cnum,$docroot);
+ } elsif ($cms eq 'bb6') {
+ &write_bb6_questions(\@allids,$containerdir,$context,$settings,$dirname,$destdir,$res,$total,$newdir,$cid,$cdom,$cnum,$docroot);
+ } elsif ($cms eq 'webctvista4') {
+ &write_webct4_questions($cms,\@allquestids,$context,$qzdbsettings,$dirname,\%allanswers,\%allchoices,$total,$cid,$cdom,$cnum,$destdir,$catinfo,$dirtitle);
+ }
+}
+
+sub build_category_sequences {
+ my ($destdir,$catinfo,$sequencesfiles,$pagesfiles,$destresdir,$newdir,$cms,$total,$randompickflag,$context,$udom,$uname,$dirname,$cid,$cdom,$cnum,$qzdbsettings) = @_;
+ if (!-e "$destdir/sequences") {
+ mkdir("$destdir/sequences",0755);
+ }
+ my $numcats = scalar(keys %{$catinfo});
+ my $curr_id = 0;
+ my $next_id = 1;
+ my $fh;
+ open($fh,">$destdir/sequences/question_database.sequence");
+ push @{$sequencesfiles},'question_database.sequence';
+ foreach my $category (sort keys %{$catinfo}) {
+ my $seqname;
+ if ($cms eq 'webctce4') {
+ $seqname = $$catinfo{$category}{title}.'_'.$category;
+ } else {
+ $seqname = $$catinfo{$category}{title};
+ }
+ $seqname =~ s/\s+/_/g;
+ $seqname =~ s/:/_/g;
+ push(@{$sequencesfiles},$seqname.'.sequence');
+ my $catsrc = "$destresdir/sequences/$seqname.sequence";
+ if ($curr_id == 0) {
+ print $fh qq| |;
+ }
+ if ($numcats == 1) {
+ print $fh qq|
+
+\n|;
+ } else {
+ $curr_id = $next_id;
+ $next_id = $curr_id + 1;
+ $catsrc = "$destresdir/sequences/$seqname.sequence";
+ print $fh qq|
+
+ \n|;
+ } else {
+ print $fh qq|> \n|;
+ }
+ }
+ print $fh qq|