jclicreports (1)
Leading comments
Hey, EMACS: First parameter, NAME, should be all caps Second parameter, SECTION, should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1) Please adjust this date whenever revising the manpage. Some roff macros, for reference: .nh disable hyphenation .hy enable hyphenation .ad l left justify .ad b justify to both left and right margins .nf disable filling .fi enable filling .br insert line break .sp <n> insert n+1 emp...
NAME
jclicreports - Management of a database to track students work and results on JClic activities.SYNOPSIS
jclicreports [CONFFILE.properties]DESCRIPTION
This manual page describes briefly the jclicreports command. This manual page was written for the Debian GNU/Linux distribution. It contains only the description of the basic options.For full manuals and documentation please visit:
clic.xtec.cat and projectestac.github.io/jclic
JClic is formed by a set of computer applications that are used for carrying out different types of educational activities: puzzles, associations, text exercises, crosswords... These activities are packed in projects. A project is formed by a set of activities and one or more sequences, which indicate the order in which they have to be shown. If you want to check about how JClic projects are, you should take a look at:
clic.xtec.cat/db/listact_en.jsp
JClic Reports allows the management of a database to track students work and results after playing JClic activities. It also acts as a server to allow accesing to the data using a web browser.
OPTIONS
- configuration file
-
The only parameter allowed by jclicreports is the absolute path to a
configuration file written in Java ".properties" format, containing
specific settings for the different parametres used by the application.
Default values can be found in the
JClicReports.properties
file found on your
~/JClic
directory after running
jclicreports
for first time.
Parameters used in JClicReports.properties
Parameters related to the general behavior of JClic Reports
- verbose
- browser
- lookAndFeel
- language
- country
- variant
- trustClientDateTime
- autostart
- tooltips
-
Parameters related to the HTTP server - http_port
- session_lifetime
- http_timeout
- http_autostart
-
Parameters related to database connection - dbMaxConns
- createTables
- dbServer jdbc:mysql://localhost/JClicReports
- dbDriver com.mysql.jdbc.Driver
- dbLogin root
- dbMapStatements
- tablePrefix JCLIC_
- dbPassword
- dbMaxCheckoutSeconds
- timeout
- dbDebugLevel
- dbMinConns
- dbMaxConnDays
-
Parametres related to the drawing of graphics - graph_color_header_bg
- graph_width
- graph_color_dist
- graph_header_height
- graph_font_size
- graph_color_border
- graph_margin_dist_y
- graph_margin_dist_x
- graph_dist_width
- graph_max_cols
- graph_stroke_width
- graph_color_bg
- graph_color_v2
- graph_color_text
- graph_color_v1
- graph_height
- graph_margin
- graph_color_header_text
- graph_margin_y
- graph_font_family
- graph_margin_x
- graph_color_alert
- graph_div_y
-
Parameters related to the logging system - dbLogAppend
- http_logFile
- dbLogFile
-
AUTHORS
JClic was written by Francesc Busquets <fbusquets@xtec.cat> for the Department of Education of the Government of Catalonia.
This manual page was initially written by José L. Redrejo Rodríguez
<jredrejo@edu.juntaextremadura.net>, for the Debian project, and
continued by Francesc Busquets <fbusquets@xtec.cat> (but may be
used by others).