CogTool-Modern / cogtool

Predictive human performance modeling for UI/UX design
https://www.cogtool.org
GNU Lesser General Public License v2.1
16 stars 1 forks source link

Export Design to HTML #40

Open justingeeslin opened 4 years ago

justingeeslin commented 4 years ago

Per the User Guide, 4.6.2,

To export your Design to HTML: From the Project window: • Select the Design to export. • From the File menu, choose Export Design to HTML.

In CogTool, no such option is available, see screenshot.

Screen Shot 2020-07-07 at 5 01 25 PM
justingeeslin commented 4 years ago

After browsing the source, it appears as though Export to HTML is enabled with research commands on. Should it be? This is included in the User Guide with no mention of research commands to access this feature.

if (research) {
            result.add(EXPORT_TO_XML);
            result.add(EXPORT_DESIGN_TO_HTML);
}
Screen Shot 2020-07-07 at 10 32 32 PM
EllaVan commented 1 year ago

After browsing the source, it appears as though Export to HTML is enabled with research commands on. Should it be? This is included in the User Guide with no mention of research commands to access this feature.

if (research) {
            result.add(EXPORT_TO_XML);
            result.add(EXPORT_DESIGN_TO_HTML);
}
屏幕截图 2020-07-07 在 10 32 32 下午

hi, I am still wondering how to get the command, could you provide me a more detailed step by step instruction?