CoderunnerSQL: Remove Column Widths
Description
Currently, it is tedious to find the correct column widths that are generated when the SQL query is submitted to ISIS. We can potentially run the query in the same way it is run in ISIS to generate the same string that contains the correct numbers of '-' symbols, which indicate the column widths.
UPDATE: While working on the DDL Quiz we changed the script that processes the Quiz questions. Using that approach, we can get rid of supplying column widths altogether.
Todo
-
remove column widths from moodle-tools -
adapt the vanilla script so that column widths are not required any more to perform exact string matching on the query results
Edited by Aljoscha Peter Lepping