Fixed Survey reporting bugs
* Survey::responseJSON mutator was not doing the right thing when responseId argument was passed in * www_viewGradeBook template fixes and documentation
This commit is contained in:
parent
3dfb850d41
commit
10755c3b83
4 changed files with 96 additions and 26 deletions
|
|
@ -81,6 +81,12 @@ our $HELP = {
|
|||
{ 'name' => 'question_count' },
|
||||
{ 'name' => 'response_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'response_feedback_url' },
|
||||
{ 'name' => 'response_id' },
|
||||
{ 'name' => 'response_userId' },
|
||||
{ 'name' => 'response_ip' },
|
||||
{ 'name' => 'response_startDate' },
|
||||
{ 'name' => 'response_endDate' },
|
||||
{ 'name' => 'response_user_name' },
|
||||
{ 'name' => 'response_count_correct' },
|
||||
{ 'name' => 'response_percent' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue