Jafagervik / ProjectQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KC-Mapping

KC probability graph

KC Map

When you've successfully answered all the questions pertaining to the kcs, a graph will appear in a website. This shows how the kcs correlate to each other as well as it shows you how you're progressing so far.

python``` def map_kcs(kcs, kc_color, edge_color, alg)


####Example

python```
map_kcs(["geometry", "algebra", "division"], "#222222", "#f3f3f3", "hr")

Requirements

  • Python 3

Run pip install -r requirements.txt to download all modules necessary to run this project

Running the program:

Unix


Run the Makefile

Windows


Run the project.bat file

About


Languages

Language:TeX 43.4%Language:Python 29.3%Language:HTML 27.0%Language:Batchfile 0.2%Language:Makefile 0.1%