dear djdevin!
Is it possible to calculate separate scores for each category in categorized random questions mode?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jshosseini created an issue. See original summary.

djdevin’s picture

Hi,

You might be able to do it with a view. Create a view of "Quiz results" with an argument for the Quiz result NID.

Then add a relationship to the "Quiz result answer"

Then add a relationship to the Question from the Quiz result answer.

Once you have all these relationships you should be able to pull the taxonomy of the Question and group them however you want.

I don't have time right now to build it, but I think it would work.

jshosseini’s picture

dear djdevin
I have done this before but this is what I expect:
for example we have a quiz name "placement exam" have MCQs from 4 categories ( biology,chemistry,physics and mathematics )
I have the result with view like this:
pic1

Is it possible to have view like this?
pic2

jshosseini’s picture

djdevin’s picture

Unfortunately I don't think Views can do that (have the column headers be the data values).

steinmb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.