.\" Hey, EMACS: -*- nroff -*- .\" 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 insert n+1 empty lines .\" for manpage-specific macros, see man(7) .TH "JClic Player" 1 2015-12-09 "" "" .SH NAME jclic \- Standalone player of multimedia educational activities .SH SYNOPSIS .B jclic .RI "[" OPTION "]... [" FILE "]" .SH DESCRIPTION This manual page describes briefly the .B jclic command. This manual page was written for the Debian GNU/Linux distribution. It only contains the description of the basic options. .br For full manuals and documentation please visit: .br http://clic.xtec.cat and http://projectestac.github.io/jclic .BR 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. .BR JClic is able to play JClic projects, that should have extension \fB*.jclic.zip\fP or \fB*.jclic\fP. It can also run installer macros of JClic projects, with extension \fB*.jclic.inst\fP and import packages of activities made with the old "Clic 3.0" software, that have extension \fB*.pcc\fP and \fB*.pac\fP. If you want to check about how JClic projects are, you should take a look at: .br http://clic.xtec.cat/db/listact_en.jsp .SH OPTIONS .TP .B \-trace=true Show in a terminal some debug information for the application. .TP .BI \-language= code ISO 639 code of the language used by JClic in system messages and menus, e. g.: "pt" to indicate Portuguese. .TP .BI \-country= code Optional ISO 3166-1 code specifying a local variant of the language, e.g.: "BR" to indicate Brazilian Portuguese. .TP .BI \-variant= name An optional variable that can be used in conjunction with the preceding two, e.g.: "-language=ca -country=ES -variant=valencia" for the Valencian variant of Catalan. .TP .BI \-skin= name Type of visual interface used by JClic at start. The stock skins provided by JClic are: .I @default.xml @blue.xml @orange.xml @green.xml @simple.xml @mini.xml. Note that stock skin names are always preceeded by "@". Otherwise, you must indicate a full or relative path to an XML file implementing the JClic Skin Schema. For more info see: .br https://github.com/projectestac/jclic/blob/master/xml/skin.xsd .TP .BI \-systemSounds= true|false This option indicates if JClic must play or not system sounds. .TP .BI \-compressImages= true|false This option decides if JClic will compress images in order to make it to fit into the cells. Default is \fItrue\fP. .TP .BI \-lookAndFeel= value Java Look&Feel to be used by JClic. Possible values are .I default system metal motif and .I windows. Default is "system". .TP .BI \-audioEnabled= true|false This option allows to enable or disable the sounds in JClic. .TP .BI \-mediaSystem= JMF|QT Preferred multimedia system: "JMF" for Java Media Framework or "QT" for QuickTime. .TP .BI \-reporter=class Name of the Java class used by the reports engine of JClic, e.g.: "TCPReporter". Classes belonging to "edu.xtec.jclic.report" can safely ommit the package name. .TP .BI \-reporterParams= parameters Parameters passed to the reports engine. This option can have multiple key-value pairs inside, separated by semi-colons. E.g.: .br .B jclic -reporter=TCPReporter -reporterParams="path=localhost:9000/reports;user=john" .br The main parameters used by the stock reporter classes are: .SS "Main parameters used in the stock reporter classes" .TP .B user User id in the reports system. .TP .B key A special key that will be saved in the database. This kind of keys are used in the Moodle module of JClic to store session values. .TP .B context Another special key that will be saved in the database. It can indicate, for example, the type of course where the activities are being done. .TP .B path In TCPReporter only, complete path to the reports server, e.g.: "localhost:9000/reports" .TP .B protocol In TCPReporter only, protocol to be used to communicate with the reports server. Possible values are "http" and "https" (since JClic 0.2.2.0) .TP .B lap In TCPReporter, number of seconds between successive calls to the reports server. Default is 20 seconds. .SH AUTHORS JClic was written by Francesc Busquets for the Department of Education of the Government of Catalonia. .PP This manual page was initially written by José L. Redrejo Rodríguez , for the Debian project, and continued by Francesc Busquets (but may be used by others). .SH SEE ALSO .BR jclicauthor (1), .BR jclicreports (1), .BR jclic-libmanager (1)