Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add expected value to feedback-type #11

Open
KBorm opened this issue Jun 27, 2019 · 1 comment
Open

add expected value to feedback-type #11

KBorm opened this issue Jun 27, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@KBorm
Copy link

KBorm commented Jun 27, 2019

I would like to have something in the subtest results that can respresent the expected value versus the submitted code output in order to generate a table in LMS:

input description | extected | got
-----------------------------------------
18                | 6        | 7
12                | 10       | 10
25                | 10       | 10
  • input value description (minOccurs = 0, type=html/plaintext)
  • expected value (minOccurs = 0, type=xs:string)
  • output value (minOccurs = 0, type=xs:string)

could be added to the feedback-type

@KBorm KBorm added the enhancement New feature or request label Jun 27, 2019
@upriss
Copy link
Contributor

upriss commented Jul 2, 2020

Same comment as for Issue #6: maybe we need a test-type specific namespace because this is only relevant for unit tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants