Git Product home page Git Product logo

grerc's Introduction

RC_Practice_Utility

Run the file RC.html to start using the utiliy.

The utility takes an indexed array with the reading comprehensions and the respective questions and answers. The following is the format of the array.

data[passage_index][0]=passage data
data[passage_index][1]=Questions (Array)
data[passage_index][1][Question_index][0]=Question
data[passage_index][1][Question_index][1]=Answer
data[passage_index][1][Question_index][2]=Option1
data[passage_index][1][Question_index][3]=Option2
data[passage_index][1][Question_index][..]=Option..
data[passage_index][1][Question_index][..]=Option..
data[passage_index][1][Question_index][N]=OptionN

See the data.js file for example data format. Make sure to replace the data.js file with your data file (or edit RC.html to point to your data file)

<script src="data.js" type="text/javascript" charset="utf-8"></script>

grerc's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.