Difference between revisions of "Ethics"
From Alfino
Jump to navigationJump to searchLine 8: | Line 8: | ||
<form method="get" action="[[[ToDoList]]]"> | <form method="get" action="[[[ToDoList]]]"> | ||
Priority: | Priority: | ||
− | <select name="PriorityField" size="1"> | + | <select name="PriorityField" size="1"> |
− | <option value="High">High</option> | + | <option value="High">High</option> |
− | <option value="Low">Low</option> | + | <option value="Low">Low</option> |
− | </select> | + | </select> |
− | <input type="Submit" value="Accept"> | + | <input type="Submit" value="Accept"> |
− | <input type="Reset"> | + | <input type="Reset"> |
</form> | </form> |
Revision as of 16:36, 1 December 2007
Welcome to the wiki page for Dr. Alfino's Ethics course. For now the only resource on this page is the study questions.
- Study Questions for Ethics Summer 2007 Part 1 of the class
- Study Questions for Ethics Summer 2007b Part 2 of the class
<form method="get" action="[[[ToDoList]]]"> Priority:
<select name="PriorityField" size="1"> <option value="High">High</option> <option value="Low">Low</option> </select> <input type="Submit" value="Accept"> <input type="Reset">
</form>