1570
Comment:
|
1569
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
=== Tools for managing course websites === | === Course website management systems === |
Line 12: | Line 12: |
* [[https://moodle.telt.unsw.edu.au/|UNSW Moodle]] | |
Line 24: | Line 25: |
* [[https://moodle.telt.unsw.edu.au/|UNSW Moodle]] |
Course websites
A typical url for a course website: http://www.cse.unsw.edu.au/~cs9999
In the class account, under the public_html directory, create/edit the index.html file and create a new term (e.g. 20T3) directory for your files.
Course website management systems
- Hosted at CSE/UNSW
- For support, email John Shepherd
Add the following to ~cs9999/public_html/index.html
<meta http-equiv=refresh content='0;URL=https://webcms3.cse.unsw.edu.au/COMP9999/20T3/'>
To create a wiki, fill in this form or email <meicheng AT SPAMFREE unsw DOT edu DOT au>
Add the following to ~cs9999/public_html/index.html
<meta http-equiv=refresh content='0;URL=https://wiki.cse.unsw.edu.au/cs9999/20T3/'>
- Hosted outside CSE
Website contents, typically
- Course outline (including Important dates or Schedule)
- Notices or Announcements
- Classes' times and locations
- Students' allocations to classes
- Lecture slides
- Tutorial questions
- Assignment specifications
- Links to resources
- Links to past sessions (optional)