- Project Description
- User Story
- Acceptance Criteria
- Installation
- Usage
- Credits
- License
- Repository Status
- Contribute
- Tests
- Checklist
What is this project?
- Demonstrates one way of priming the Learnosity Assessment and Reporting modules using the Learnosity's Node-JS SDK
Why this project?
- To provide our Client's with an example of how to use React with our products.
- AS a Learnosity customer.
- I WANT to be able to easily implement Learnosity's products into my web application using React framework.
- SO THAT I can create online assessments.
- GIVEN a landing page.
- WHEN I select 'Start'.
- THEN an assessment is rendered to my page.
- WHEN I complete the assessmnet, I can save and exit from the assessment.
- AND I am presented with the results of my assessment.
You are welcome to download the source code from Github repository
Once downloaded, you will need to install the dependencies with the following command in your terminal:
npm install
You will then need to add your API keys into a .env file. I've left a template in the repository for you to follow.
Once you have created a .env file with your API keys, you can run the application by typing in the command line:
npm start develop
Enjoy.
The code can be downloaded from my Github repository for all assets created for the project.
You are welcome to modify the code as you need as allowed by the license
- Learnosity's SDK: https://help.learnosity.com/hc/en-us/articles/360000758737-Node-JS-SDK
The works in this repository are subject to:
If you would like to contribute, please comply with the Contributor Covenant Code of Conduct:
- No unit tests have been prepared for this application.
All actions not checked are still to be completed:
[x] This application satisfies the acceptance criteria.
[x] Application loads with no errors.
[x] User experience is intuitive and easy to navigate.
[x] User interface style is clean and polished.
[x] GitHub repository contains application code.
[x] Repository has a unique name.


