Posts made by Itamar Tzadok

Let's see if we can work it out. We may need to consider some further enhancements for getting the desired effect.

The Dataform has a built in tool that creates a blank entry for each user in the course. It's manual so at this point if you want to create an entry per interval you need to run this tool once every interval.

Another possible approach to a similar effect could be by using only one entry per student with all the fields needed for all intervals and using views to break down the entry to separate "intervals". This could work with a reasonable number of intervals and fields.

To restrict teachers' access only to their group's entries I think that we would have to add a capability. I will look into that. smile

 

 

I'm trying to add review options without hacking or extending the quiz module. As far as I can tell, a specialized question behavior could allow me to control the content of quiz review. The criterion could be quiz score, to the effect that correct answer would be displayed only when quiz score is above a passing grade. This might be possible by overriding the question behavior method that returns the correct answer. I suppose it shouldn't be difficult to add a database table to the question behavior plugin to store the criterion per quiz. But I need to add ui to set the criterion per quiz and I don't want to touch the quiz form or any part of the core module code. If the question behavior is instantiated by the quiz settings form I could probably add an action link to the settings block to open a form for the extra settings. But it is probably not instantiated. I could also use a designated block for that. And again, there may be a better way to do that without hacking the standard quiz module or creating a specialiazed quiz module. smile

Trying to add review options on quiz score to a quiz without hacking the standard quiz. A specialized question behavior could be a possible approach. It could have its own database table to store the related settings per quiz. I'm wondering about pushing the qb ui into the quiz settings page. Any suggestions, or other approaches to the same effect would be greatly appreciated. smile

Average of ratings: -