jay-joshy / question_cli

0 stars 0 forks source link

classify questions #9

Open jay-joshy opened 3 months ago

jay-joshy commented 3 months ago

All questions need to be classified as lower or higher order.

Higher order question: involves application, analyzing, evaluating. Lower order question: involves basic understanding and rote memorization.

Instructions

  1. When the questions are finalized, I will send a file with all the questions (.json format).
  2. I created a tool to allow people to easily edit the .json file and add their classifications (see below)

Image

  1. Send me the edited .json after all questions are classified.

How to install and see use answering tool

Download Rust (programming language) following these instructions: https://www.rust-lang.org/tools/install

Afterwards, open your terminal app and install the tool with:

cargo install question_cli

See here for instructions on how to use the tool to classify the questions: https://crates.io/crates/question_cli