Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

pcardona34/execho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION ! Execho est obsolète. Utilisez plutôt ejDicto à la place, qui en est une version plus évoluée.

Execho (deprecated)

( c ) 2012-2019 - Patrick Cardona
Release / version : 3.0

Abstract : a Rewriting Exercise
fr : un exercice de réécriture

What's new?
No JQuery, only HTML5, Pure JS style and CSS.

Mobile version is still a work in progress...

Enjoy the new parameters...

PARAMETERS

  • i18n (internationalisation)

Abstract: now, Jecho can display the exercise in english, french (default), spanich, catalan, italian or german.

To get the desired translation, just call execho.html with the lang parameter.

    @param : lang
    @value : cat|de|en|es|fr|it
    Default value: fr

Syntaxis :

//Your_server/execho.html?lang=en

Data file path

The default data file is called data.json and it is in the same folder as execho.html

To override this file and getting your own, just use the urljson parameter.

    @param : urljson
    @value : URI of your_file.json

To create some new data file, see JDicto.

Default value : data.json

Syntaxis :

//Your_server/execho.html?urljson=your_file.json

You can use absolute or relative path for this value.

About

Exercice de réécriture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published