-
Notifications
You must be signed in to change notification settings - Fork 1
Models
The comproso/framework includes four Eloquent Models. In addition, it expects a valid User Eloquent Model which is per default App\User.
The default Test Model is Comproso\Framework\Models\Test. A test can be a test template (of type test) or a testing project (of type project) that is a specific data collection.
- pages(): Access connected Pages
- items(): Access connected Items
- results(): Access connected Results
- users(): Access connected Users
Method: integrate
The default Page Model is Comproso\Framework\Models\Page. A page test page contains (abstract) test items.
The default Page Model is Comproso\Framework\Models\Item. An (abstract) item links to a specific item defined within the Item model.
The default Page Model is Comproso\Framework\Models\Result. Stores testing results.
Comproso aims to simplify test development and distribution. Nonetheless, test developers and test users have to consider ethical and legal restrictions of test distribution and use. See the ITC Guidlines for an example.