Diff for /loncom/interface/lonfeedback.pm between versions 1.7 and 1.17

version 1.7, 2001/02/09 21:53:08 version 1.17, 2001/11/06 11:15:09
Line 11 Line 11
 #  #
 # 3/1,2/3,2/5,2/6,2/8 Gerd Kortemeyer  # 3/1,2/3,2/5,2/6,2/8 Gerd Kortemeyer
 # 2/9 Guy Albertelli  # 2/9 Guy Albertelli
   # 2/10 Gerd Kortemeyer
   # 2/13 Guy Albertelli
   # 7/25 Gerd Kortemeyer
   # 7/26 Guy Albertelli
   # 7/26,8/10,10/1,11/5 Gerd Kortemeyer
   
   
 package Apache::lonfeedback;  package Apache::lonfeedback;
   
 use strict;  use strict;
 use Apache::Constants qw(:common);  use Apache::Constants qw(:common);
 use Apache::lonmsg();  use Apache::lonmsg();
   use Apache::loncommon();
   
 sub mail_screen {  sub mail_screen {
   my ($r,$feedurl,$options) = @_;    my ($r,$feedurl,$options) = @_;
Line 28  sub mail_screen { Line 35  sub mail_screen {
 <script>  <script>
     function gosubmit() {      function gosubmit() {
         var rec=0;          var rec=0;
         if (document.mailform.elements.author!=undefined) {          if (typeof(document.mailform.elements.author)!="undefined") {
           if (document.mailform.elements.author.checked) {            if (document.mailform.elements.author.checked) {
              rec=1;               rec=1;
           }             } 
         }          }
         if (document.mailform.elements.question!=undefined) {          if (typeof(document.mailform.elements.question)!="undefined") {
           if (document.mailform.elements.question.checked) {            if (document.mailform.elements.question.checked) {
              rec=1;               rec=1;
           }             } 
         }          }
         if (document.mailform.elements.course!=undefined) {          if (typeof(document.mailform.elements.course)!="undefined") {
           if (document.mailform.elements.course.checked) {            if (document.mailform.elements.course.checked) {
              rec=1;               rec=1;
           }             } 
         }          }
         if (document.mailform.elements.policy!=undefined) {          if (typeof(document.mailform.elements.policy)!="undefined") {
           if (document.mailform.elements.policy.checked) {            if (document.mailform.elements.policy.checked) {
              rec=1;               rec=1;
           }             } 
         }          }
           if (typeof(document.mailform.elements.discuss)!="undefined") {
             if (document.mailform.elements.discuss.checked) {
                rec=1;
             } 
           }
           if (typeof(document.mailform.elements.anondiscuss)!="undefined") {
             if (document.mailform.elements.anondiscuss.checked) {
                rec=1;
             } 
           }
   
         if (rec) {          if (rec) {
     document.mailform.submit();      document.mailform.submit();
Line 66  sub mail_screen { Line 83  sub mail_screen {
 Please check at least one of the following feedback types:  Please check at least one of the following feedback types:
 $options<hr>  $options<hr>
 My question/comment/feedback:<p>  My question/comment/feedback:<p>
 <textarea name=comment cols=60 rows=10>  <textarea name=comment cols=60 rows=10 wrap=hard>
 </textarea><p>  </textarea><p>
 <input type=hidden name=sendit value=1>  <input type=hidden name=sendit value=1>
 <input type=button value="Send Feedback" onClick='gosubmit();'></input>  <input type=button value="Send Feedback" onClick='gosubmit();'></input>
Line 85  sub fail_redirect { Line 102  sub fail_redirect {
 </head>  </head>
 <html>  <html>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
 Sorry, no recipients  ...  <img align=right src=/adm/lonIcons/lonlogos.gif>
   <b>Sorry, no recipients  ...</b>
 </body>  </body>
 </html>  </html>
 ENDFAILREDIR  ENDFAILREDIR
Line 101  sub redirect_back { Line 119  sub redirect_back {
 </head>  </head>
 <html>  <html>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
   <img align=right src=/adm/lonIcons/lonlogos.gif>
 $typestyle  $typestyle
 <b>Sent $sendsomething message(s).</b>  <b>Sent $sendsomething message(s).</b>
 <font color=red>$status</font>  <font color=red>$status</font>
Line 116  sub no_redirect_back { Line 135  sub no_redirect_back {
 <meta http-equiv="pragma" content="no-cache"></meta>  <meta http-equiv="pragma" content="no-cache"></meta>
 ENDNOREDIR  ENDNOREDIR
   
   if ($feedurl ne '/adm/feedback') {     if ($feedurl!~/^\/adm\/feedback/) { 
     $r->print('<meta HTTP-EQUIV="Refresh" CONTENT="2; url='.$feedurl.'">');      $r->print('<meta HTTP-EQUIV="Refresh" CONTENT="2; url='.$feedurl.'">');
   }    }
       
   $r->print (<<ENDNOREDIR);    $r->print (<<ENDNOREDIRTWO);
 </head>  </head>
 <html>  <html>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
 Sorry, no feedback possible on this resource  ...  <img align=right src=/adm/lonIcons/lonlogos.gif>
   <b>Sorry, no feedback possible on this resource  ...</b>
 </body>  </body>
 </html>  </html>
 ENDNOREDIR  ENDNOREDIRTWO
 }  }
   
 sub screen_header {  sub screen_header {
Line 139  sub screen_header { Line 159  sub screen_header {
   }    }
   if ($ENV{'course.'.$ENV{'request.course.id'}.'.question.email'}) {    if ($ENV{'course.'.$ENV{'request.course.id'}.'.question.email'}) {
     $options.=      $options.=
       '<br><input type=checkbox name=question> Question about resource content';      '<br><input type=checkbox name=question> Question about resource content';
   }    }
   if ($ENV{'course.'.$ENV{'request.course.id'}.'.comment.email'}) {    if ($ENV{'course.'.$ENV{'request.course.id'}.'.comment.email'}) {
     $options.=      $options.=
Line 151  sub screen_header { Line 171  sub screen_header {
       '<br><input type=checkbox name=policy> '.        '<br><input type=checkbox name=policy> '.
  'Question/Comment/Feedback about course policy';   'Question/Comment/Feedback about course policy';
   }    }
   return $options;    if ($ENV{'request.course.id'}) {
 }      $options.='<br><input type=checkbox name=discuss> '.
    '<b>Contribution to course discussion of resource</b>';
 sub get_previous_attempt {    }
   my ($feedurl)=@_;    if ($ENV{'request.course.id'}) {
   my $symb=&Apache::lonnet::symbread($feedurl);      $options.='<br><input type=checkbox name=anondiscuss> '.
   my $prevattempts='';   '<b>Anonymous contribution to course discussion of resource</b>'.
   if ($symb) {          ' (name only visible to course faculty)';
     my $answer=&Apache::lonnet::reply(  
       "restore:".$ENV{'user.domain'}.':'.$ENV{'user.name'}.':'.  
       $ENV{'request.course.id'}.':'.  
       &Apache::lonnet::escape($symb),  
       $ENV{'user.home'});  
     my %returnhash=();  
     map {  
       my ($name,$value)=split(/\=/,$_);  
       $returnhash{&Apache::lonnet::unescape($name)}=  
  &Apache::lonnet::unescape($value);  
     } split(/\&/,$answer);  
     my %lasthash=();  
     my $version;  
     for ($version=1;$version<=$returnhash{'version'};$version++) {  
       map {  
  $lasthash{$_}=$returnhash{$version.':'.$_};  
       } split(/\:/,$returnhash{$version.':keys'});  
     }  
     $prevattempts='<table border=2></tr><th>History</th>';  
     map {  
       $prevattempts.='<th>'.$_.'</th>';  
     } keys %lasthash;  
     for ($version=1;$version<=$returnhash{'version'};$version++) {  
       $prevattempts.='</tr><tr><th>Attempt '.$version.'</th>';  
       map {  
  $prevattempts.='<td>'.$returnhash{$version.':'.$_}.'</td>';     
       } keys %lasthash;  
     }  
     $prevattempts.='</tr><tr><th>Current</th>';  
     map {  
       $prevattempts.='<td>'.$lasthash{$_}.'</td>';  
     } keys %lasthash;  
     $prevattempts.='</tr></table>';  
   }    }
     return $options;
 }  }
   
 sub resource_output {  sub resource_output {
Line 237  sub decide_receiver { Line 225  sub decide_receiver {
   my $typestyle='';    my $typestyle='';
   my %to=();    my %to=();
   if ($ENV{'form.author'}) {    if ($ENV{'form.author'}) {
     $typestyle.='Author Feedback<br>';      $typestyle.='Submitting as Author Feedback<br>';
     $feedurl=~/^\/res\/(\w+)\/(\w+)\//;      $feedurl=~/^\/res\/(\w+)\/(\w+)\//;
     $to{$2.':'.$1}=1;      $to{$2.':'.$1}=1;
   }    }
   if ($ENV{'form.question'}) {    if ($ENV{'form.question'}) {
     $typestyle.='Question<br>';      $typestyle.='Submitting as Question<br>';
     map {      map {
       $to{$_}=1;        $to{$_}=1;
     } split(/\,/,      } split(/\,/,
     $ENV{'course.'.$ENV{'request.course.id'}.'.question.email'});      $ENV{'course.'.$ENV{'request.course.id'}.'.question.email'});
   }    }
   if ($ENV{'form.course'}) {    if ($ENV{'form.course'}) {
     $typestyle.='Comment<br>';      $typestyle.='Submitting as Comment<br>';
     map {      map {
       $to{$_}=1;        $to{$_}=1;
     } split(/\,/,      } split(/\,/,
     $ENV{'course.'.$ENV{'request.course.id'}.'.comment.email'});      $ENV{'course.'.$ENV{'request.course.id'}.'.comment.email'});
   }    }
   if ($ENV{'form.policy'}) {    if ($ENV{'form.policy'}) {
     $typestyle.='Policy<br>';      $typestyle.='Submitting as Policy Feedback<br>';
     map {      map {
       $to{$_}=1;        $to{$_}=1;
     } split(/\,/,      } split(/\,/,
Line 271  sub send_msg { Line 259  sub send_msg {
   my $sendsomething=0;    my $sendsomething=0;
   map {    map {
     if ($_) {      if ($_) {
       unless (&Apache::lonmsg::user_normal_msg(split(/\:/,$_),'Feedback '.$feedurl,        unless (&Apache::lonmsg::user_normal_msg(split(/\:/,$_),
        $email,$citations) eq 'ok') {                 'Feedback '.$feedurl,$email,$citations) eq 'ok') {
  $status.='<br>Error sending message to '.$_.'<br>';   $status.='<br>Error sending message to '.$_.'<br>';
       } else {        } else {
  #$status.='<br>Message sent to '.$_.'<br>';   #$status.='<br>Message sent to '.$_.'<br>';
Line 283  sub send_msg { Line 271  sub send_msg {
   return ($status,$sendsomething);    return ($status,$sendsomething);
 }  }
   
   sub adddiscuss {
       my ($symb,$email,$anon)=@_;
       my $status='';
       my %contrib=('message'      => $email,
                    'sendername'   => $ENV{'user.name'},
                    'senderdomain' => $ENV{'user.domain'});
       if ($anon) {
    $contrib{'anonymous'}='true';
       }
       if (($symb) && ($email)) {
          $status='Adding to class discussion'.($anon?' (anonymous)':'').': '.
           &Apache::lonnet::store(\%contrib,$symb,$ENV{'request.course.id'},
                        $ENV{'course.'.$ENV{'request.course.id'}.'.domain'},
        $ENV{'course.'.$ENV{'request.course.id'}.'.num'});
       }
       my $now=time;
       my %record=&Apache::lonnet::restore('_discussion');
       my ($temp)=keys %record;
       unless ($temp=~/^error\:/) {
          my %newrecord=();
          $newrecord{'resource'}=$symb;
          $newrecord{'subnumber'}=$record{'subnumber'}+1;
          $status.=' '.&Apache::lonnet::cstore(\%newrecord,'_discussion');
       }
       return $status.'<br>';   
   }
   
 sub handler {  sub handler {
   my $r = shift;    my $r = shift;
   $r->content_type('text/html');    if ($r->header_only) {
   $r->send_http_header;       $r->content_type('text/html');
   return OK if $r->header_only;       $r->send_http_header;
          return OK;
     }
   
   # --------------------------- Get query string for limited number of parameters
   
       map {
          my ($name, $value) = split(/=/,$_);
          $value =~ tr/+/ /;
          $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C",hex($1))/eg;
          if (($name eq 'hide') || ($name eq 'unhide')) {
              unless ($ENV{'form.'.$name}) {
                 $ENV{'form.'.$name}=$value;
      }
          }
       } (split(/&/,$ENV{'QUERY_STRING'}));
   
     if (($ENV{'form.hide'}) || ($ENV{'form.unhide'})) {
   # ----------------------------------------------------------------- Hide/unhide
       $r->content_type('text/html');
       $r->send_http_header;
   
       my $entry=$ENV{'form.hide'}?$ENV{'form.hide'}:$ENV{'form.unhide'};
   
       my ($symb,$idx)=split(/\:\:\:/,$entry);
       my ($map,$ind,$url)=split(/\_\_\_/,$symb);
   
       my %contrib=&Apache::lonnet::restore($symb,$ENV{'request.course.id'},
                        $ENV{'course.'.$ENV{'request.course.id'}.'.domain'},
        $ENV{'course.'.$ENV{'request.course.id'}.'.num'});
   
           
       my $currenthidden=$contrib{'hidden'};
       
       if ($ENV{'form.hide'}) {
    $currenthidden.='.'.$idx.'.';
       } else {
           $currenthidden=~s/\.$idx\.//g;
       }
       my %newhash=('hidden' => $currenthidden);
   
       &Apache::lonnet::store(\%newhash,$symb,$ENV{'request.course.id'},
                        $ENV{'course.'.$ENV{'request.course.id'}.'.domain'},
        $ENV{'course.'.$ENV{'request.course.id'}.'.num'});
   
       &redirect_back($r,'/res/'.$url,'Changed discussion status<p>','0');
   
         
     } else {
   # ------------------------------------------------------------- Normal feedback
   my $feedurl=$ENV{'form.postdata'};    my $feedurl=$ENV{'form.postdata'};
   $feedurl=~s/^http\:\/\///;    $feedurl=~s/^http\:\/\///;
   $feedurl=~s/^$ENV{'SERVER_NAME'}//;    $feedurl=~s/^$ENV{'SERVER_NAME'}//;
   $feedurl=~s/^$ENV{'HTTP_HOST'}//;    $feedurl=~s/^$ENV{'HTTP_HOST'}//;
   
     my $symb=&Apache::lonnet::symbread($feedurl);
     my $goahead=1;
     if ($feedurl=~/\.(problem|exam|quiz|assess|survey|form)$/) {
         unless ($symb) { $goahead=0; }
     }
   
     if ($goahead) {
   # Go ahead with feedback, no ambiguous reference
       $r->content_type('text/html');
       $r->send_http_header;
       
   if (      if (
       (        (
        ($feedurl=~m:^/res:) && ($feedurl!~m:^/res/adm:)         ($feedurl=~m:^/res:) && ($feedurl!~m:^/res/adm:)
       )         ) 
Line 312  sub handler { Line 386  sub handler {
     } else {      } else {
               
 # Get previous user input  # Get previous user input
       my $prevattempts=&get_previous_attempt($feedurl);        my $prevattempts=&Apache::loncommon::get_previous_attempt(
               $symb,$ENV{'user.name'},$ENV{'user.domain'},
               $ENV{'request.course.id'});
   
 # Get output from resource  # Get output from resource
       my $usersaw=&resource_output($feedurl);        my $usersaw=&resource_output($feedurl);
Line 321  sub handler { Line 397  sub handler {
       my $message=&clear_out_html;        my $message=&clear_out_html;
   
 # Assemble email  # Assemble email
       my ($email,$citations)=&assemble_email($feedurl,$message,$prevattempts,$usersaw);        my ($email,$citations)=&assemble_email($feedurl,$message,$prevattempts,
             $usersaw);
   
 # Who gets this?  # Who gets this?
       my ($typestyle,%to) = &decide_receiver($feedurl);        my ($typestyle,%to) = &decide_receiver($feedurl);
Line 329  sub handler { Line 406  sub handler {
 # Actually send mail  # Actually send mail
       my ($status,$numsent)=&send_msg($feedurl,$email,$citations,%to);        my ($status,$numsent)=&send_msg($feedurl,$email,$citations,%to);
   
   # Discussion? Store that.
   
         if ($ENV{'form.discuss'}) {
     $typestyle.=&adddiscuss($symb,$message);
         }
   
         if ($ENV{'form.anondiscuss'}) {
     $typestyle.=&adddiscuss($symb,$message,1);
         }
   
   
 # Receipt screen and redirect back to where came from  # Receipt screen and redirect back to where came from
       &redirect_back($r,$feedurl,$typestyle,$status,$numsent);        &redirect_back($r,$feedurl,$typestyle,$numsent,$status);
   
     }      }
   } else {     } else {
 # Unable to give feedback  # Unable to give feedback
     &no_redirect_back($r,$feedurl);      &no_redirect_back($r,$feedurl);
      }
     } else {
   # Ambiguous Problem Resource
       $r->internal_redirect('/adm/ambiguous');
   }    }
   }
   return OK;    return OK;
 }   } 
   
Line 345  __END__ Line 438  __END__
   
   
   
   

Removed from v.1.7  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>