Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix instructor feedback not being given when showPartialCorrectAnswer…
…s is false. This applies to problems rendered in the library browser or PG problem editor. In that case if $showPartialCorrectAnswers is false, then the instructor is not given the problem status (correct/incorrect) in the feedback. This is because the renderProblem method does not set the forceShowAttemptResults (which overrides the $showPartialCorrectAnswers variable in PG) options. So that is fixed by setting that option from the submit buttons for instructors.
- Loading branch information