Hi Francesco,


I’m not sure if it can be done. You could try altering some of the export 
settings.



For example, when you want to export a cube decision, try issuing commands to:

set export moves display verybad off

set export moves display bad off

set export moves display doubtful off

set export moves display unmarked off



I’m assuming that your script is just exporting one position per html file. I 
think this would turn off all checker play output. You’d have to turn them on 
again when you want to export a checker play position, and perhaps turn off the 
cube action analysis instead.





[cid:[email protected]]



Let me know how you get on!



Cheers,

Ian



-----Original Message-----
From: [email protected] 
<[email protected]> On Behalf Of Francesco 
Ariis
Sent: 03 October 2024 12:59
To: [email protected]
Subject: Exporting “Didn’t double” actions to html



Hello everyone,



Introduction:  I wrote a small script that, given an .sgf match file, exports 
errors to html files.  I then use those files to quiz myself.

This script is based on the very useful `exportBad` example Python function.



The problem:  I have problems with “didn’t double” mistakes.  Specifically, the 
html export shows the board + the dice roll, and lists *both* move analysis and 
cube analysis.  This is not useful in a quiz setting: I would prefer a board 
without dice roll and with only cube action analysis as in the “wrong double” 
positions.



Is there a way to get that?

Thanks in advance

—F


Reply via email to