[system] / branches / rel-2-4-patches / webwork2 / lib / WeBWorK / PG.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-4-patches/webwork2/lib/WeBWorK/PG.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 5734 Revision 5744
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork2/lib/WeBWorK/PG.pm,v 1.72 2006/12/06 02:23:45 sh002i Exp $ 4# $CVSHeader: webwork2/lib/WeBWorK/PG.pm,v 1.72.2.1 2007/08/13 22:53:44 sh002i Exp $
5# 5#
6# This program is free software; you can redistribute it and/or modify it under 6# This program is free software; you can redistribute it and/or modify it under
7# the terms of either: (a) the GNU General Public License as published by the 7# the terms of either: (a) the GNU General Public License as published by the
8# Free Software Foundation; either version 2, or (at your option) any later 8# Free Software Foundation; either version 2, or (at your option) any later
9# version, or (b) the "Artistic License" which comes with this package. 9# version, or (b) the "Artistic License" which comes with this package.
116 $envir{recitationNumber} = $envir{recitationName}; 116 $envir{recitationNumber} = $envir{recitationName};
117 $envir{setNumber} = $set->set_id; 117 $envir{setNumber} = $set->set_id;
118 $envir{studentLogin} = $user->user_id; 118 $envir{studentLogin} = $user->user_id;
119 $envir{studentName} = $user->first_name . " " . $user->last_name; 119 $envir{studentName} = $user->first_name . " " . $user->last_name;
120 $envir{studentID} = $user->student_id; 120 $envir{studentID} = $user->student_id;
121 $envir{permissionLevel} = $options->{permissionLevel};
121 122
122 # Answer Information 123 # Answer Information
123 # REMOVED: refSubmittedAnswers 124 # REMOVED: refSubmittedAnswers
124 125
125 $envir{inputs_ref} = $formFields; 126 $envir{inputs_ref} = $formFields;

Legend:
Removed from v.5734  
changed lines
  Added in v.5744

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9