Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
courses:cs335:spring2019:chemtutor:graphdocumentation [2019/05/18 16:58] – surranc | courses:cs335:spring2019:chemtutor:graphdocumentation [2019/05/18 16:59] (current) – surranc |
---|
**Configuration** | **Configuration** |
| |
In order to modify the questions/answers generated by the module, administrators will need to edit the python scrips associated with the module. If the administrator wishes to change the underlying structure of the question bundle sent to the module, they will need to modify the feedback.py file as well. The administrator can modify what information the module tracks by editing the controllers associated with the module. Finally, administrators can modify the appearance of the module by editing the html templates of the module. | In order to modify the questions/answers generated by the module, administrators will need to edit the python scripts associated with the module. If the administrator wishes to change the underlying structure of the question bundle sent to the module, they will need to modify the feedback.py file as well. The administrator can modify what information the module tracks by editing the controllers associated with the module. Finally, administrators can modify the appearance of the module by editing the html templates of the module. |
| |
**Running the Application** | **Running the Application** |
| |
Once changes have been made and the administrator is happy with the functionality/appearance of the module, they can then push their changes to the development branch. A WAR file will then be sent to the server which will then allow the application to be accessed on the web. Users will be able to access the website by navigating to its URL and logging in. | Once changes have been made and the administrator is happy with the functionality/appearance of the module, they can then push their changes to the development branch. A WAR file will then be sent to the server. This will then allow the application to be accessed on the web. Users will be able to access the website by navigating to its URL and logging in. |