Posts made by Visvanath Ratnaweera

Picture of Besonders aktive Moodler Picture of Translators
Hoi

Ich habe keine Erfahrung mit CodeRunner. Aber https://github.com/trampgeek/moodle-qtype_coderunner/blob/master/Readme.md#sandbox-configuration besagt:

In its initial configuration, CodeRunner is set to use a University of Canterbury Jobe server to run jobs. You are welcome to use this during initial testing, but it is not intended for production use. Authentication and authorisation on that server is via an API-key and the default API-key given with CodeRunner imposes a limit of 100 per hour over all clients using that key, worldwide. If you decide that CodeRunner is useful to you, please set up your own Jobe sandbox as described in Sandbox configuration below.
Picture of Particularly helpful Moodlers Picture of Translators
Hi

There are three things here:

- Same username/password: Which you have already implemented possibly through https://docs.moodle.org/en/LDAP_authentication.

- Single sign-on: Once logged in to the device, PC, its browser shoule automatically log in to the web server. This is operating system dependent. Sure there are methods for Windows, e.g. https://docs.moodle.org/en/NTLM_authentication. But I am not familiar with them. We have a couple of specialists in the forums though.

- Automatic enrollment: Analog to authentication there is https://docs.moodle.org/en/LDAP_enrolment.

For a major operation like this, you may want to get an offer from a Moodle Partner - user authentication is something which easily irritates the user!
Picture of Particularly helpful Moodlers Picture of Translators
If creating images or PDF of the tables is an option for you, nobody is going to stop you. For me, either I work for paper (LibreOffice or now rarely LaTeX) or for screen (MarkUp, MarkDown) - either or, no mixing.

OK, that doesn't stop converting screen documents, MarkDown, to paper, but not in the other direction, even LaTeX converted to screen (HTML) look so boring.
Average of ratings: Useful (1)
Picture of Particularly helpful Moodlers Picture of Translators
Yep, tables are not fun in HTML and copy-and-paste from WYSIWYG editors was never a the solution, MS Word being the most vicious. There used be a "Paste from Word" widget in the editor for those who have no escape. I don't know the current status. Whatever, if typesetting does matter to you, you can not avoid looking in the HTML (the <> widget).
Average of ratings: Useful (1)