Skip to content

gfebs-dev-team/template-assessment

Repository files navigation

Static Badge Static Badge Static Badge


Logo

template-assessment

Internal boilerplate for creating GFEBs DL assessment packages.
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Question {
id: Number,
type: String,
query: String,
responses: Response[],
learnerResponse?: Response,
correct: Boolean
}

Response {
content: String,
value: ShortIdentifierType,
correct?: Boolean
}

aidStructure {
tag + typeID + index
}

"S": Simulation
"B": Question Bank

T0: Choice
T1: Check
T2: Matching Dropdown
T3: Matching Drag
T4: Sequence

(back to top)

Built With

  • Vue
  • Tailwind

(back to top)

Usage

To create a new GFEBS DL Product, install template-assessment with Github CLI

gh repo create gfebs-dev-team/[COURSE_CODE]-[pre/post]-assessment --template="gfebs-dev-team/template-assessment"

cd [COURSE_CODE]-[pre/post]--assessment

npm i -D

(back to top)

Contributing

To contribute and make edits to template-assessment, clone the project

git clone https://github.com/aretum-eagleharbor-gfebs/template-assessment.git

Go to the project directory

cd template-assessment

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

(back to top)

Running Tests

To run tests, run the following command

npm run test

(back to top)

About

Boilerplate for creating GFEBs assessments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published