Adding a course
From openmichigan
OERca: Adding a Course
Contents |
[edit] Steps
[edit] Add a School
- Go to ocw_schools table and insert a new entry.
- Fill out the name and description of the new school you are adding.
- Click "Go" and remember the new school id number.
[edit] Add a Curriculum
- Go to ocw_curriculums and insert a new entry.
- Fill out the name, description and school id number.
- Click "Go" and remember the new curriculum id number and do not forget the school id number.
[edit] Add a Course
- Go to ocw_courses table and insert a new entry.
- Fill out the course number, title, curriculum id, director (primary instructor), creator (instructor), and school id. Other fields can be changed at any time.
- Click "Go" and remember the new course id number. You can now forget the school and curriculum id numbers.
[edit] Add a dScribe user
- Go to ocw_users table and browse.
- Look at the most used password and copy the hash value.
- Insert a new entry.
- Fill out the name, username, email, paste the copied password, and type the role dscribe1.
- Click "Go" and remember the new dScribe user id number and the course id number.
[edit] Add a dScribe2 user
- Go to ocw_users table and browse.
- Look at the most used password and copy the hash value.
- Insert a new entry.
- Fill out the name, username, email, paste the copied password, and type the role dscribe2.
- Click "Go" and remember the new dScribe2 user id number and don't forget the dScribe user id and the course id number.
[edit] Add an instructor user
- Go to ocw_users table and browse.
- Look at the most used password and copy the hash value.
- Insert a new entry.
- Fill out the name, username, email, paste the copied password, and type the role instructor.
- Click "Go" and remember the new instructor user id number and don't forget the dScribe user id or the dScribe2 user id or the course id number.
[edit] Assign a dScribe2 to a dScribe
- Go to the ocw_dscribe2_dscribe table and insert a new entry.
- Fill in the dScribe2 user id and dScribe user id.
- Click "Go" but do not forget the dScribe2 user id, the dScribe user id, the course id, or the instructor user id numbers.
[edit] Assign a dScribe to a course
With OER Tool
- Go to whichever instance of the OER Tool you want to update.
- Sign in.
- Click on "Manage dScribes".
- Choose a course.
- Choose a dScribe to assign to the course and remember the dscribe2 user id, the instructor user id, and the course id numbers.
With phpmyadmin
- Go to ocw_acl table and insert an entry.
- Fill in the dScribe user id, the course id, and choose dscribe1 as the role.
- Click "Go" but do not forget the dScribe2 user id, the course id, or the instructor user id numbers.
[edit] Assign an instructor to a course
- Go to ocw_acl table and insert an entry.
- Fill in the instructor user id, the course id, and choose instructor as the role.
- Click "Go" but do not forget the dScribe2 user id or the course id numbers.
[edit] Assign a dScribe2 to a course
- Go to ocw_acl table and insert an entry.
- Fill in the dScribe2 user id, the course id, and choose dScribe2 as the role.
- Click "Go" and you can finally forget all those pesky id numbers that have been rattling around in your head.