ProjPossibility/WebSummary
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Web-Based Social Stories Template Creator Summary A Social Stories Template Creator Website for Teachers to help children with Autism Description Children who are autistic tend to have difficulty understanding social situations. Teachers create narrative “social stories” to teach children about social situations. For example, a story about going to the mall could help teach a student about proper behavior at a mall. Currently, when a student requires such a social story, teachers write up a quick paragraph on the fly and read the paragraph to the child. Requirements 1. Text editor that could efficiently template stories for re use. Think Mad-libs. 2. Keep track of which story is told to which student. http://us.php.net/ <-- this is the site that contains php info, libraries, etc. http://us.php.net/manual/en/getting-started.php <-- this has a beginning tutorial and such finalstory.php and editstory.php have the method for using hidden fields to pass data between webpages. We should use that method to save student and teacher logons. 11:55 I linked the Login.php and StudentView.php files so that when you type in a student's name in Login and click submit it directs to StudentView. I also passed the student name string from the Login field to StudentView.php and saved it in $student so that now studentview can verify which student is logged in and plug the name into the right method. - Sam