I’ve been busy lately, so I apologize for not checking the topic sooner.
@Fragile_Pākehā Thanks for your comment.
Regarding your question,
a feature to track progress through the Go lessons may honestly be difficult to implement at the moment.
To explain a bit technically:
the lesson list is managed not as a web app, but as simple static HTML files.
Because of that, under the current system, the most practical method would be for users to keep records on their own devices.
I agree that it would be a useful feature, but to be frank, implementation may be somewhat difficult.
@marinakai Thanks for your comment.
Regarding how to download the SGF files on PC,
there are currently no plans to provide the SGF data directly for download.
However, speaking about the internal structure, there are technically some possible methods.
Since the SGF data is embedded directly inside each HTML file, the following two methods can be used:
-
On the relevant lesson page, press F12 (browser developer tools) and extract only the SGF data from the console.
-
Save the relevant lesson page as a file, then extract the SGF data from the saved .htm file.
It requires a bit of effort, but with some basic knowledge of web pages and SGF files, I think it would be possible to obtain all lessons over time.
However, I cannot guarantee that your own SGF viewer software would reproduce the lessons from this site exactly as intended.