| … | |
… | |
| 220 | $self->hidden_authen_fields, |
220 | $self->hidden_authen_fields, |
| 221 | p(i($pg->{result}->{msg})), |
221 | p(i($pg->{result}->{msg})), |
| 222 | p($pg->{body_text}), |
222 | p($pg->{body_text}), |
| 223 | p(submit(-name=>"submitAnswers", -label=>"Submit Answers")), |
223 | p(submit(-name=>"submitAnswers", -label=>"Submit Answers")), |
| 224 | viewOptions($displayMode, \%must, \%can, \%will), |
224 | viewOptions($displayMode, \%must, \%can, \%will), |
| 225 | endform(), |
225 | endform(); |
| 226 | hr(); |
|
|
| 227 | |
226 | |
| 228 | # debugging stuff |
227 | # debugging stuff |
| 229 | print |
228 | #print |
|
|
229 | # hr(), |
| 230 | h2("debugging information"), |
230 | # h2("debugging information"), |
| 231 | h3("form fields"), |
231 | # h3("form fields"), |
| 232 | ref2string($formFields), |
232 | # ref2string($formFields), |
| 233 | h3("user object"), |
233 | # h3("user object"), |
| 234 | ref2string($user), |
234 | # ref2string($user), |
| 235 | h3("set object"), |
235 | # h3("set object"), |
| 236 | ref2string($set), |
236 | # ref2string($set), |
| 237 | h3("problem object"), |
237 | # h3("problem object"), |
| 238 | ref2string($problem), |
238 | # ref2string($problem), |
| 239 | h3("PG object"), |
239 | # h3("PG object"), |
| 240 | ref2string($pg, {'WeBWorK::PG::Translator' => 1}); |
240 | # ref2string($pg, {'WeBWorK::PG::Translator' => 1}); |
| 241 | |
241 | |
| 242 | return ""; |
242 | return ""; |
| 243 | } |
243 | } |
| 244 | |
244 | |
| 245 | ##### output utilities ##### |
245 | ##### output utilities ##### |