Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(10 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

Community Discussions

introducing qstats: visual representation of question statistics


You must be signed-in to post.

AuthorSubject
  Page: 1 | 2
gorzan

Avatar for gorzan
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
Will do when I have some spare time. smile
Posted: 2008-04-10 19:19:17
vegard

Avatar for vegard
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
cool Greg, thanks, this will certainly help us smile

what's the recommended way of updating installed modules?

1. delete all files in the module directory and overwrite with the new ones, or
2. uninstall the old version of the module, then make a fresh install of the new one

?
Posted: 2008-04-11 03:59:40
greg

Avatar for greg
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
1. Move the old module code, and replace it with the new code.

2. Manually remove the record from the modules table for Patcher

3. Run Install Module

4. Enable the module

Done

Were talking about automating module upgrades. That probably a version or two away.
Posted: 2008-04-11 09:58:40
vegard

Avatar for vegard
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
ok, thanks, so to make sure: that means deleting the whole patcher record from the DB?

this is what I'm asked to confirm to do:

DELETE FROM `AT_152_modules` WHERE CONVERT(`dir_name` USING utf8) = 'patcher' LIMIT 1;

?
Posted: 2008-04-11 12:12:34
greg

Avatar for greg
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
That should work, though I'd imagine you could just use

DELETE FROM `AT_152_modules` WHERE `dir_name` = 'patcher' LIMIT 1;

Or if you have phpMyAdmin, delete the record using it.
Posted: 2008-04-11 12:22:03
greg

Avatar for greg
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
Anything further on turning visual stats into an ATutor patch? We're on the verge of a release cycle, so we'd need to get it in soon if it going to make it into 1.6.1.

In reply to:
Will do when I have some spare time. smile

Posted: 2008-05-08 13:18:34
gorzan

Avatar for gorzan
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
Sorry, have been completely bogged down by school stuff lately. What is deadline for making it to 1.6.1?
Posted: 2008-05-08 14:55:33
greg

Avatar for greg
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
It'll probably be the 19th or 20th of May for the first Beta release, which generally means a code freeze. We'd like to get it in before that, so when we release the beta, we can get some early feedback. But, if you can't get it together by then, we might let it go for another week. It definitely has to be in before the second beta (May 26-27).
Posted: 2008-05-08 15:09:00
gorzan

Avatar for gorzan
Subject: Re: introducing qstats: visual representation of question statisticsQuote this post in your reply
Uhm. Was just looking into this, and remembered that the entire thing was made as a modification to the ATutor-Redux theme, and is in fact installed in the latest ATutor-Redux theme. What I'll do is add it as a patch for the default theme.
Posted: 2008-05-08 19:37:36
gorzan

Avatar for gorzan
gorzan_001.zip
Subject: Re: my last postQuote this post in your reply
Here we go. I think I can learn to like this Patcher module smile Sorry it took so long smile
Posted: 2008-05-08 19:58:15
greg

Avatar for greg
Subject: Re: my last postQuote this post in your reply
That was easy! Stats now display with bars in the default theme. thx

You should now be able to remove the stats templates from the redux theme and have them inherited into it from the default theme.
Posted: 2008-05-09 09:04:13
vegard

Avatar for vegard
Subject: Re: my last postQuote this post in your reply
great! I'll post a new version of the Redux theme when 1.6.1 is released, where these files are inherited rather than included!
Posted: 2008-05-09 09:08:58
 Page: 1 | 2

You must be signed-in to post.