mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Add hints test group distinction comments
This commit is contained in:
parent
22e3f445c0
commit
f391030b44
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ module.exports = class User extends CocoModel
|
|||
group = me.get('testGroupNumber') % 3
|
||||
@hintsGroup = switch group
|
||||
when 0 then 'no-hints'
|
||||
when 1 then 'hints'
|
||||
when 2 then 'hintsB'
|
||||
when 1 then 'hints' # Automatically created code, doled out line-by-line, without full solutions
|
||||
when 2 then 'hintsB' # Manually created FAQ-style hints, reusable across levels
|
||||
@hintsGroup = 'hints' if me.isAdmin()
|
||||
application.tracker.identify hintsGroup: @hintsGroup unless me.isAdmin()
|
||||
@hintsGroup
|
||||
|
|
Loading…
Reference in a new issue