Skip to content
Snippets Groups Projects
Commit ad1749d1 authored by Vincent N's avatar Vincent N
Browse files

Improve script modulo_conversion.py

parent fe770808
No related branches found
No related tags found
No related merge requests found
......@@ -116,11 +116,11 @@ def md_to_notebook(md_file):
cells.append(nbf.v4.new_markdown_cell('<h3 style="color:chocolate;background-color:papayawhip;" > <i class="fa fa-question" aria-hidden="true"> </i> &nbsp; Quizz </h3> \n \n'+ markdown_question))
# Ajouter le bloc de réponse
cells.append(nbf.v4.new_raw_cell("Ma réponse : "))
cells.append(nbf.v4.new_raw_cell(" <i class="fa fa-angle-right" aria-hidden="true"> Ma réponse : "))
# Ajouter la correction --> à discuter si corrigé ou ici
cells.append(nbf.v4.new_markdown_cell("""<details>
<summary style="border-left:3px solid #3c763d; border-radius:2pt; width:100%; color:#3c763d; padding:6px; background-color: #dff0d8">
<summary style="border-left:3px solid #3c763d; border-radius:2pt; width:100%; color:#3c763d; padding:6px; background-color: #dff0d8"> <i class="fa fa-angle-right" aria-hidden="true">
Réponse
</summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment