Follow-up to #2378365: Convert Quiz to D7 Entity API
Problem/Motivation
The quiz results page currently doubles as a scoring form. This has some nice functionality however it complicates a lot of other things. Most notably #2366349: [SOLVED] Issue with IE when the answer is wrong. among others.
Proposed resolution
We should split the quiz result page from the score form. If users need to score quizzes, there should be a separate area that does not include feedback and the like to grade answers. This will uncomplicate the form and also make Entity functionality easier (like View/Edit results).
Remaining tasks
- Use entity_view for each quiz_question_result
- Add a new tab on Quiz results to edit (score) the result
User interface changes
- Grading form is no longer accessible from the result page, users must go to a tab (if they have access)
API changes
None, additive Entity API work.
| Comment | File | Size | Author |
|---|---|---|---|
| #34 | decouple_quiz-2386103-34.patch | 42.42 KB | djdevin |
| #31 | decouple_quiz-2386103-31.patch | 42.38 KB | djdevin |
Comments
Comment #1
djdevinComment #2
djdevinComment #3
djdevinComment #4
djdevinComment #9
djdevinComment #12
djdevinComment #15
djdevinComment #18
djdevinComment #21
djdevinComment #22
djdevinComment #23
djdevinComment #28
djdevinComment #31
djdevinComment #34
djdevinComment #35
djdevin