Commit 2400c77
committed
Fix code showing rather than score at least points in modules
closes CNVS-30768
Test Plan:
- Go to /courses/x/modules
- As a teacher create a module by clicking on +Module and enter a module name
- Publish the module by clicking on the cloud icon
- Click on + on module row and Add an assignment module item to the module
- Edit the module by clicking on cog icon in the module row,
Add requirement , score at least x for the assignment
- You should not see code showing, but instead "Score at least X
points" where X is the value of the points you used.
Change-Id: I62ef34ea4a39dd1aa85a80504c87b3d5b33a0eb5
Reviewed-on: https://gerrit.instructure.com/86901
Reviewed-by: James Williams <jamesw@instructure.com>
Tested-by: Jenkins
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>1 parent bf0dc3f commit 2400c77
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- app
- helpers
- views/context_modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments