Flash Card Set

Flashcards
Price option: Free

Supports Moodle 2.0-4.2 See all versions
Latest release: 3 years ago
Installations: 762
Downloads (last 90 days): 129

Frankenstyle name: mod_flashcard
Activities

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

I was able to update from version: 2012080800 to 2014010600 changing the old plugin version in the Moodle database.
All I needed to do is set version 2012080800 -> 2012040100 before doing the upgrade.
The query used was:
UPDATE mdl_config_plugins SET value= '2012040100' WHERE plugin='mod_flashcard';
I am now using the latest version without have to do any imports / exports
Am trying to install on 2.4 - it says it's installed but when I go to create a Flashcard deck activity I get "Can not find data record in database table context."
Okay, thanks. What I did was first export the mdl_flashcard_deckdata and then use the import feature. It's not a perfect solution, but it works.
@Paul there is no workaround. I tried all the ways I could thik of. You need to use legacy or reinstall.
Hi,
As I attempt to upgrade my site from 2.5.3 to 2.6.1 I keep getting the error mentioned above (in the 2.5.3 installation there is flashcard version 2.4, but in the moodle 2.6.1 I put in the newer flashcard version). There are several flashcard activities in a number of courses and I don't want to delete them before I upgrade to the new version. Are there any workarounds other than using the legacy (flashcard 2.4) module or deleting and then re-installing?
Thanks,
Paul
Hi,
I am using Moodle 2.6.1 with the flashcard add-on version 2.4.0 for a language course.
The add-on is working, but I would like to able to have it keep track of each time a particular student uses it and for how long. As far as I can tell, the add-on doesn't currently support this.
My goal is to be able to give students extra credit for every time they use the flashcards for (at least) ten minutes. In order for me to do that, the add-on has to record the beginning and end timestamps for each time a student uses the cards and then to include that info in the summary for the deck.
Is there a way to do this with the add-on that I haven't found, or a way to tweak the code so that it does?
Thank you for your time and for the very useful add-on.
okay, thanks for the info.
"why does moodle tell me there is a new version" : because this is an automated process. We discussed longly with Tomas to decide wether making some clone implementation or merging code and architectures. Tomas was not longer available for maintaining flashcard on a long run, and actually no running project using it.
"Also, 3.2 will not work on 2.6 or newer?" : there is a risk, yeah... 3.2 track is discontinued.
We discussed about having some data conversion script betwen too branches. Achieving in conclusion that it was too heavy work to change all the card content strategy from one version to the other.
So if you could just confirm there is no way to get from 3.2 to 2.6 without losing the data. Also, 3.2 will not work on 2.6 or newer?
I know this is in the Description. But then not everything makes sense, because then why does moodle tell me there is a new version if upgrading is impossible?
Also the version Andreas Grupp is upgrading from is 3.1.
Because "2012080800" that i'm upgrading from is 3.2.
Valery, you mean to say that upgrading from 3.2 to 2.6 is impossible and needs to be completely reinstalled?
Note that the flashcard upgrade chain discontinues the previous version from Tomaz Muras, as the model did have big shifts between both tracks...
This seems a break in the upgrade chain between branches... Could you try the following : Revert the flashcard in version 2012040201 in the table mdl_modules of Moodle, and rerun the updater...