2 issues on quiz -> "manage questions" tab

1. The help text says "... using the question browser below", but the browser is under the "Question bank" tab, not the "Manage questions tab"
2. There is a submit button that does nothing which appears even when no questions have been added.

The help text says "... use the links above", but there are no links above anywhere.: resolved by #2001516: Collapsed fieldsets disappear in vertical tabs.

See attached annotated screenshot for visual documentation:
image

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AaronBauman’s picture

Priority: Normal » Minor
FileSize
800 bytes

the missing "links above" was an artifact of a previous adminimal theme bug, so nix that one.

The erroneous help text only appears when there are no questions, so this is definitely a minor issue.
Minor patch attached.

AaronBauman’s picture

Issue summary: View changes
djdevin’s picture

I agree, some of the wording needs to change since we cleaned up the UI in lots of places.

Let's leave this issue open and see what else we can find.

teknocat’s picture

Another issue I'd like to report since this UI cleanup was done is that in the question bank, clicking on the "Reset" button for the view filters just redirects to the home page. I'm guessing something about the way this view is rendered must be throwing off the views module in terms of determining what URL it should go to when clicking reset.

I'm not sure why views doesn't use ajax to reset the filters when ajax is enabled. When you are previewing a view in the views UI, reset works. Is that maybe the reason why, in the code where you get the view, that you have asked for the preview of the view? Is that meant to make it function the same way it does when actually previewing?

Anyway, I don't fully understand this particular issue as I've never worked with a view in quite this way before, but it is causing a problem in the case where we are using this module and certainly needs to be fixed.