Problem/Motivation
We need to have ability to see all Quiz results
Steps to reproduce
Open or create a view with all Quiz results and check the results
Proposed resolution
foreach ($fields as $field_name => $field) {
if (!empty($args[0]) && $field['id'] == 'quiz_result_answers') {docroot/modules/contrib/quiz/quiz.module:657
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3557111-2-quiz-condition-issue.patch | 869 bytes | foxy-vikvik |
Issue fork quiz-3557111
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
foxy-vikvik commentedPatch from the merge request
Comment #5
smustgrave commentedThanks!