rage / tmc-vscode

TestMyCode extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=moocfi.test-my-code
MIT License
24 stars 6 forks source link

Course exercises no longer being shown as completed? #264

Closed AstroflashGH closed 4 years ago

AstroflashGH commented 4 years ago

Hi, After downloading Part 2 of the Java I MOOC, the exercises still have an red cross next to them even after they have been successfully submitted to the server.

They show up as complete on https://tmc.mooc.fi/ but not in the TMC menu?

This issue did not occur for the part 1 exercises?

Thanks

jesseanttila-cai commented 4 years ago

Hi,

This issue is likely to be caused by a delay in exercise completion data propagation on the TMC server, which is currently being investigated by a different team.

The plugin currently fetches the completion data from the server whenever the exercise download view is opened, so you'll have to do that to get the latest data at the moment. The exercises should show as completed within an hour of a successful submission, as long as you've fetched the latest data by opening the downloads view.

Note that the exercises will also be locally marked as completed upon successful submission, but it will be overwritten by information received from the server.

sebazai commented 4 years ago

Hi @benjs2000

We have released version 0.2.0. Could you please verify if this issue has been resolved with the new version release.