Commit d848f85c authored by Weber Rodolphe's avatar Weber Rodolphe

add maxime python project

parent c0e466ab
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<!--question: 0-->
<question type="category">
<category>
<text>top</text>
</category>
</question>
<!--question: vrai faux-->
<question type="truefalse">
<name>
<text>rtrtrt</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>ertert</p>]]></text>
</questiontext>
<generalfeedback format="html">
<text/>
</generalfeedback>
<defaultgrade>10</defaultgrade>
<penalty>100</penalty>
<hidden>0</hidden>
<answer format="moodle_auto_format" fraction="0">
<text>true</text>
<feedback format="html">
<text/>
</feedback>
</answer>
<answer format="moodle_auto_format" fraction="100">
<text>false</text>
<feedback format="html">
<text/>
</feedback>
</answer>
</question>
</quiz>
This diff is collapsed.
from cx_Freeze import setup, Executable
setup(
name = "test",
version = "0.1",
description = "premier test",
executables = [Executable("mainwindow.py")]
)
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment