https://github.com/parasj/adaptive-learning-api
Adaptive learning PHP/HTML5 application in jQuery Mobile
https://github.com/parasj/adaptive-learning-api
Last synced: 7 months ago
JSON representation
Adaptive learning PHP/HTML5 application in jQuery Mobile
- Host: GitHub
- URL: https://github.com/parasj/adaptive-learning-api
- Owner: parasj
- Created: 2012-02-01T02:19:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-08T02:18:28.000Z (over 13 years ago)
- Last Synced: 2024-04-15T14:21:41.821Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 6.09 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is Radioactive?
======================
Radioactive is an Mobile HTML5 application in PHP for adaptive learning.
Why HTML5/CSS3
===============
This app is deployed to Android and coming soon to iOS. It also works on WP7, BlackBerry and other platforms that support HTML5 and CSS4.
The UI is made in jQuery Mobile for compatability.
Installation/Setup
==================
1. Create a database `radioactive`
2. Import the SQL contained in the folder `sql`
3. Create a file above the root folder called `dbinfo.dat`. if you have a different database configuration than localhost/root/no password, make a file `dbinfo.dat` above the root directory for this code with the contents:
`{"server":"mysql_server","database":"radioactive","username":"mysql_username","password":"mysql_password"}`
4. Test it by going to `iostestframe.html`. This will also give you a feel for what the application feels like on a mobile browser.
License
========
Custom Derivative of the MIT License,
> Copyright (C) 2011 Paras Jain
> Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software with permission, including without limitation the rights to
use, copy, and/or modify copies of the Software for non-commercial purposes.
It is not permissible for any person other than the copyright holder to distrubute,
share, publish, merge, sublicense, or sell copies of this software.
Persons to whom the Software is furnished to are subject to the following conditions:
> The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. ANY ACTION HEREBY LISTED COUNTS AS ACCEPTANCE OF THIS LICENSE,
INCLUDING BUT NOT LIMITED TO: READING SOURCE CODE, DOWNLOADING THE CODE
(INCLUDING DOWNLOADING ANY REPOSITORIES), COPYING THE CODE, USING THE SOFTWARE,
CONTINUING TO VIEW PROJECT DETAILS AND/OR ANY FURTHER INVOLVEMENT WITH THIS
PROJECT. IF YOU DO NOT AGREE, PLEASE CLOSE AND DELETE ANY PROJECT DETAILS OR
CONTENTS FROM YOUR LOCAL MACHINE.
> Citation must be inlcuded in all referenced to this code and its derivative works.
This is only for non-commercial and educational purposes. You may not distrubute this
on any app store. This is a binding agreement. JainLabs retains and reserves all rights
to this code and this project.