Translation for "Total" not changing on the summary slide
Submitted by username1 on Fri, 12/16/2016 - 19:47
Forums:
Hello, I am trying to change the value of "Translation for Total" in the "Text overrides and translations" settings. When I change the default value "Total" into something else, it does not change on the summary slide of my quiz. I am sure I have the right setting because the word "Total" is in no other setting.
Do I miss something? Can I force the change somewhere in XML / JSON? Is there any other solution?
I added screenshots of the summary slide and the setting
papi Jo
Tue, 12/27/2016 - 17:09
Permalink
Got it!
I confirm the bug which I tracked to file H5P.CoursePresentation-1.14 -> semantics.json line 338: "name": "Total" should be "name": "total". Lowercase "t" instead of Uppercase "T".
thomasmars
Wed, 12/28/2016 - 09:30
Permalink
Thanks. The fastest way to
Thanks. The fastest way to get this implemented would be to submit a pull request for Course Presentation.
I have created an issue for it at https://h5ptechnology.atlassian.net/browse/HFP-415 where you can follow along the progress.
- Thomas
zaerdna
Wed, 04/26/2017 - 13:40
Permalink
To review
HI!
I think this fixes it:
https://github.com/h5p/h5p-course-presentation/compare/HFP-415-cp-summar...
(Ignore the css thingy I did, I reverted it)
Note that unmatching capital / non-capital default values across languages is not part of this fix.