Giter VIP home page Giter VIP logo

mcq's Introduction

Hey!

I'm Tarek, a Computer-Science student leaded by a strong passion for AI. I love design and de facto bringing designs to life.

views




Take a look at my projects:

Personnal School
arasaka - A website for the megacorporation : Arasaka
mcq - A small website to help student of M. GRANGE with their MCQ Exam
weather-app - Weather, forecast and much more brought together in one app
portfolio - My portfolio online
webchat-app - A simple webchat with rooms
simplesport - Workout sesion and gym finder in a simple way.
clock - A clock, stopwatch, countdown in Assembly
logs - A tool for extracting and sorting data from logs
x_game - A C-based, simple and fun game.
jeu_nim - Another Nim game in C
bellman_mpm - A tool for analyzing, generate, visualize graphs including Bellman Algorithm and MPM

Check out my portfolio to browse more of my projects.

Connect with me on Linkedin or by mail [email protected] .

~ Tarek

mcq's People

Contributors

t4rm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

laowantong

mcq's Issues

simplification de la structure des données JSON

Pourrais-tu considérer de simplifier https://github.com/t4rm/mcq/blob/master/src/context/data.json ainsi ?

{
    "questions": {
        "let add x y = x + y": [ "d", "dgdf"],
        "let x = 2 in x + 3": [ "dldvp", "ep"],
        "let x = 2": [ "d", "dgdvp"],
        "let x = 2 and y = 3 in x + y": [ "dldvp", "dls", "ep"],
        "let succ x = x + 1": [ "d", "dgdf"],
        "function x -> x + 3": [ "ef", "fàua"],
        "(fun x y -> x + y) 2 3": [ "ep", "faàpa", "faàua"],
        "fun x y -> x + y": [ "ef", "fàua"],
        "x + 3": [ "ep", "faàpa", "faàua"],
        "( + )": [ "ef", "fàpa", "fàua", "osfp"],
        "(function x -> x + 3) 2)": [ "ep", "faàua"]
    },
    "expansions": {
        "d": "Déclaration",
        "dgdf": "Définition globale de fonction(s)",
        "dgdvp": "Définition globale de valeur(s) primitive(s)",
        "dldvp": "Définition locale de valeur(s) primitive(s)",
        "dls": "Définition locale simultanée",
        "ef": "Expression fonctionnelle",
        "ep": "Expression primitive",
        "faàpa": "Fonction appliquée à plusieurs arguments",
        "faàua": "Fonction appliquée à un argument",
        "fàpa": "Fonction à plusieurs arguments",
        "fàua": "Fonction à un argument",
        "osfp": "Opérateur sous forme préfixée"
    }
}

Motivation : vérifier plus facilement que les réponses sont les bonnes.

Attention, j'ai créé cette version automatiquement à partir de ton fichier, sans faire ce contrôle de validité.

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.