mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enable grading for file subs
This commit is contained in:
parent
d6aa071425
commit
ad3f66057c
7 changed files with 149 additions and 24 deletions
|
|
@ -55,7 +55,7 @@ function AssignmentStudentActivity() {
|
|||
onClick={() => alert(task.hint)}
|
||||
className='px-3 py-1 flex items-center nice-shadow bg-amber-50/40 text-amber-900 rounded-full space-x-2 cursor-pointer'>
|
||||
<Info size={13} />
|
||||
<p className='text-xs font-semibold'>View Hint</p>
|
||||
<p className='text-xs font-semibold'>Hint</p>
|
||||
</div>
|
||||
<Link
|
||||
href={getTaskRefFileDir(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue