At my place of work we needed a quick way to generate the XML file need to upload to the CollegeNet WDYT for course evaluations.
Our backend database is MS SQL SERVER. I used the 3rd party python module called:
This was used to query our db system to get the information needed to generate the file. Systems my vary so please talk to your DB Admin on how to get information needed.
-
Go to the directory in the command line.
-
Type the following command:
python -m CGIHTTPServer 8080
-
Go to your browser:
-
Fill in your CollegeNet WDYT info and submit.
Thank you