From 6c831b0d4625683cbeb0cc6872e9df844eaddf68 Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Mon, 1 Jun 2015 10:38:39 +0100 Subject: [PATCH] - information are now panels numbered, instead of wells. --- BUGS.md | 5 +++-- MANUAL.md | 11 +++++++++++ templates/test.html | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/BUGS.md b/BUGS.md index b7b5b34..020851d 100644 --- a/BUGS.md +++ b/BUGS.md @@ -2,10 +2,10 @@ # BUGS -- information points é definido onde? test.y ou questions.py? +- se database for mal configurada, é criada uma base de dados vazia e rebenta na autenticacao. - hash das passwords obtidas da concatenacao do numero de aluno com password (evita que passwords repetidas sejam detectadas). - mostrar erro quando nao consegue importar questions files -- numeros das perguntas não fazem sentido quando há caixas de informação +- numeros das perguntas não fazem sentido quando há caixas de informação (numerar informacao tb?) - testar regex na definicao das perguntas. como se faz rawstring em yaml? singlequote? problemas de backslash??? sim... necessário fazer \\ em varios casos, mas não é claro! e.g. \n é convertido em espaço mas \w é convertido em \\ e w. @@ -23,6 +23,7 @@ # FIXED +- information points é definido onde? test.y ou questions.py? - textarea monospace - disable tab behavior in textarea. - command line options --debug --show_points --show_hints --practice_mode diff --git a/MANUAL.md b/MANUAL.md index 474487c..153bc3d 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,5 +1,16 @@ # Perguntations +### Requirements and instalation + +Install: + +- python3.4 +- cherrypy3 +- mako +- yaml +- markdown + + Before using the program you need to 1. Create the students database diff --git a/templates/test.html b/templates/test.html index 2c5e0ce..254101b 100644 --- a/templates/test.html +++ b/templates/test.html @@ -135,9 +135,15 @@ % for i,q in enumerate(questions):
% if q['type'] == 'information': -