Osborw / uworld-batch-unsuspend

Anki add-on to suspend multiple cards at once
GNU General Public License v3.0
0 stars 0 forks source link

Add-in Can't Find Tags for v12 #1

Closed txchemd1627 closed 2 months ago

txchemd1627 commented 3 months ago

If I read through the code right, it looks like this is searching for the step deck v11 tags. Is there a way to have it also search v12 or is there another way I should be doing this?

Osborw commented 3 months ago

You're right, at the moment this only looks at Step1 v11.

I've wanted to make this more flexible actually since students are beginning to look at Step 2 cards as well.

I'm going to be taking a look into this over the next week. I'll post some updates as I go

Osborw commented 3 months ago

@txchemd1627 I should be able to add this option without too much issue, but I don't have the cards personally myself to test.

Are the cards structured similarly to v11? By that, I mean that the tags organize the cards in specific ways by number. See the example below:

Anki_Uworld_Structure

Let me know if this is accurate. A screenshot would be helpful. If it is, then I can go ahead and make the change

txchemd1627 commented 3 months ago

@Osborw Yes they appear the same as v11, screenshots below. A specific tag example for UWorld QID 14877 is also below. Thanks so much for looking into this

image

image

Osborw commented 3 months ago

@txchemd1627 thanks for the screenshots, that's perfect!

Just merged in a new PR that adds this functionality for v12 cards for Step 1 and Step 2.

I've also updated the Add-on on the Anki website, so feel free to update and try it out.

Since I don't have the v12 deck, let me know if you run into any issues. Or if there are some cards it can't find, send screenshots here like you did before, and I can put in a fix :)

txchemd1627 commented 3 months ago

It worked, thanks so much!

Osborw commented 3 months ago

You're welcome! I'll keep this Issue open for a few more days in case you run into any issues