Skip to content

Siyavula/question-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siyavula

Our mission is to create and enable engaging, integrated, high-quality learning experiences in Mathematics and the Sciences; to have a long-lasting, enriching impact on learners and teachers in South Africa and globally; to constantly seek out and build the most relevant, effective technology whilst remaining rooted in the science of learning and instruction; and to engage and motivate young minds, helping them to master and develop the skills our future needs.

Learn more: https://www.siyavulaeducation.com/

Siyavula Practice

Siyavula Practice is an online Maths and Physical Sciences practice service for high school learners. The program provides learners with virtually unlimited questions that become progressively more difficult as correct answers are given. Because Siyavula’s practice adapts to the needs of the person practising by changing the difficulty and sequencing of questions, learners can progress at their own pace. They receive immediate feedback on the questions they do, with step-by-step solutions, and errors and misconceptions are corrected in real time. Siyavula Practice can be used by anyone with a computer, tablet or mobile phone (both smart and feature phones are supported) and an internet connection.

Learn more: https://www.siyavula.com/

Siyavula Question API

The Siyavula Question API provides an easy way to integrate Siyavula Practice into any application via a RESTful API.

Documentation

Siyavula Question API PHP Demo

This repo serves as a demo application written in PHP to integrate with Siyavula's Question API. To authenticate with the API you will need API credentials. If you do not yet have credentials, please contact [email protected].

Please note: this is only a demo application, the code was written to be as easy to understand as possible and as such might lack features you would expect in production level code.

Requirements

  • PHP >= 7.4.3
  • php-curl
  • Linux

Installation

Clone the repo

git clone [email protected]:Siyavula/question-api-php.git

Go to the question-api-python directory

cd question-api-php

Make a personal .env copy

cp .env my.env

Set your username and password in my.env

Start the app

./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published