-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68789dc
commit 7221c59
Showing
10 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
files: | ||
- source: /language/en.json | ||
- source: /language/.en.json | ||
translation: /language/%two_letters_code%.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,4 +127,4 @@ | |
"default": "Tačni odgovori." | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,118 @@ | ||
{ | ||
"semantics":[ | ||
"semantics": [ | ||
{ | ||
"label":"Texto introdutório", | ||
"default":"Escolha a afirmação correta.", | ||
"description":"Será mostrado acima da tarefa de revisão." | ||
"label": "Texto introdutório", | ||
"default": "Escolha a afirmação correta.", | ||
"description": "Será mostrado acima da tarefa de revisão." | ||
}, | ||
{ | ||
"widgets":[ | ||
"widgets": [ | ||
{ | ||
"label":"Padrão" | ||
"label": "Padrão" | ||
}, | ||
{ | ||
"label":"Textual" | ||
"label": "Textual" | ||
} | ||
], | ||
"label":"Resumo", | ||
"entity":"afirmações", | ||
"field":{ | ||
"label":"Conjunto de afirmações", | ||
"fields":[ | ||
"label": "Resumo", | ||
"entity": "afirmações", | ||
"field": { | ||
"label": "Conjunto de afirmações", | ||
"fields": [ | ||
{ | ||
"label":"Lista de afirmações para o resumo - a primeira afirmação é a correta.", | ||
"entity":"afirmação", | ||
"field":{ | ||
"label":"Afirmação" | ||
"label": "Lista de afirmações para o resumo - a primeira afirmação é a correta.", | ||
"entity": "afirmação", | ||
"field": { | ||
"label": "Afirmação" | ||
} | ||
}, | ||
{ | ||
"label":"Dica", | ||
"fields":[ | ||
"label": "Dica", | ||
"fields": [ | ||
{ | ||
"label":"Texto de dica" | ||
"label": "Texto de dica" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"label":"Texto mostrado antes do número de afirmações resolvidas na atividade de revisão.", | ||
"default":"Progresso:", | ||
"description":"Será mostrado acima das afirmações. Exemplo: 'Progresso: 2/5'" | ||
"label": "Texto mostrado antes do número de afirmações resolvidas na atividade de revisão.", | ||
"default": "Progresso:", | ||
"description": "Será mostrado acima das afirmações. Exemplo: 'Progresso: 2/5'" | ||
}, | ||
{ | ||
"label":"Texto mostrado antes do número de afirmações erradas selecionadas na atividade de revisão.", | ||
"default":"Respostas errada:", | ||
"description":"Será mostrado acima das afirmações. Exemplo: 'Respostas erradas: 4'" | ||
"label": "Texto mostrado antes do número de afirmações erradas selecionadas na atividade de revisão.", | ||
"default": "Respostas errada:", | ||
"description": "Será mostrado acima das afirmações. Exemplo: 'Respostas erradas: 4'" | ||
}, | ||
{ | ||
"label":"Cabeçalho do feedback da revisão", | ||
"default":"Seu resultado", | ||
"description":"Será mestrado acima do cabeçalho do feedback da revisão." | ||
"label": "Cabeçalho do feedback da revisão", | ||
"default": "Seu resultado", | ||
"description": "Será mestrado acima do cabeçalho do feedback da revisão." | ||
}, | ||
{ | ||
"label":"Feedback da revisão", | ||
"fields":[ | ||
"label": "Feedback da revisão", | ||
"fields": [ | ||
{ | ||
"label":"Tudo correto", | ||
"fields":[ | ||
"label": "Tudo correto", | ||
"fields": [ | ||
{ | ||
"label":"Título do feedback", | ||
"default":"PERFEITO!" | ||
"label": "Título do feedback", | ||
"default": "PERFEITO!" | ||
}, | ||
{ | ||
"label":"Mensagem de feedback", | ||
"default":"Você acertou tudo na primeira tentativa!" | ||
"label": "Mensagem de feedback", | ||
"default": "Você acertou tudo na primeira tentativa!" | ||
} | ||
] | ||
}, | ||
{ | ||
"label":"70 % - 99 % correto", | ||
"fields":[ | ||
"label": "70 % - 99 % correto", | ||
"fields": [ | ||
{ | ||
"label":"Título do feedback", | ||
"default":"Ótimo!" | ||
"label": "Título do feedback", | ||
"default": "Ótimo!" | ||
}, | ||
{ | ||
"label":"Mensagem de feedback", | ||
"default":"Você acertou a maioria na sua primeira tentativa." | ||
"label": "Mensagem de feedback", | ||
"default": "Você acertou a maioria na sua primeira tentativa." | ||
} | ||
] | ||
}, | ||
{ | ||
"label":"40 % - 69 % correto", | ||
"fields":[ | ||
"label": "40 % - 69 % correto", | ||
"fields": [ | ||
{ | ||
"label":"Título do feedback", | ||
"default":"Ok" | ||
"label": "Título do feedback", | ||
"default": "Ok" | ||
}, | ||
{ | ||
"label":"Mensagem de feedback", | ||
"default":"Você acertou alguns na sua primeira tentativa." | ||
"label": "Mensagem de feedback", | ||
"default": "Você acertou alguns na sua primeira tentativa." | ||
} | ||
] | ||
}, | ||
{ | ||
"label":"0 % - 39 % correto", | ||
"fields":[ | ||
"label": "0 % - 39 % correto", | ||
"fields": [ | ||
{ | ||
"label":"Título do feedback", | ||
"default":"Alguns erros." | ||
"label": "Título do feedback", | ||
"default": "Alguns erros." | ||
}, | ||
{ | ||
"label":"Mensagem de feedback", | ||
"default":"Tente novamente!" | ||
"label": "Mensagem de feedback", | ||
"default": "Tente novamente!" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"label":"Resumo do feedback", | ||
"default":"Você conseguiu @score de @total questões (@percent %) corretas na sua primeira tentativa.", | ||
"description":"Variáveis disponíveis: @score, @total, @percent. Exemplo: Você conseguiu @score de @total questões (@percent %) corretas." | ||
"label": "Resumo do feedback", | ||
"default": "Você conseguiu @score de @total questões (@percent %) corretas na sua primeira tentativa.", | ||
"description": "Variáveis disponíveis: @score, @total, @percent. Exemplo: Você conseguiu @score de @total questões (@percent %) corretas." | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,4 +102,4 @@ | |
"description": "可以选择的条目: @score, @total, @percent 。例如: @total 道题目中,正确率为( @percent % ),总得分为 @score 。" | ||
} | ||
] | ||
} | ||
} |