PyOpenSource / CompleteME

Automated problem generation for the mechanical engineering field
0 stars 1 forks source link

Problem Generator to GUI Interface needs to be defined #5

Open jbm950 opened 6 years ago

jbm950 commented 6 years ago

The output of the problem generator should be in a form that the GUI can easily make use of. This will be defined by the GUI rather than the generator as it will have the more constrictive requirements. For instance should the output of the problem generator be a list of strings or a single string. The output from the problem generator needs to match the best input to the GUI.

The proposed interface should be discussed in this thread but when finalized should be written up and stored in a project repository.