Giter Site home page Giter Site logo

quiz-manager's People

Contributors

adriangeorge avatar costinsin avatar dandrei279 avatar giorgianav avatar mariasfiraiala avatar razvand avatar razvanvirtan avatar

Stargazers

 avatar  avatar  avatar

Watchers

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

quiz-manager's Issues

Refactor quiz-collection as a Python module

Currently, the quiz-collection scripts are meant to be ran as a single file.
We want to refactor this scripts so they can be imported as a module in
the main python script (quiz-manager)

Think how you can refactor the functions so they can be easy to understand
for someone who wants to call them from the main script (mimic an API for conversion).

Add unit tests and integration tests for the quiz manager

We should have some tests that run automatically when a commit pushed, using Github Actions.

  • Test that the parsers module generates correct converted files
  • Test that 'quiz-manager convert' works as intended

Tests should be both positive and negative (Negative examples: bad cli options, incorrect format input file)

Questions Category

Add Option to specify what category should the questions be added to.
For adding a category to MXML file you simply add a new question having the type=category

e.g.

[..]
<quiz>
    <question type="category">
		<category>
			<text>Lucrare1</text>
		</category>
	</question>
	[...]
</quiz>

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.