Creating .edu files: Difference between revisions

From EduBase Wiki
Jump to navigation Jump to search
[email protected] (talk | contribs)
Create the "Creating .eduu files" page.
[email protected] (talk | contribs)
No edit summary
Line 1: Line 1:
There are two different ways to create questions that can be uploaded to [https://www.edubase.hu/ EduBase]: with a predefined Excel sheet or with .edu files. In this article we will discuss .edu files, which are text based files that can be edited by any text editor, however it's recommended to use a program that supports LaTeX syntax highlighting.  
There are two different ways to create questions that can be uploaded to [https://www.edubase.hu/ EduBase]: with a predefined Excel sheet or with .edu files. In this article we will discuss .edu files, which are text based files that can be edited by any text editor, however it's recommended to use a program that supports LaTeX syntax highlighting.  


An empty .edu file can be seen here.
An empty .edu file can be downloaded from '''here'''.
 
The file is divided into sections, which are denoted amidst % signs, in example:<syntaxhighlight lang="latex" line="1">
%------LANGUAGE------%
%------QUESTION!------%
%------ANSWER!------%
...
</syntaxhighlight>Categories marked with an exclamation mark (!) are mandatory to fill in, like "QUESTION!" and "ANSWER!" here. Without these the system will be unable to upload the question.

Revision as of 14:32, 9 February 2017

There are two different ways to create questions that can be uploaded to EduBase: with a predefined Excel sheet or with .edu files. In this article we will discuss .edu files, which are text based files that can be edited by any text editor, however it's recommended to use a program that supports LaTeX syntax highlighting.

An empty .edu file can be downloaded from here.

The file is divided into sections, which are denoted amidst % signs, in example:

%------LANGUAGE------%
%------QUESTION!------%
%------ANSWER!------%
...

Categories marked with an exclamation mark (!) are mandatory to fill in, like "QUESTION!" and "ANSWER!" here. Without these the system will be unable to upload the question.